preprocids.h (snort-2.9.16.1) | : | preprocids.h (snort-2.9.17) | ||
---|---|---|---|---|
skipping to change at line 84 | skipping to change at line 84 | |||
#define PP_GTP 27 | #define PP_GTP 27 | |||
#define PP_MODBUS 28 | #define PP_MODBUS 28 | |||
#define PP_DNP3 29 | #define PP_DNP3 29 | |||
#define PP_FILE 30 | #define PP_FILE 30 | |||
#define PP_FILE_INSPECT 31 | #define PP_FILE_INSPECT 31 | |||
#define PP_NAP_RULE_ENGINE 32 | #define PP_NAP_RULE_ENGINE 32 | |||
#define PP_PREFILTER_RULE_ENGINE 33 // used externally | #define PP_PREFILTER_RULE_ENGINE 33 // used externally | |||
#define PP_HTTPMOD 34 | #define PP_HTTPMOD 34 | |||
#define PP_HTTP2 35 | #define PP_HTTP2 35 | |||
#define PP_CIP 36 | #define PP_CIP 36 | |||
#define PP_MAX 37 | #define PP_S7COMMPLUS 37 | |||
#define PP_MAX 38 | ||||
#define PP_ALL 50 | #define PP_ALL 50 | |||
#define PP_ENABLE_ALL (~0) | #define PP_ENABLE_ALL (~0) | |||
#define PP_DISABLE_ALL 0x0 | #define PP_DISABLE_ALL 0x0 | |||
#ifdef WIN32 | #ifdef WIN32 | |||
#ifndef UINT64_C | #ifndef UINT64_C | |||
#define UINT64_C(v) (v) | #define UINT64_C(v) (v) | |||
#endif | #endif | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |