suricata
|
Data Fields | |
AppProto | alproto |
uint32_t | alproto_mask |
uint16_t | min_depth |
uint16_t | max_depth |
ProbingParserFPtr | ProbingParserTs |
ProbingParserFPtr | ProbingParserTc |
struct AppLayerProtoDetectProbingParserElement_ * | next |
Definition at line 68 of file app-layer-detect-proto.c.
AppProto AppLayerProtoDetectProbingParserElement_::alproto |
Definition at line 69 of file app-layer-detect-proto.c.
uint32_t AppLayerProtoDetectProbingParserElement_::alproto_mask |
Definition at line 71 of file app-layer-detect-proto.c.
uint16_t AppLayerProtoDetectProbingParserElement_::max_depth |
Definition at line 75 of file app-layer-detect-proto.c.
uint16_t AppLayerProtoDetectProbingParserElement_::min_depth |
Definition at line 73 of file app-layer-detect-proto.c.
struct AppLayerProtoDetectProbingParserElement_* AppLayerProtoDetectProbingParserElement_::next |
Definition at line 83 of file app-layer-detect-proto.c.
ProbingParserFPtr AppLayerProtoDetectProbingParserElement_::ProbingParserTc |
Definition at line 81 of file app-layer-detect-proto.c.
ProbingParserFPtr AppLayerProtoDetectProbingParserElement_::ProbingParserTs |
Definition at line 78 of file app-layer-detect-proto.c.