]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #579 in SNORT/snort3 from session_define_swap to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Wed, 3 Aug 2016 20:39:08 +0000 (16:39 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Wed, 3 Aug 2016 20:39:08 +0000 (16:39 -0400)
Squashed commit of the following:

commit 9e14c40db95cd02e8c9754e598be9efb7b7c011f
Author: alewis <albert.l.lewis@gmail.com>
Date:   Wed Aug 3 16:33:02 2016 -0400

    swapped session defines SESSION_BINARY and SESSION_ALL

commit b386f018ae5182cdcc6d6b9b26a5b1551ee4dc86
Author: alewis <albert.l.lewis@gmail.com>
Date:   Wed Aug 3 16:29:45 2016 -0400

    swapped session defines SESSION_BINARY and SESSION_ALL

commit 4c43efaa2532e77be1a21be7e410f912d20226f3
Author: alewis <albert.l.lewis@gmail.com>
Date:   Wed Aug 3 16:24:42 2016 -0400

    swapped session defines SESSION_BINARY and SESSION_ALL

src/ips_options/ips_session.cc

index ea8d7955867c8122ce56847fb058317216749a96..0bbabfd00fa39681a0b4263a4e6f12cc68807a59 100644 (file)
@@ -71,9 +71,9 @@
 
 static THREAD_LOCAL ProfileStats sessionPerfStats;
 
-#define SESSION_PRINTABLE  1
-#define SESSION_ALL        2
-#define SESSION_BINARY     3
+#define SESSION_PRINTABLE      1
+#define SESSION_BINARY         2
+#define SESSION_ALL                    3
 
 typedef struct _SessionData
 {