Squashed commit of the following:
commit
da74dfd4ea9c7b2bfe51156c83cb0e4cf77ac987
Author: Masud Hasan <mashasan@cisco.com>
Date: Tue Apr 2 09:18:00 2019 -0400
snort2lua: Adding support for appid tp_config_path conversion
tmpval = false;
}
}
+ else if (keyword == "tp_config_path")
+ {
+ std::string file_name;
+ if (arg_stream >> file_name)
+ {
+ tmpval = table_api.add_option("tp_appid_config", file_name);
+ }
+ else
+ {
+ data_api.failed_conversion(arg_stream, "appid: tp_config_path <missing_arg>");
+ tmpval = false;
+ }
+ }
else
{
tmpval = false;