flow_stat.h
来自「snort-2.1.0入侵检测」· C头文件 代码 · 共 15 行
H
15 行
#ifndef _FLOW_STAT_H#define _FLOW_STAT_H#include <stdio.h>#include <stdint.h>#include <time.h>#include "flow.h"int flowstat_clear(FLOWSTATS *fsp);int flowstat_print(FLOWSTATS *fsp);int flowstat_increment(FLOWSTATS *fsp, int direction, time_t cur, uint32_t bytes);int flowstat_callback(FLOW_POSITION position, FLOW *flow, int direction, time_t cur, FLOWPACKET *p);#endif /* _FLOW_STAT_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?