suricata
|
Data Fields | |
char | name [MAX_COUNTER_SIZE] |
char | tx_name [MAX_COUNTER_SIZE] |
char | gap_error [MAX_COUNTER_SIZE] |
char | parser_error [MAX_COUNTER_SIZE] |
char | internal_error [MAX_COUNTER_SIZE] |
char | alloc_error [MAX_COUNTER_SIZE] |
char | eps_name [EXCEPTION_POLICY_MAX][MAX_COUNTER_SIZE] |
Definition at line 78 of file app-layer.c.
char AppLayerCounterNames_::alloc_error[MAX_COUNTER_SIZE] |
Definition at line 84 of file app-layer.c.
char AppLayerCounterNames_::eps_name[EXCEPTION_POLICY_MAX][MAX_COUNTER_SIZE] |
Definition at line 85 of file app-layer.c.
char AppLayerCounterNames_::gap_error[MAX_COUNTER_SIZE] |
Definition at line 81 of file app-layer.c.
char AppLayerCounterNames_::internal_error[MAX_COUNTER_SIZE] |
Definition at line 83 of file app-layer.c.
char AppLayerCounterNames_::name[MAX_COUNTER_SIZE] |
Definition at line 79 of file app-layer.c.
char AppLayerCounterNames_::parser_error[MAX_COUNTER_SIZE] |
Definition at line 82 of file app-layer.c.
char AppLayerCounterNames_::tx_name[MAX_COUNTER_SIZE] |
Definition at line 80 of file app-layer.c.