摘要:http://cs.baylor.edu/~donahoo/practical/CSockets/http://www.nsnam.org/ http://www.nsnam.org/docs/doxygen/modules.html
阅读全文
06 2014 档案
摘要:http://cs.baylor.edu/~donahoo/practical/CSockets/http://www.nsnam.org/ http://www.nsnam.org/docs/doxygen/modules.html
阅读全文
摘要:第一部分:PCAP包文件格式一基本格式:文件头数据包头数据报数据包头数据报......二、文件头:文件头结构体sturctpcap_file_header{DWORDmagic;DWORDversion_major;DWORDversion_minor;DWORDthiszone;DWORDsigf...
阅读全文
摘要:1 #include 2 #include 3 #include 4 #include 5 #include "packet_header.h" 6 7 #define MAXBYTE2CAPTURE 2048 8 9 int isprint(char c) 10 {...
阅读全文
摘要:1 #include 2 #include 3 4 using namespace std; 5 using namespace boost::asio; 6 7 int main() 8 { 9 try10 {11 cout 2 #include 3 ...
阅读全文
摘要:1 /************************************************************************/ 2 /*功能描述: boost thread使用实例 */ 3 ...
阅读全文
摘要:1 /************************************************************************/ 2 /*功能描述: boost exception使用实例 */ 3 /*...
阅读全文
|