#include "types.h"
#include "protocols.h"
Go to the source code of this file.
Compounds | |
struct | PACKET_S |
struct | PROTO_LL_S |
Typedefs | |
typedef struct PROTO_LL_S | PROTO_LL |
typedef struct PACKET_S | PACKET |
Header containing the typedef structs for the packet and protocol structures. Also contains function prototypes for building them. Actual functions are to be found in plugin-interface.c
Definition in file packet.h.
|
The main wrapper for all packets |
|
Each decoded protocol is placed in a linked list |