|
suricata
|

Data Fields | |
| uint16_t | flags |
| uint64_t | inspect_id [2] |
| uint64_t | log_id |
| uint64_t | min_id |
| AppLayerDecoderEvents * | decoder_events |
| FramesContainer * | frames |
Definition at line 135 of file app-layer-parser.c.
| AppLayerDecoderEvents* AppLayerParserState_::decoder_events |
Definition at line 150 of file app-layer-parser.c.
Referenced by AppLayerParserGetDecoderEvents(), AppLayerParserHasDecoderEvents(), and AppLayerParserStateFree().
| uint16_t AppLayerParserState_::flags |
Definition at line 137 of file app-layer-parser.c.
Referenced by SCAppLayerParserStateIssetFlag(), and SCAppLayerParserStateSetFlag().
| FramesContainer* AppLayerParserState_::frames |
Definition at line 152 of file app-layer-parser.c.
Referenced by AppLayerFramesFreeContainer(), AppLayerFramesGetContainer(), and AppLayerFramesSetupContainer().
| uint64_t AppLayerParserState_::inspect_id[2] |
Definition at line 141 of file app-layer-parser.c.
Referenced by AppLayerParserGetTransactionActive(), AppLayerParserGetTransactionInspectId(), AppLayerParserSetTransactionInspectId(), and UTHAppLayerParserStateGetIds().
| uint64_t AppLayerParserState_::log_id |
Definition at line 145 of file app-layer-parser.c.
Referenced by AppLayerParserGetTransactionActive(), AppLayerParserGetTransactionLogId(), AppLayerParserSetTransactionLogId(), and UTHAppLayerParserStateGetIds().
| uint64_t AppLayerParserState_::min_id |
Definition at line 147 of file app-layer-parser.c.
Referenced by UTHAppLayerParserStateGetIds().