Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

PROTO_LL_S Struct Reference

#include <packet.h>

List of all members.

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


Detailed Description

Each decoded protocol is placed in a linked list

Definition at line 19 of file packet.h.


Member Data Documentation

BYTE * PROTO_LL_S::ftr
 

Pointer to the footer

Definition at line 25 of file packet.h.

ULONG PROTO_LL_S::ftr_len
 

Length of the footer

Definition at line 26 of file packet.h.

BOOL PROTO_LL_S::hasSpecials
 

Does it have any optional etc headers

Definition at line 27 of file packet.h.

BYTE * PROTO_LL_S::hdr
 

Pointer to the protocol header

Definition at line 21 of file packet.h.

ULONG PROTO_LL_S::hdr_len
 

Length of the protocol header

Definition at line 22 of file packet.h.

BOOL PROTO_LL_S::modified
 

Whether the contents of this protocol (payload and header) have been modified

Definition at line 28 of file packet.h.

struct PROTO_LL_S * PROTO_LL_S::next
 

Definition at line 29 of file packet.h.

BYTE * PROTO_LL_S::payload
 

Pointer to the payload of the protocol

Definition at line 23 of file packet.h.

ULONG PROTO_LL_S::payload_len
 

Length of the payload

Definition at line 24 of file packet.h.

PROTO PROTO_LL_S::protocol
 

The name of the protocol

Definition at line 20 of file packet.h.


The documentation for this struct was generated from the following file:
Generated at Mon Jul 8 15:16:50 2002 for RUBICON by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000