suricata
|
Data Fields | |
uint16_t | counter_id |
uint16_t | counter_tx_id |
uint16_t | gap_error_id |
uint16_t | parser_error_id |
uint16_t | internal_error_id |
uint16_t | alloc_error_id |
ExceptionPolicyCounters | eps_error |
Definition at line 88 of file app-layer.c.
uint16_t AppLayerCounters_::alloc_error_id |
Definition at line 94 of file app-layer.c.
Referenced by AppLayerIncAllocErrorCounter().
uint16_t AppLayerCounters_::counter_id |
Definition at line 89 of file app-layer.c.
uint16_t AppLayerCounters_::counter_tx_id |
Definition at line 90 of file app-layer.c.
Referenced by AppLayerIncTxCounter().
ExceptionPolicyCounters AppLayerCounters_::eps_error |
Definition at line 95 of file app-layer.c.
uint16_t AppLayerCounters_::gap_error_id |
Definition at line 91 of file app-layer.c.
Referenced by AppLayerIncGapErrorCounter().
uint16_t AppLayerCounters_::internal_error_id |
Definition at line 93 of file app-layer.c.
Referenced by AppLayerIncInternalErrorCounter().
uint16_t AppLayerCounters_::parser_error_id |
Definition at line 92 of file app-layer.c.
Referenced by AppLayerIncParserErrorCounter().