Ping命令完整代码.docVIP

  • 54
  • 0
  • 约7.52千字
  • 约 9页
  • 2021-11-10 发布于重庆
  • 举报
#includestdio.h #includestdlib.h #includewindows.h #includeprocess.h #include winsock.h #pragma comment(lib,Ws2_32.lib); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp { unsigned char icmp_type; // 消息类型 unsigned char

文档评论(0)

1亿VIP精品文档

相关文档