ospf.h
来自「一个很好用的linux 下的流量监控软件」· C头文件 代码 · 共 19 行
H
19 行
/***ospf.h - a small header declaration for OSPF packetsExtracted from tcpdump***/struct ospfhdr { u_char ospf_version; u_char ospf_type; u_short ospf_len; struct in_addr ospf_routerid; struct in_addr ospf_areaid; u_short ospf_chksum; u_short ospf_authtype;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?