]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
fixed lua default in packet capture
authorCarter Waxman <cwaxman@cisco.com>
Fri, 22 Apr 2016 18:51:45 +0000 (14:51 -0400)
committerCarter Waxman <cwaxman@cisco.com>
Fri, 22 Apr 2016 18:51:45 +0000 (14:51 -0400)
src/network_inspectors/packet_capture/capture_module.cc

index 410e82f70cd1ea289a5e9433a8206976e2b6e2d4..dfe0000d4cd22ebdda406d7401283a8f787736bf 100644 (file)
@@ -41,7 +41,7 @@ static const Parameter s_capture[] =
     { "enable", Parameter::PT_BOOL, nullptr, "false",
       "initially enable packet dumping" },
 
-    { "filter", Parameter::PT_STRING, nullptr, "",
+    { "filter", Parameter::PT_STRING, nullptr, nullptr,
       "bpf filter to use for packet dump" },
 
     { nullptr, Parameter::PT_MAX, nullptr, nullptr, nullptr }