TCP/IP researching之ARP协议浅析[63]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 liuxk99 的 blog

              if (pether->eh_type == htons(eth_arp) && parp->arp_opt == htons(arp_reply))

              {

                     sin.sin_addr.s_addr = parp->arp_spa;

                     strip.format("%-16s", inet_ntoa(sin.sin_addr));

                     cstring str;

 

                     str.format("%02x", pether->eh_src[0]);

本文关键:TCP/IP researching之ARP协议浅析
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top