chenghao0511
驱动牛犊
驱动牛犊
  • 注册日期2013-04-20
  • 最后登录2013-05-18
  • 粉丝0
  • 关注0
  • 积分8分
  • 威望51点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1838回复:0

update netcat 1.12 to 1.13

楼主#
更多 发布于:2013-04-30 15:12
update netcat 1.12 to 1.13
 
why?
 
modify by

图片:邮件.JPG

 2013/04/30
 
netcat -C ip port same as netcat -L -p port
 
how to update:
 
-   while ((x = getopt (argc, argv, "ade:g:G:hi:lLno:p:rs:tuvw:z")) != EOF) {
+   while ((x = getopt (argc, argv, "aCde:g:G:hi:lLno:p:rs:tuvw:z")) != EOF) {
 
#ifdef WIN32
    WSACleanup();
#endif
 
      if (cycle == 1)
        goto recycle;
 
changed to:
 
      if (cycle == 1)
        goto recycle;
 
#ifdef WIN32
    WSACleanup();
#endif
 
https://github.com/chenghao11/netcat-1.13/wiki/update-netcat-1.12-to-1.13
 
游客

返回顶部