DESERT 3.5.1
Loading...
Searching...
No Matches
hdr-uwal.h File Reference
#include <packet.h>
Include dependency graph for hdr-uwal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hdr_uwal
 

Macros

#define HDR_UWAL(p)   (hdr_uwal::access(p))
 
#define MAX_BIN_PKT_ARRAY_LENGTH   2240
 
#define MAX_DUMMY_STRING_LENGTH   2240
 

Typedefs

typedef struct hdr_uwal hdr_uwal
 

Variables

packet_t PT_UWAL
 

Detailed Description

Header of the class providing the Uwal header's description.

Author
Riccardo Masiero
Version
1.0.0

Definition in file hdr-uwal.h.

Macro Definition Documentation

◆ HDR_UWAL

#define HDR_UWAL (   p)    (hdr_uwal::access(p))

Definition at line 43 of file hdr-uwal.h.

◆ MAX_BIN_PKT_ARRAY_LENGTH

#define MAX_BIN_PKT_ARRAY_LENGTH   2240

Definition at line 44 of file hdr-uwal.h.

◆ MAX_DUMMY_STRING_LENGTH

#define MAX_DUMMY_STRING_LENGTH   2240

Definition at line 45 of file hdr-uwal.h.

Typedef Documentation

◆ hdr_uwal

typedef struct hdr_uwal hdr_uwal

hdr_uwal describes the packet header used by Uwal objects.

Variable Documentation

◆ PT_UWAL

packet_t PT_UWAL
extern

Definition at line 40 of file hdr-uwal.cpp.