From: Mike Stepanek (mstepane) Date: Thu, 25 Nov 2021 04:11:36 +0000 (+0000) Subject: Pull request #3185: wizard: change default value of max_search_depth from 64 to 8192 X-Git-Tag: 3.1.18.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e2667d922584af6a0122e0fcc7672c48341c2e8;p=thirdparty%2Fsnort3.git Pull request #3185: wizard: change default value of max_search_depth from 64 to 8192 Merge in SNORT/snort3 from ~YVELYKOZ/snort3:wizard_new_default_value to master Squashed commit of the following: commit a40490adbbe9ae7126581f9ea53ccfe633d517b0 Author: Yehor Velykozhon Date: Fri Oct 29 18:52:20 2021 +0300 wizard: change default value of max_search_depth from 64 to 8192 --- diff --git a/src/service_inspectors/wizard/wiz_module.cc b/src/service_inspectors/wizard/wiz_module.cc index c85a98c9f..629d851cb 100644 --- a/src/service_inspectors/wizard/wiz_module.cc +++ b/src/service_inspectors/wizard/wiz_module.cc @@ -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 }