* ip_proto doesn't work properly with reassembled packets so it can't be
used to restrict the protocol of service rules.
-
-==== Rules
-
* Inspector events generated while parsing TCP payload in non-IPS mode will
indicate the wrong direction (ie they will be based on the ACK packet).
(Same is true for Snort.)
* alert_fast and alert_full: output configuration includes "file = 'foo.bar'", but file is a bool
and you cannot specify an output file name in the configuration.
+
+==== obfuscation
+
+* -B <mask> feature does not work. It does ordinary IP address obfuscation instead of using the
+mask.
+
+* Obfuscation does not work for csv format.
+
{ "-A", Parameter::PT_STRING, nullptr, nullptr,
"<mode> set alert mode: none, cmg, or alert_*" },
- { "-B", Parameter::PT_IMPLIED, nullptr, nullptr,
+ { "-B", Parameter::PT_ADDR, nullptr, "255.255.255.255/32",
"<mask> obfuscated IP addresses in alerts and packet dumps using CIDR mask" },
{ "-C", Parameter::PT_IMPLIED, nullptr, nullptr,