]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2003 in SNORT/snort3 from ~SBAIGAL/snort3:soapi_version_bump...
authorSteve Chew (stechew) <stechew@cisco.com>
Thu, 13 Feb 2020 18:57:15 +0000 (18:57 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Thu, 13 Feb 2020 18:57:15 +0000 (18:57 +0000)
Squashed commit of the following:

commit f37b20d300f63e2f9f7e8efd2ff8792f9ed3cfe1
Author: Steven Baigal (sbaigal) <sbaigal@cisco.com>
Date:   Thu Feb 13 13:35:10 2020 -0500

    soapi: dumped version number due to change to IpsOption data structure

src/framework/so_rule.h

index 3a2b7b6d4516a7913474310bc14f057e02b586cd..b5ec8b0e40537679d31f5d8271f65f1ddb74067a 100644 (file)
@@ -35,7 +35,7 @@ struct Packet;
 }
 
 // this is the current version of the api
-#define SOAPI_VERSION ((BASE_API_VERSION << 16) | 0)
+#define SOAPI_VERSION ((BASE_API_VERSION << 16) | 1)
 
 //-------------------------------------------------------------------------
 // rule format is:  header ( [<stub opts>;] soid:<tag>; [<remaining opts>;] )