suricata
|
Go to the source code of this file.
Data Structures | |
struct | DetectWindowData_ |
Macros | |
#define | MIN_WINDOW_VALUE 0 |
#define | MAX_WINDOW_VALUE 65535 |
Typedefs | |
typedef struct DetectWindowData_ | DetectWindowData |
Functions | |
void | DetectWindowRegister (void) |
Registration function for window: keyword. More... | |
#define MAX_WINDOW_VALUE 65535 |
Definition at line 23 of file detect-tcp-window.h.
#define MIN_WINDOW_VALUE 0 |
Definition at line 22 of file detect-tcp-window.h.
typedef struct DetectWindowData_ DetectWindowData |
void DetectWindowRegister | ( | void | ) |
Registration function for window: keyword.
Definition at line 59 of file detect-tcp-window.c.
References SigTableElmt_::alias, SigTableElmt_::desc, DETECT_WINDOW, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().