ping程序代码

时间:2014-10-16 17:22:08
【文件属性】:

文件名称:ping程序代码

文件大小:985KB

文件格式:RAR

更新时间:2014-10-16 17:22:08

ping

ping程序代码 typedef struct iphdr { unsigned int h_len:4; // length of the header unsigned int version:4; // Version of IP unsigned char tos; // Type of service unsigned short total_len; // total length of the packet unsigned short ident; // unique identifier unsigned short frag_and_flags; // flags unsigned char ttl; unsigned char proto; // protocol (TCP, UDP etc) unsigned short checksum; // IP checksum unsigned int sourceIP; unsigned int destIP; }IpHeader;


【文件预览】:
Ping
----Ping.sln(877B)
----Ping.suo(19KB)
----Ping.ncb(3.62MB)
----Ping()
--------stdafx.cpp(209B)
--------stdafx.h(276B)
--------Ping.cpp(7KB)
--------Ping.vcproj(4KB)
--------Ping.vcproj.20110406-1018.Administrator.user(1KB)
--------ReadMe.txt(932B)

网友评论

  • 大学的时候下载的,现在遇到类似的问题,又复习了下,总是有用的
  • 学习了一下,后来在公司直接调用了一个库函数。 学习一下,总是有帮助的。
  • 代码不错,如果是使用例子就更好了