#include <packet.h>
Public Attributes | |
PROTO | protocol |
BYTE* | hdr |
ULONG | hdr_len |
BYTE* | payload |
ULONG | payload_len |
BYTE* | ftr |
ULONG | ftr_len |
BOOL | hasSpecials |
BOOL | modified |
struct PROTO_LL_S* | next |
Definition at line 19 of file packet.h.
|
Pointer to the footer |
|
Length of the footer |
|
Does it have any optional etc headers |
|
Pointer to the protocol header |
|
Length of the protocol header |
|
Whether the contents of this protocol (payload and header) have been modified |
|
|
|
Pointer to the payload of the protocol |
|
Length of the payload |
|
The name of the protocol |