]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3185: wizard: change default value of max_search_depth from 64 to 8192
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Thu, 25 Nov 2021 04:11:36 +0000 (04:11 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Thu, 25 Nov 2021 04:11:36 +0000 (04:11 +0000)
Merge in SNORT/snort3 from ~YVELYKOZ/snort3:wizard_new_default_value to master

Squashed commit of the following:

commit a40490adbbe9ae7126581f9ea53ccfe633d517b0
Author: Yehor Velykozhon <yvelykoz@cisco.com>
Date:   Fri Oct 29 18:52:20 2021 +0300

    wizard: change default value of max_search_depth from 64 to 8192

src/service_inspectors/wizard/wiz_module.cc

index c85a98c9fb09757f2ddb9448d3988ec76c3100b4..629d851cb762620fac3c89e6fea41610f1044bd6 100644 (file)
@@ -106,7 +106,7 @@ static const Parameter s_params[] =
     { "curses", Parameter::PT_MULTI, "dce_smb | dce_udp | dce_tcp | sslv2", nullptr,
       "enable service identification based on internal algorithm" },
 
-    { "max_search_depth", Parameter::PT_INT, "0:65535", "64",
+    { "max_search_depth", Parameter::PT_INT, "0:65535", "8192",
       "maximum scan depth per flow" },
 
     { nullptr, Parameter::PT_MAX, nullptr, nullptr, nullptr }