flowps_snort.h
来自「snort-2.1.0入侵检测」· C头文件 代码 · 共 11 行
H
11 行
#ifndef _FLOWPS_SNORT_H#define _FLOWPS_SNORT_H#include "flow.h"void SetupFlowPS(void);int flowps_newflow_callback(FLOW_POSITION position, FLOW *flowp, int direction, time_t cur, FLOWPACKET *p);#endif /* _FLOWPS_SNORT_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?