suricata
|
#include "suricata-common.h"
#include "suricata.h"
#include "util-debug.h"
#include "util-byte.h"
#include "util-enum.h"
#include "util-mem.h"
#include "util-misc.h"
#include "stream.h"
#include "app-layer.h"
#include "app-layer-protos.h"
#include "app-layer-parser.h"
#include "app-layer-enip.h"
#include "app-layer-enip-common.h"
#include "app-layer-detect-proto.h"
#include "conf.h"
#include "decode.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "pkt-var.h"
#include "util-profiling.h"
#include "flow-util.h"
#include "stream-tcp.h"
Go to the source code of this file.
Macros | |
#define | ENIP_LEN_REGISTER_SESSION 4 |
Functions | |
void | RegisterENIPUDPParsers (void) |
Function to register the ENIP protocol parsers and other functions. More... | |
void | RegisterENIPTCPParsers (void) |
Function to register the ENIP protocol parsers and other functions. More... | |
void | ENIPParserRegisterTests (void) |
Variables | |
SCEnumCharMap | enip_decoder_event_table [] |
App-layer parser for ENIP protocol
Definition in file app-layer-enip.c.
#define ENIP_LEN_REGISTER_SESSION 4 |
Definition at line 371 of file app-layer-enip.c.
void ENIPParserRegisterTests | ( | void | ) |
Definition at line 707 of file app-layer-enip.c.
References UtRegisterTest().
void RegisterENIPTCPParsers | ( | void | ) |
Function to register the ENIP protocol parsers and other functions.
Definition at line 583 of file app-layer-enip.c.
References ALPROTO_ENIP, AppLayerProtoDetectConfProtoDetectionEnabledDefault(), AppLayerProtoDetectPPRegister(), AppLayerProtoDetectRegisterProtocol(), RunmodeIsUnittests(), and SCEnter.
void RegisterENIPUDPParsers | ( | void | ) |
Function to register the ENIP protocol parsers and other functions.
Definition at line 502 of file app-layer-enip.c.
References ALPROTO_ENIP, AppLayerProtoDetectConfProtoDetectionEnabledDefault(), AppLayerProtoDetectPPRegister(), AppLayerProtoDetectRegisterProtocol(), RunmodeIsUnittests(), and SCEnter.
SCEnumCharMap enip_decoder_event_table[] |
Definition at line 57 of file app-layer-enip.c.