Squashed commit of the following:
commit
3e8b8b74d24b518199b988c5ff21ccbfb995336d
Author: Katura Harvey <katharve@cisco.com>
Date: Fri Apr 19 19:40:34 2019 -0400
snort2lua: fix histogram option change comment
tmpval = parse_deleted_option("track_ip", arg_stream);
else if (keyword == "prune_log_max")
- {
- table_api.add_diff_option_comment("prune_log_max", "histogram");
- if (!eat_option(arg_stream))
- tmpval = false;
- }
+ tmpval = parse_deleted_option("prune_log_max", arg_stream);
+
else if (keyword == "max_tcp")
{
table_api.open_table("tcp_cache");