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

📄 landesc.h

📁 一个很好用的linux 下的流量监控软件
💻 H
字号:
/***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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -