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

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

本文简介:选择自 liuxk99 的 blog

       // {初始化网卡,设置为混合模式ndis_packet_type_promiscuous

    if(packetsethwfilter(m_lpadapter, ndis_packet_type_promiscuous)==false)

    {

        //printf("warning: unable to set the adapter to promiscuous mode\n");

    }

      

    if(packetsetbuff(m_lpadapter, 500*1024)==false)

    {

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

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

go top