From: Victor Julien Date: Tue, 26 Nov 2019 13:45:34 +0000 (+0100) Subject: detect/file-data: fix function doc X-Git-Tag: suricata-6.0.0-beta1~772 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8ceae9bf29e4b80183ea2bc641a8c8e3f625f4;p=thirdparty%2Fsuricata.git detect/file-data: fix function doc --- 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,