📄 flow_stat.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 + -