From: Bhagya Tholpady (bbantwal) Date: Mon, 29 Jun 2020 13:24:00 +0000 (+0000) Subject: Merge pull request #2286 in SNORT/snort3 from ~SELYSENK/snort3:lightspd_conf to master X-Git-Tag: 3.0.2-1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd94111cf5924fc6d980f0e3c790612fd4ee7ddb;p=thirdparty%2Fsnort3.git Merge pull request #2286 in SNORT/snort3 from ~SELYSENK/snort3:lightspd_conf to master Squashed commit of the following: commit ead1d556cd197942ebb231975522bdd657bcc4c3 Author: Serhii Lysenko Date: Wed Jun 24 09:53:13 2020 -0400 stream_ip: use lowercase fragmentation policy names for verbose output --- diff --git a/src/stream/ip/ip_defrag.cc b/src/stream/ip/ip_defrag.cc index 93f50a8b9..b76413535 100644 --- a/src/stream/ip/ip_defrag.cc +++ b/src/stream/ip/ip_defrag.cc @@ -175,13 +175,13 @@ private: static const char* const frag_policy_names[] = { "no policy", - "FIRST", - "LINUX", - "BSD", - "BSD_RIGHT", - "LAST", - "WINDOWS", - "SOLARIS" + "first", + "linux", + "bsd", + "bsd_right", + "last", + "windows", + "solaris" }; static inline void EventAnomIpOpts(FragEngine*)