landesc.h
来自「一个网络流量分析的完整的程序」· C头文件 代码 · 共 37 行
H
37 行
/***ethdesc.c - Ethernet host description management moduleCopyright (c) Gerard Paul Java 1998This program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.***/#include "descrec.h"#define WITHETCETHERS 1#define WITHOUTETCETHERS 0void etherr(void);void loaddesclist(struct desclist *list, unsigned int linktype, int withethers);void savedesclist(struct desclist *list, unsigned int linktype);void displayethdescs(struct desclist *list, WINDOW * win);void destroydesclist(struct desclist *list);void operate_descselect(struct desclist *list, struct desclistent **node, WINDOW * win, int *aborted);void selectdesc(struct desclist *list, struct desclistent **node, int *aborted);void descdlg(struct descrec *rec, char *initaddr, char *initdesc, int *aborted);void addethdesc(struct desclist *list);void editethdesc(struct desclist *list);void delethdesc(struct desclist *list);void ethdescmgr(unsigned int linktype);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?