daemon option: --logautosyn added.

This commit is contained in:
Roland Jax
2014-10-14 18:05:08 +02:00
parent f332bf7c14
commit 19f5900c8a
3 changed files with 42 additions and 25 deletions
+5 -1
View File
@@ -89,9 +89,13 @@ void define_args()
Appl::type_string, Appl::opt_mandatory);
A.addItem("p_loglevel", Appl::Param("trace"), "", "loglevel",
"\tlog level - error|event|trace|debug (event)\n",
"\tlog level - error|event|trace|debug (event)",
Appl::type_string, Appl::opt_mandatory);
A.addItem("p_logautosyn", Appl::Param(false), "", "logautosyn",
"log AUTO-SYN bytes\n",
Appl::type_bool, Appl::opt_none);
A.addItem("p_dump", Appl::Param(false), "D", "dump",
"\tenable dump",
Appl::type_bool, Appl::opt_none);