suricata
|
Data Fields | |
uint8_t | flags |
uint64_t | inspect_id [2] |
uint64_t | log_id |
uint64_t | min_id |
AppLayerDecoderEvents * | decoder_events |
FramesContainer * | frames |
Definition at line 155 of file app-layer-parser.c.
AppLayerDecoderEvents* AppLayerParserState_::decoder_events |
Definition at line 170 of file app-layer-parser.c.
Referenced by AppLayerParserGetDecoderEvents(), AppLayerParserHasDecoderEvents(), AppLayerParserSetDecoderEvents(), and AppLayerParserStateFree().
uint8_t AppLayerParserState_::flags |
Definition at line 157 of file app-layer-parser.c.
Referenced by AppLayerParserStateIssetFlag(), and AppLayerParserStateSetFlag().
FramesContainer* AppLayerParserState_::frames |
Definition at line 172 of file app-layer-parser.c.
Referenced by AppLayerFramesFreeContainer(), AppLayerFramesGetContainer(), and AppLayerFramesSetupContainer().
uint64_t AppLayerParserState_::inspect_id[2] |
Definition at line 161 of file app-layer-parser.c.
Referenced by AppLayerParserGetTransactionActive(), AppLayerParserGetTransactionInspectId(), and UTHAppLayerParserStateGetIds().
uint64_t AppLayerParserState_::log_id |
Definition at line 165 of file app-layer-parser.c.
Referenced by AppLayerParserGetTransactionActive(), AppLayerParserGetTransactionLogId(), AppLayerParserSetTransactionLogId(), and UTHAppLayerParserStateGetIds().
uint64_t AppLayerParserState_::min_id |
Definition at line 167 of file app-layer-parser.c.
Referenced by UTHAppLayerParserStateGetIds().