From ac8ceae9bf29e4b80183ea2bc641a8c8e3f625f4 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 26 Nov 2019 14:45:34 +0100 Subject: [PATCH] detect/file-data: fix function doc --- src/detect-file-data.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/detect-file-data.c b/src/detect-file-data.c index 0479315728..93f99024d1 100644 --- a/src/detect-file-data.c +++ b/src/detect-file-data.c @@ -467,10 +467,12 @@ typedef struct PrefilterMpmFiledata { /** \brief Filedata Filedata Mpm prefilter callback * * \param det_ctx detection engine thread ctx + * \param pectx inspection context * \param p packet to inspect * \param f flow to inspect * \param txv tx to inspect - * \param pectx inspection context + * \param idx transaction id + * \param flags STREAM_* flags including direction */ static void PrefilterTxFiledata(DetectEngineThreadCtx *det_ctx, const void *pectx,