摘要:
1 #include <stdio.h> 2 #include <stdint.h> 3 #include <stdlib.h> 4 5 #include <pcap.h> 6 7 //////////////////////////////////////////////////////////////////////////////// 8 9 // ./a.out [源文件]10 int main(int argc, char **argv)11 {12 pcap_t *pcap = NULL;13 struct pcap_pkthdr * 阅读全文
posted @ 2012-03-15 19:51
田涛@武汉
阅读(1225)
评论(0)
推荐(0)
摘要:
使用indent来格式化C代码:indent -npro -kr -i4 -ts4 -sob -bl -bli 0 main.c[linux indent格式化代码]http://dongyulong.blog.51cto.com/1451604/338633 阅读全文
posted @ 2012-03-15 17:10
田涛@武汉
阅读(111)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2012-03-15 14:12
田涛@武汉
阅读(17)
评论(0)
推荐(0)