|
suricata
|
First part of AppLayerParser, needed only for protocol detection. More...
#include <app-layer-register.h>

Data Fields | |
| const char * | name |
| name of the app-layer More... | |
| const char * | default_port |
| default port(s) More... | |
| uint8_t | ip_proto |
| ip protocol : TCP or UDP More... | |
| ProbingParserFPtr | ProbeTS |
| probing parser to server More... | |
| ProbingParserFPtr | ProbeTC |
| probing parser to client More... | |
| uint16_t | min_depth |
| uint16_t | max_depth |
First part of AppLayerParser, needed only for protocol detection.
Definition at line 82 of file app-layer-register.h.
| const char* AppLayerProtocolDetect::default_port |
default port(s)
Definition at line 86 of file app-layer-register.h.
| uint8_t AppLayerProtocolDetect::ip_proto |
ip protocol : TCP or UDP
Definition at line 88 of file app-layer-register.h.
| uint16_t AppLayerProtocolDetect::max_depth |
Definition at line 94 of file app-layer-register.h.
| uint16_t AppLayerProtocolDetect::min_depth |
Definition at line 93 of file app-layer-register.h.
| const char* AppLayerProtocolDetect::name |
name of the app-layer
Definition at line 84 of file app-layer-register.h.
Referenced by SCAppLayerRegisterProtocolDetection().
| ProbingParserFPtr AppLayerProtocolDetect::ProbeTC |
probing parser to client
Definition at line 92 of file app-layer-register.h.
| ProbingParserFPtr AppLayerProtocolDetect::ProbeTS |
probing parser to server
Definition at line 90 of file app-layer-register.h.