相关文章  
  • 全面了解DB2数据库中的各数据类型
  • 我的网管发展之路从普通网管到职业经理(2)
  • 大学考试的LINUX试题参考答案(8)
  • 大学考试的LINUX试题参考答案(6)
  • 大学考试的LINUX试题参考答案(5)
  • 大学考试的LINUX试题参考答案(4)
  • Linux操作系统文件系统的桌面应用(1)
  • Linux操作系统文件系统的桌面应用(2)
  • 用Linux系统脚本简化无线网络的管理(4)
  • 用Linux系统脚本简化无线网络的管理(2)
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    基于Linux的网络数据帧捕获方法与思考5

         /*      * Close a file handle to a raw packet type.      */         void      CloseNetworkLink(int sock)      {      close(sock);      }      /*      * Write a packet to the network. You have to give a device to      * this function. This is a device name (eg 'eth0' for the first      * ethernet card). Please don't assume eth0, make it configurable      * - plip is ethernet like but not eth0, ditto for the de600's.      *      * Return: -1 is an error      * otherwise bytes written.      */      int      WriteToNetwork

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]5页、共11页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved