DESERT 3.5.1
Loading...
Searching...
No Matches
uwudp-module.h File Reference
#include <uwip-module.h>
#include <module.h>
#include <map>
#include <set>
Include dependency graph for uwudp-module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hdr_uwudp
 
class  UwUdp
 

Macros

#define DROP_UNKNOWN_PORT_NUMBER    "UPN"
 
#define DROP_RECEIVED_DUPLICATED_PACKET    "RDP"
 
#define HDR_UWUDP(P)   (hdr_uwudp::access(P))
 

Typedefs

typedef struct hdr_uwudp hdr_uwudp
 

Variables

packet_t PT_UWUDP
 

Detailed Description

Provides the UWUDP packets header description and the definition of the class UWUDP.

Author
Giovanni Toso
Version
1.0.0

UWUDP implements a very simple module used to manage different application flows.

Definition in file uwudp-module.h.

Macro Definition Documentation

◆ DROP_RECEIVED_DUPLICATED_PACKET

#define DROP_RECEIVED_DUPLICATED_PACKET    "RDP"

Reason for a drop in a UWUDP module.

Definition at line 54 of file uwudp-module.h.

◆ DROP_UNKNOWN_PORT_NUMBER

#define DROP_UNKNOWN_PORT_NUMBER    "UPN"

Reason for a drop in a UWUDP module.

Definition at line 52 of file uwudp-module.h.

◆ HDR_UWUDP

#define HDR_UWUDP (   P)    (hdr_uwudp::access(P))

Definition at line 56 of file uwudp-module.h.

Typedef Documentation

◆ hdr_uwudp

typedef struct hdr_uwudp hdr_uwudp

hdr_uwudp describes UWUDP packets.

Variable Documentation

◆ PT_UWUDP

packet_t PT_UWUDP
extern