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 129 of file app-layer-parser.c.
AppLayerDecoderEvents* AppLayerParserState_::decoder_events |
Definition at line 144 of file app-layer-parser.c.
Referenced by AppLayerParserGetDecoderEvents(), AppLayerParserHasDecoderEvents(), and AppLayerParserStateFree().
uint16_t AppLayerParserState_::flags |
Definition at line 131 of file app-layer-parser.c.
Referenced by AppLayerParserStateIssetFlag(), and AppLayerParserStateSetFlag().
FramesContainer* AppLayerParserState_::frames |
Definition at line 146 of file app-layer-parser.c.
Referenced by AppLayerFramesFreeContainer(), AppLayerFramesGetContainer(), and AppLayerFramesSetupContainer().
uint64_t AppLayerParserState_::inspect_id[2] |
Definition at line 135 of file app-layer-parser.c.
Referenced by AppLayerParserGetTransactionActive(), AppLayerParserGetTransactionInspectId(), and UTHAppLayerParserStateGetIds().
uint64_t AppLayerParserState_::log_id |
Definition at line 139 of file app-layer-parser.c.
Referenced by AppLayerParserGetTransactionActive(), AppLayerParserGetTransactionLogId(), AppLayerParserSetTransactionLogId(), and UTHAppLayerParserStateGetIds().
uint64_t AppLayerParserState_::min_id |
Definition at line 141 of file app-layer-parser.c.
Referenced by UTHAppLayerParserStateGetIds().