suricata
detect-ipopts.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DetectIpOptsData_
 

Typedefs

typedef struct DetectIpOptsData_ DetectIpOptsData
 

Functions

void DetectIpOptsRegister (void)
 Registration function for ipopts: keyword. More...
 
const char * IpOptsFlagToString (uint16_t flag)
 Return human readable value for ipopts flag. More...
 

Detailed Description

Typedef Documentation

◆ DetectIpOptsData

Function Documentation

◆ DetectIpOptsRegister()

void DetectIpOptsRegister ( void  )

Registration function for ipopts: keyword.

Registration function for ipopts: keyword

Definition at line 56 of file detect-ipopts.c.

References SigTableElmt_::desc, DETECT_IPOPTS, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ IpOptsFlagToString()

const char* IpOptsFlagToString ( uint16_t  flag)

Return human readable value for ipopts flag.

Parameters
flaguint16_t DetectIpOptsData ipopts flag value

Definition at line 127 of file detect-ipopts.c.

References IPV4_OPT_FLAG_EOL, IPV4_OPT_FLAG_ESEC, IPV4_OPT_FLAG_LSRR, IPV4_OPT_FLAG_NOP, IPV4_OPT_FLAG_RR, IPV4_OPT_FLAG_SEC, IPV4_OPT_FLAG_SID, IPV4_OPT_FLAG_SSRR, and IPV4_OPT_FLAG_TS.