suricata
|
Data Fields | |
uint16_t | port |
uint32_t | alproto_mask |
uint16_t | dp_max_depth |
uint16_t | sp_max_depth |
AppLayerProtoDetectProbingParserElement * | dp |
AppLayerProtoDetectProbingParserElement * | sp |
struct AppLayerProtoDetectProbingParserPort_ * | next |
Definition at line 88 of file app-layer-detect-proto.c.
uint32_t AppLayerProtoDetectProbingParserPort_::alproto_mask |
Definition at line 92 of file app-layer-detect-proto.c.
AppLayerProtoDetectProbingParserElement* AppLayerProtoDetectProbingParserPort_::dp |
Definition at line 98 of file app-layer-detect-proto.c.
uint16_t AppLayerProtoDetectProbingParserPort_::dp_max_depth |
Definition at line 95 of file app-layer-detect-proto.c.
struct AppLayerProtoDetectProbingParserPort_* AppLayerProtoDetectProbingParserPort_::next |
Definition at line 101 of file app-layer-detect-proto.c.
uint16_t AppLayerProtoDetectProbingParserPort_::port |
Definition at line 90 of file app-layer-detect-proto.c.
AppLayerProtoDetectProbingParserElement* AppLayerProtoDetectProbingParserPort_::sp |
Definition at line 99 of file app-layer-detect-proto.c.
uint16_t AppLayerProtoDetectProbingParserPort_::sp_max_depth |
Definition at line 96 of file app-layer-detect-proto.c.