Expand description
pkts
- A library for creating, decoding and modifying packet layers.
Modules§
- dev_
prelude - error
- Error types for
pkts
. - layers
- The collection of various protocol layers implemented by this library.
- sequence
- Packet defragmentation and re-ordering via
Sequence
s. - session
- Stateful protocol handling/tracking via
Session
s. - utils
- General utility functions
- writer
Macros§
- parse_
layers alloc
orstd
- Parses bytes into a specified sequence of
Layer
s. - parse_
layers_ unchecked alloc
orstd
- Parses bytes into a specified sequence of
Layer
s,panic()
ing on error.