Squashed commit of the following:
commit
42c8ad67b4071a5a0ff649050308462602ee707f
Author: Vigneshwari Viswanathan <vignvisw@cisco.com>
Date: Wed Jun 16 05:14:25 2021 -0400
snort2lua: Fixing lua conversion of unsupported http preproc options without parameters
parse_deleted_option("uu_decode_depth", data_stream);
else if (keyword == "normalize_random_nulls_in_text")
- parse_deleted_option("normalize_random_nulls_in_text", data_stream);
+ table_api.add_deleted_comment("normalize_random_nulls_in_text");
else if (keyword == "fast_blocking")
- parse_deleted_option("fast_blocking", data_stream);
+ table_api.add_deleted_comment("fast_blocking");
else if (keyword == "iis_unicode_map")
{