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

📄 fltmgr.h

📁 一个网络流量分析的完整的程序
💻 H
字号:
/***fltmgr.h - filter list management routine prototypesCopyright (c) Gerard Paul Java 1998***/struct filterfileent {    char desc[35];    char filename[40];};struct ffnode {    struct filterfileent ffe;    struct ffnode *next_entry;    struct ffnode *prev_entry;};void makestdfiltermenu(struct MENU *menu);void makeudpfiltermenu(struct MENU *menu);void makemainfiltermenu(struct MENU *menu);int loadfilterlist(unsigned int protocol, struct ffnode **fltfile);void save_filterlist(unsigned int protocol, struct ffnode *fltlist);void pickafilter(struct ffnode *files, struct ffnode **fltfile, int *aborted);void selectfilter(unsigned int protocol,		  struct filterfileent *ffe, int *aborted);void destroyfilterlist(struct ffnode *fltlist);void get_filter_description(char *description, int *aborted, char *pre_edit);void genname(unsigned long n, char *m);unsigned long int nametoaddr(char *ascname, int *err);void listfileerr(int code);int mark_filter_change(int protocol);void clear_flt_tag(int protocol);

⌨️ 快捷键说明

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