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

📄 flow_stat.h

📁 snort-2.1.0入侵检测
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -