📄 externs.h
字号:
/***externs.h - external routines used by the the iptraf module and someothers***/void ipmon(const struct OPTIONS *options, struct filterstate *ofilter, int facilitytime, char *ifptr);void selectiface(char *ifname, int withall, int *aborted);void ifstats(const struct OPTIONS *options, struct filterstate *ofilter, int facilitytime);void detstats(char *iface, const struct OPTIONS *options, int facilitytime, struct filterstate *ofilter);void packet_size_breakdown(struct OPTIONS *options, char *iface, int facilitytime);void servmon(char *iface, struct porttab *ports, const struct OPTIONS *options, int facilitytime, struct filterstate *ofilter);void ip_host_breakdown(struct OPTIONS *options, char *iface);void hostmon(const struct OPTIONS *options, int facilitytime, char *ifptr);void ethdescmgr(void);void setoptions(struct OPTIONS *options, struct porttab **ports);void loadoptions(struct OPTIONS *options);void saveoptions(struct OPTIONS *options);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -