|
|
|
@ -175,6 +175,7 @@ int AppLayerParserParse(AppLayerParserThreadCtx *tctx, Flow *f, AppProto alproto
|
|
|
|
void AppLayerParserSetEOF(AppLayerParserState *pstate);
|
|
|
|
void AppLayerParserSetEOF(AppLayerParserState *pstate);
|
|
|
|
int AppLayerParserHasDecoderEvents(uint8_t ipproto, AppProto alproto, void *alstate, AppLayerParserState *pstate,
|
|
|
|
int AppLayerParserHasDecoderEvents(uint8_t ipproto, AppProto alproto, void *alstate, AppLayerParserState *pstate,
|
|
|
|
uint8_t flags);
|
|
|
|
uint8_t flags);
|
|
|
|
|
|
|
|
int AppLayerParserProtocolIsTxAware(uint8_t ipproto, AppProto alproto);
|
|
|
|
int AppLayerParserProtocolIsTxEventAware(uint8_t ipproto, AppProto alproto);
|
|
|
|
int AppLayerParserProtocolIsTxEventAware(uint8_t ipproto, AppProto alproto);
|
|
|
|
int AppLayerParserProtocolSupportsTxs(uint8_t ipproto, AppProto alproto);
|
|
|
|
int AppLayerParserProtocolSupportsTxs(uint8_t ipproto, AppProto alproto);
|
|
|
|
void AppLayerParserTriggerRawStreamReassembly(Flow *f);
|
|
|
|
void AppLayerParserTriggerRawStreamReassembly(Flow *f);
|
|
|
|
|