摘要: 在源文件 tcpdump.c中:结构体数组“static struct printer printers[]”定义了tcpdump所跟参数及其对一个的处理函数。struct printer { if_printer f; //处理函数 int type; //类型};然后通过函数“lookup_p... 阅读全文
posted @ 2015-08-17 17:19 hbg-rohens 阅读(1300) 评论(0) 推荐(0)