Squashed commit of the following:
commit
e79c9266e5324907de4d5cd730cc4934331b706e
Author: Mike Redden <miredden@cisco.com>
Date: Tue Mar 26 15:58:55 2019 -0400
snort2lua: Convert rawbytes to raw_data sticky buffer
name == "http_raw_uri" ||
name == "http_stat_code" ||
name == "http_stat_msg" ||
- name == "http_uri")
+ name == "http_uri" ||
+ name == "raw_data")
{
if (curr_sticky_buffer == name)
{
rule_api.add_suboption("length", val);
else if (keyword == "rawbytes")
- add_sticky_buffer(data_stream, "pkt_data");
+ add_sticky_buffer(data_stream, "raw_data");
else if (keyword == "http_client_body")
add_sticky_buffer(data_stream, "http_client_body");