|
|
|
@ -185,6 +185,7 @@ uint64_t AppLayerParserGetTransactionActive(uint8_t ipproto, AppProto alproto, A
|
|
|
|
|
|
|
|
|
|
|
|
uint8_t AppLayerParserGetFirstDataDir(uint8_t ipproto, AppProto alproto);
|
|
|
|
uint8_t AppLayerParserGetFirstDataDir(uint8_t ipproto, AppProto alproto);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int AppLayerParserSupportsFiles(uint8_t ipproto, AppProto alproto);
|
|
|
|
int AppLayerParserSupportsTxDetectState(uint8_t ipproto, AppProto alproto);
|
|
|
|
int AppLayerParserSupportsTxDetectState(uint8_t ipproto, AppProto alproto);
|
|
|
|
int AppLayerParserHasTxDetectState(uint8_t ipproto, AppProto alproto, void *alstate);
|
|
|
|
int AppLayerParserHasTxDetectState(uint8_t ipproto, AppProto alproto, void *alstate);
|
|
|
|
DetectEngineState *AppLayerParserGetTxDetectState(uint8_t ipproto, AppProto alproto, void *tx);
|
|
|
|
DetectEngineState *AppLayerParserGetTxDetectState(uint8_t ipproto, AppProto alproto, void *tx);
|
|
|
|
|