#include <packet.h>
Public Attributes | |
BYTE* | packet |
ULONG | packet_length |
BYTE* | payload |
ULONG | payload_length |
PROTO_LL* | proto |
PROTO | nextProto |
BOOL | modified |
Definition at line 33 of file packet.h.
|
Whether any of the fields of the packet have been modified, hence requiring re-checksumming (possibly) |
|
Name of next proto if known |
|
Pointer to the start of the packet |
|
Length of the entire packet |
|
Pointer to the highest decoded payload |
|
Length of the payload |
|
Pointer to linked list of decoded protocols |