|
suricata
|

Data Fields | |
| uint16_t | pp_max_len |
| uint16_t | min_len |
| MpmCtx | mpm_ctx |
| AppLayerProtoDetectPMSignature ** | map |
| AppLayerProtoDetectPMSignature * | head |
| PatIntId | max_pat_id |
| SigIntId | max_sig_id |
Definition at line 120 of file app-layer-detect-proto.c.
| AppLayerProtoDetectPMSignature* AppLayerProtoDetectPMCtx_::head |
Definition at line 129 of file app-layer-detect-proto.c.
| AppLayerProtoDetectPMSignature** AppLayerProtoDetectPMCtx_::map |
Mapping between pattern id and signature. As each signature has a unique pattern with a unique id, we can lookup the signature by the pattern id.
Definition at line 128 of file app-layer-detect-proto.c.
| PatIntId AppLayerProtoDetectPMCtx_::max_pat_id |
Definition at line 132 of file app-layer-detect-proto.c.
| SigIntId AppLayerProtoDetectPMCtx_::max_sig_id |
Definition at line 133 of file app-layer-detect-proto.c.
| uint16_t AppLayerProtoDetectPMCtx_::min_len |
Definition at line 122 of file app-layer-detect-proto.c.
| MpmCtx AppLayerProtoDetectPMCtx_::mpm_ctx |
Definition at line 123 of file app-layer-detect-proto.c.
| uint16_t AppLayerProtoDetectPMCtx_::pp_max_len |
Definition at line 121 of file app-layer-detect-proto.c.