From: Oleksii. Shumeiko -X (oshumeik - SOFTSERVE INC at Cisco) Date: Tue, 5 Dec 2023 11:26:15 +0000 (+0000) Subject: Pull request #4127: GID range for built-in rules. X-Git-Tag: 3.1.77.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ab373a226d2c57e7db0465e383162355433e157;p=thirdparty%2Fsnort3.git Pull request #4127: GID range for built-in rules. Merge in SNORT/snort3 from ~OSHUMEIK/snort3:gid_range to master Squashed commit of the following: commit 6ad50702f4158d5ea09670c1cf30b359dcc977ca Author: Oleksii Shumeiko Date: Mon Dec 4 13:29:16 2023 +0200 detection: adjust built-in GID range to 40-999 --- diff --git a/src/detection/rules.h b/src/detection/rules.h index e4030efe9..136d90158 100644 --- a/src/detection/rules.h +++ b/src/detection/rules.h @@ -33,7 +33,7 @@ #define GID_DEFAULT 1 #define GID_SESSION 135 -#define GID_BUILTIN_MIN 100 +#define GID_BUILTIN_MIN 40 #define GID_BUILTIN_MAX 999 #define SESSION_EVENT_SYN_RX 1