]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect: remove unused field
authorVictor Julien <vjulien@oisf.net>
Tue, 25 Apr 2023 16:30:58 +0000 (18:30 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 26 Apr 2023 04:34:21 +0000 (06:34 +0200)
src/detect.h

index 6a9f735aea26a9af25a1ce614e0656a0c6b80ff7..f5322f7975dd3eeaa0654af46bde4a3aef2fdb3d 100644 (file)
@@ -859,11 +859,6 @@ typedef struct DetectEngineCtx_ {
     /* maximum recursion depth for content inspection */
     int inspection_recursion_limit;
 
-    /* conf parameter that limits the length of the http request body inspected */
-    int hcbd_buffer_limit;
-    /* conf parameter that limits the length of the http response body inspected */
-    int hsbd_buffer_limit;
-
     /* array containing all sgh's in use so we can loop
      * through it in Stage4. */
     struct SigGroupHead_ **sgh_array;