|
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 |
| size_t | alproto_names_len |
| uint8_t * | expectation_proto |
| size_t | expectation_proto_len |
The app layer protocol detection context.
Definition at line 144 of file app-layer-detect-proto.c.
| const char** AppLayerProtoDetectCtx_::alproto_names |
Definition at line 159 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), AppLayerProtoDetectGetProtoByName(), AppLayerProtoDetectGetProtoName(), AppLayerProtoDetectRegisterProtocol(), AppLayerProtoDetectSetup(), and AppLayerProtoDetectSupportedAppProtocols().
| size_t AppLayerProtoDetectCtx_::alproto_names_len |
Definition at line 160 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), AppLayerProtoDetectRegisterProtocol(), and AppLayerProtoDetectSetup().
| AppLayerProtoDetectCtxIpproto AppLayerProtoDetectCtx_::ctx_ipp[FLOW_PROTO_DEFAULT] |
Definition at line 148 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), AppLayerProtoDetectDestroyCtxThread(), AppLayerProtoDetectGetCtxThread(), AppLayerProtoDetectPrepareState(), and AppLayerProtoDetectSetup().
| AppLayerProtoDetectProbingParser* AppLayerProtoDetectCtx_::ctx_pp |
Definition at line 153 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), AppLayerProtoDetectPrepareState(), and SCAppLayerProtoDetectPPRegister().
| uint8_t* AppLayerProtoDetectCtx_::expectation_proto |
Definition at line 166 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), AppLayerProtoDetectSetup(), and AppLayerRegisterExpectationProto().
| size_t AppLayerProtoDetectCtx_::expectation_proto_len |
Definition at line 167 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), and AppLayerProtoDetectSetup().
| SpmGlobalThreadCtx* AppLayerProtoDetectCtx_::spm_global_thread_ctx |
Definition at line 151 of file app-layer-detect-proto.c.
Referenced by AppLayerProtoDetectDeSetup(), AppLayerProtoDetectGetCtxThread(), and AppLayerProtoDetectSetup().