suricata
|
Go to the source code of this file.
#define | KEYWORD_NAME_LEGACY "http_connection" |
#define | KEYWORD_NAME "http.connection" |
#define | KEYWORD_DOC "http-keywords.html#http-connection" |
#define | BUFFER_NAME "http_connection" |
#define | BUFFER_DESC "http connection header" |
#define | HEADER_NAME "Connection" |
#define | KEYWORD_ID DETECT_AL_HTTP_HEADER_CONNECTION |
#define | KEYWORD_TOSERVER 1 |
#define | KEYWORD_TOCLIENT 1 |
void | RegisterHttpHeadersConnection (void) |
Implements the http_connection sticky buffer
Definition in file detect-http-connection.c.
#define BUFFER_DESC "http connection header" |
Definition at line 38 of file detect-http-connection.c.
#define BUFFER_NAME "http_connection" |
Definition at line 37 of file detect-http-connection.c.
#define HEADER_NAME "Connection" |
Definition at line 39 of file detect-http-connection.c.
#define KEYWORD_DOC "http-keywords.html#http-connection" |
Definition at line 36 of file detect-http-connection.c.
#define KEYWORD_ID DETECT_AL_HTTP_HEADER_CONNECTION |
Definition at line 40 of file detect-http-connection.c.
#define KEYWORD_NAME "http.connection" |
Definition at line 35 of file detect-http-connection.c.
#define KEYWORD_NAME_LEGACY "http_connection" |
Definition at line 34 of file detect-http-connection.c.
#define KEYWORD_TOCLIENT 1 |
Definition at line 42 of file detect-http-connection.c.
#define KEYWORD_TOSERVER 1 |
Definition at line 41 of file detect-http-connection.c.
void RegisterHttpHeadersConnection | ( | void | ) |
Definition at line 46 of file detect-http-connection.c.
Referenced by DetectHttpHeadersRegister().