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

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

      #include <getopt.h>      #include <string.h>      #include <fcntl.h>      #include <asm/types.h>      #include <sys/socket.h>      #include <sys/ioctl.h>      /*#if __GLIBC__ > 1*/      #include <asm/sockios.h>      #include <net/if.h>      /*#else      #include <linux/sockios.h>      #include <linux/if.h>      #endif*/      #include <netinet/in.h>      #include <asm/checksum.h>      /*      * Obtain a file handle on a raw ethernet type. In actual fact      * you can also request

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

         

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

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