suricata
|
Data Fields | |
uint16_t | port |
bool | use_ports |
uint32_t | alproto_mask |
uint16_t | dp_max_depth |
uint16_t | sp_max_depth |
AppLayerProtoDetectProbingParserElement * | dp |
AppLayerProtoDetectProbingParserElement * | sp |
struct AppLayerProtoDetectProbingParserPort_ * | next |
Definition at line 86 of file app-layer-detect-proto.c.
uint32_t AppLayerProtoDetectProbingParserPort_::alproto_mask |
Definition at line 93 of file app-layer-detect-proto.c.
AppLayerProtoDetectProbingParserElement* AppLayerProtoDetectProbingParserPort_::dp |
Definition at line 99 of file app-layer-detect-proto.c.
uint16_t AppLayerProtoDetectProbingParserPort_::dp_max_depth |
Definition at line 96 of file app-layer-detect-proto.c.
struct AppLayerProtoDetectProbingParserPort_* AppLayerProtoDetectProbingParserPort_::next |
Definition at line 102 of file app-layer-detect-proto.c.
uint16_t AppLayerProtoDetectProbingParserPort_::port |
Definition at line 88 of file app-layer-detect-proto.c.
AppLayerProtoDetectProbingParserElement* AppLayerProtoDetectProbingParserPort_::sp |
Definition at line 100 of file app-layer-detect-proto.c.
uint16_t AppLayerProtoDetectProbingParserPort_::sp_max_depth |
Definition at line 97 of file app-layer-detect-proto.c.
bool AppLayerProtoDetectProbingParserPort_::use_ports |
Definition at line 91 of file app-layer-detect-proto.c.