摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 using namespace std; 11 12 //IP层数据包格式 13 typedef struct 14 { 15 int header_len:4; 16 int version:4; 17 u_char tos:8; 18 int total_len:16; 19 int ident:16; 20 int ... 阅读全文
posted @ 2013-11-15 15:25 老司机 阅读(906) 评论(0) 推荐(1) 编辑