Squashed commit of the following:
commit
6e84b6c43e6899f03978e982b280e5972b87f15a
Author: Steve Chew <stechew@cisco.com>
Date: Thu Oct 26 18:29:49 2017 -0400
snort2lua: changed name of firewall_logging to sfunified2_logger.
std::string args;
bool retval = true;
- table_api.open_table("firewall_logging");
+ table_api.open_table("sfunified2_logger");
while (std::getline(data_stream, args, ','))
{
static ConversionState* ctor(Converter& c)
{
- c.get_table_api().open_top_level_table("firewall_logging"); // in case there are no arguments
+ c.get_table_api().open_top_level_table("sfunified2_logger"); // in case there are no arguments
c.get_table_api().close_table();
return new SfUnified2(c);
}