UniRec  2.9.3
Data Structures | Macros
ur_values.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  ur_values_t
 Values names and descriptions It contains a table mapping a value to name and description. More...
 

Macros

#define UR_TYPE_START_TCP_FLAGS   0
 
#define UR_TYPE_END_TCP_FLAGS   6
 
#define UR_TYPE_START_DIR_BIT_FIELD   6
 
#define UR_TYPE_END_DIR_BIT_FIELD   8
 
#define UR_TYPE_START_DIRECTION_FLAGS   8
 
#define UR_TYPE_END_DIRECTION_FLAGS   12
 
#define UR_TYPE_START_IPV6_TUN_TYPE   12
 
#define UR_TYPE_END_IPV6_TUN_TYPE   19
 
#define UR_TYPE_START_SPOOF_TYPE   19
 
#define UR_TYPE_END_SPOOF_TYPE   23
 
#define UR_TYPE_START_EVENT_TYPE   23
 
#define UR_TYPE_END_EVENT_TYPE   32
 
#define UR_TYPE_START_TUNNEL_TYPE   32
 
#define UR_TYPE_END_TUNNEL_TYPE   42
 
#define UR_TYPE_START_HB_TYPE   42
 
#define UR_TYPE_END_HB_TYPE   43
 
#define UR_TYPE_START_HB_DIR   43
 
#define UR_TYPE_END_HB_DIR   46
 
#define UR_TYPE_START_HB_ALERT_TYPE_FIELD   46
 
#define UR_TYPE_END_HB_ALERT_TYPE_FIELD   50
 
#define UR_TYPE_START_WARDEN_TYPE   50
 
#define UR_TYPE_END_WARDEN_TYPE   63
 
#define UR_TYPE_START_HTTP_SDM_REQUEST_METHOD_ID   63
 
#define UR_TYPE_END_HTTP_SDM_REQUEST_METHOD_ID   71
 

Data Structure Documentation

◆ ur_values_t

struct ur_values_t

Values names and descriptions It contains a table mapping a value to name and description.

Definition at line 13 of file ur_values.h.

Data Fields
char * description Description of Value.
char * name Name of Value.
int32_t value Numeric Value.

Macro Definition Documentation

◆ UR_TYPE_END_DIR_BIT_FIELD

#define UR_TYPE_END_DIR_BIT_FIELD   8

Definition at line 22 of file ur_values.h.

◆ UR_TYPE_END_DIRECTION_FLAGS

#define UR_TYPE_END_DIRECTION_FLAGS   12

Definition at line 24 of file ur_values.h.

◆ UR_TYPE_END_EVENT_TYPE

#define UR_TYPE_END_EVENT_TYPE   32

Definition at line 30 of file ur_values.h.

◆ UR_TYPE_END_HB_ALERT_TYPE_FIELD

#define UR_TYPE_END_HB_ALERT_TYPE_FIELD   50

Definition at line 38 of file ur_values.h.

◆ UR_TYPE_END_HB_DIR

#define UR_TYPE_END_HB_DIR   46

Definition at line 36 of file ur_values.h.

◆ UR_TYPE_END_HB_TYPE

#define UR_TYPE_END_HB_TYPE   43

Definition at line 34 of file ur_values.h.

◆ UR_TYPE_END_HTTP_SDM_REQUEST_METHOD_ID

#define UR_TYPE_END_HTTP_SDM_REQUEST_METHOD_ID   71

Definition at line 42 of file ur_values.h.

◆ UR_TYPE_END_IPV6_TUN_TYPE

#define UR_TYPE_END_IPV6_TUN_TYPE   19

Definition at line 26 of file ur_values.h.

◆ UR_TYPE_END_SPOOF_TYPE

#define UR_TYPE_END_SPOOF_TYPE   23

Definition at line 28 of file ur_values.h.

◆ UR_TYPE_END_TCP_FLAGS

#define UR_TYPE_END_TCP_FLAGS   6

Definition at line 20 of file ur_values.h.

◆ UR_TYPE_END_TUNNEL_TYPE

#define UR_TYPE_END_TUNNEL_TYPE   42

Definition at line 32 of file ur_values.h.

◆ UR_TYPE_END_WARDEN_TYPE

#define UR_TYPE_END_WARDEN_TYPE   63

Definition at line 40 of file ur_values.h.

◆ UR_TYPE_START_DIR_BIT_FIELD

#define UR_TYPE_START_DIR_BIT_FIELD   6

Definition at line 21 of file ur_values.h.

◆ UR_TYPE_START_DIRECTION_FLAGS

#define UR_TYPE_START_DIRECTION_FLAGS   8

Definition at line 23 of file ur_values.h.

◆ UR_TYPE_START_EVENT_TYPE

#define UR_TYPE_START_EVENT_TYPE   23

Definition at line 29 of file ur_values.h.

◆ UR_TYPE_START_HB_ALERT_TYPE_FIELD

#define UR_TYPE_START_HB_ALERT_TYPE_FIELD   46

Definition at line 37 of file ur_values.h.

◆ UR_TYPE_START_HB_DIR

#define UR_TYPE_START_HB_DIR   43

Definition at line 35 of file ur_values.h.

◆ UR_TYPE_START_HB_TYPE

#define UR_TYPE_START_HB_TYPE   42

Definition at line 33 of file ur_values.h.

◆ UR_TYPE_START_HTTP_SDM_REQUEST_METHOD_ID

#define UR_TYPE_START_HTTP_SDM_REQUEST_METHOD_ID   63

Definition at line 41 of file ur_values.h.

◆ UR_TYPE_START_IPV6_TUN_TYPE

#define UR_TYPE_START_IPV6_TUN_TYPE   12

Definition at line 25 of file ur_values.h.

◆ UR_TYPE_START_SPOOF_TYPE

#define UR_TYPE_START_SPOOF_TYPE   19

Definition at line 27 of file ur_values.h.

◆ UR_TYPE_START_TCP_FLAGS

#define UR_TYPE_START_TCP_FLAGS   0

Definition at line 19 of file ur_values.h.

◆ UR_TYPE_START_TUNNEL_TYPE

#define UR_TYPE_START_TUNNEL_TYPE   32

Definition at line 31 of file ur_values.h.

◆ UR_TYPE_START_WARDEN_TYPE

#define UR_TYPE_START_WARDEN_TYPE   50

Definition at line 39 of file ur_values.h.