suricata
detect-ike-key-exchange-payload.c File Reference
#include "suricata-common.h"
#include "threads.h"
#include "decode.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
#include "detect-engine-prefilter.h"
#include "detect-urilen.h"
#include "flow.h"
#include "flow-var.h"
#include "flow-util.h"
#include "util-debug.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "util-spm.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "detect-ike-key-exchange-payload.h"
#include "stream-tcp.h"
#include "rust.h"
#include "app-layer-ike.h"
#include "rust-bindings.h"
Include dependency graph for detect-ike-key-exchange-payload.c:

Go to the source code of this file.

Macros

#define KEYWORD_NAME_KEY_EXCHANGE   "ike.key_exchange_payload"
 
#define KEYWORD_DOC_KEY_EXCHANGE   "ike-keywords.html#ike-key_exchange_payload";
 
#define BUFFER_NAME_KEY_EXCHANGE   "ike.key_exchange_payload"
 
#define BUFFER_DESC_KEY_EXCHANGE   "ike key_exchange payload"
 

Functions

void DetectIkeKeyExchangeRegister (void)
 

Macro Definition Documentation

◆ BUFFER_DESC_KEY_EXCHANGE

#define BUFFER_DESC_KEY_EXCHANGE   "ike key_exchange payload"

Definition at line 57 of file detect-ike-key-exchange-payload.c.

◆ BUFFER_NAME_KEY_EXCHANGE

#define BUFFER_NAME_KEY_EXCHANGE   "ike.key_exchange_payload"

Definition at line 56 of file detect-ike-key-exchange-payload.c.

◆ KEYWORD_DOC_KEY_EXCHANGE

#define KEYWORD_DOC_KEY_EXCHANGE   "ike-keywords.html#ike-key_exchange_payload";

Definition at line 55 of file detect-ike-key-exchange-payload.c.

◆ KEYWORD_NAME_KEY_EXCHANGE

#define KEYWORD_NAME_KEY_EXCHANGE   "ike.key_exchange_payload"

Function Documentation

◆ DetectIkeKeyExchangeRegister()

void DetectIkeKeyExchangeRegister ( void  )