⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _meta.h

📁 This is the snapshot of Snot Latest Rules
💻 H
字号:
#ifndef SFSNORT_DYNAMIC_DETECTION_LIB_H_#define SFSNORT_DYNAMIC_DETECTION_LIB_H_#define DETECTION_LIB_MAJOR 1#define DETECTION_LIB_MINOR 0#define DETECTION_LIB_BUILD 1/* Required version and name of the engine */#define REQ_ENGINE_LIB_MAJOR 1#ifndef REQ_ENGINE_LIB_MINOR#define REQ_ENGINE_LIB_MINOR 6#endif#define REQ_ENGINE_LIB_NAME "SF_SNORT_DETECTION_ENGINE"#ifdef WIN32#ifdef SF_SNORT_DETECTION_DLL#define DETECTION_LINKAGE __declspec(dllexport)#else#define DETECTION_LINKAGE __declspec(dllimport)#endif#else /* WIN32 */#define DETECTION_LINKAGE#endif /* WIN32 */#endif /* SFSNORT_DYNAMIC_DETECTION_LIB_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -