suricata
|
The app layer protocol detection context. More...
Data Fields | |
AppLayerProtoDetectCtxIpproto | ctx_ipp [FLOW_PROTO_DEFAULT] |
SpmGlobalThreadCtx * | spm_global_thread_ctx |
AppLayerProtoDetectProbingParser * | ctx_pp |
const char * | alproto_names [ALPROTO_MAX] |
The app layer protocol detection context.
Definition at line 143 of file app-layer-detect-proto.c.
const char* AppLayerProtoDetectCtx_::alproto_names[ALPROTO_MAX] |
Definition at line 157 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectGetProtoByName(), AppLayerProtoDetectGetProtoName(), AppLayerProtoDetectRegisterProtocol(), and AppLayerProtoDetectSupportedAppProtocols().
AppLayerProtoDetectCtxIpproto AppLayerProtoDetectCtx_::ctx_ipp[FLOW_PROTO_DEFAULT] |
Definition at line 147 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), AppLayerProtoDetectDestroyCtxThread(), AppLayerProtoDetectGetCtxThread(), AppLayerProtoDetectPrepareState(), AppLayerProtoDetectSetup(), and AppLayerProtoDetectUnittestCtxRestore().
AppLayerProtoDetectProbingParser* AppLayerProtoDetectCtx_::ctx_pp |
Definition at line 152 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), AppLayerProtoDetectPPRegister(), and AppLayerProtoDetectPrepareState().
SpmGlobalThreadCtx* AppLayerProtoDetectCtx_::spm_global_thread_ctx |
Definition at line 150 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), AppLayerProtoDetectGetCtxThread(), and AppLayerProtoDetectSetup().