suricata
|
Go to the source code of this file.
Data Structures | |
struct | DetectTcpmssData_ |
Macros | |
#define | DETECT_TCPMSS_LT 0 |
#define | DETECT_TCPMSS_EQ 1 |
#define | DETECT_TCPMSS_GT 2 |
#define | DETECT_TCPMSS_RA 3 |
Typedefs | |
typedef struct DetectTcpmssData_ | DetectTcpmssData |
Functions | |
void | DetectTcpmssRegister (void) |
Registration function for tcpmss: keyword. More... | |
Definition in file detect-tcpmss.h.
#define DETECT_TCPMSS_EQ 1 |
"equals" operator (default)
Definition at line 29 of file detect-tcpmss.h.
#define DETECT_TCPMSS_GT 2 |
"greater than" operator
Definition at line 30 of file detect-tcpmss.h.
#define DETECT_TCPMSS_LT 0 |
"less than" operator
Definition at line 28 of file detect-tcpmss.h.
#define DETECT_TCPMSS_RA 3 |
"range" operator
Definition at line 31 of file detect-tcpmss.h.
typedef struct DetectTcpmssData_ DetectTcpmssData |
void DetectTcpmssRegister | ( | void | ) |
Registration function for tcpmss: keyword.
Definition at line 56 of file detect-tcpmss.c.
References SigTableElmt_::desc, DETECT_TCPMSS, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().