]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2286 in SNORT/snort3 from ~SELYSENK/snort3:lightspd_conf to master
authorBhagya Tholpady (bbantwal) <bbantwal@cisco.com>
Mon, 29 Jun 2020 13:24:00 +0000 (13:24 +0000)
committerBhagya Tholpady (bbantwal) <bbantwal@cisco.com>
Mon, 29 Jun 2020 13:24:00 +0000 (13:24 +0000)
Squashed commit of the following:

commit ead1d556cd197942ebb231975522bdd657bcc4c3
Author: Serhii Lysenko <selysenk@cisco.com>
Date:   Wed Jun 24 09:53:13 2020 -0400

    stream_ip: use lowercase fragmentation policy names for verbose output

src/stream/ip/ip_defrag.cc

index 93f50a8b91c2b7b06968aec51f395205019747d1..b764135355ad2229ee0b2db2dc5ddfcd4a96eb88 100644 (file)
@@ -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*)