[BACK]Return to netcat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / nc

Diff for /src/usr.bin/nc/netcat.c between version 1.14 and 1.15

version 1.14, 2000/09/26 05:16:00 version 1.15, 2000/09/26 05:19:37
Line 612 
Line 612 
                         strcat(bigbuf_net, inet_ntoa(lclend->sin_addr));                          strcat(bigbuf_net, inet_ntoa(lclend->sin_addr));
                 else                  else
                         strcat(bigbuf_net, "any");                          strcat(bigbuf_net, "any");
                 strcat(bigbuf_net, "] %d ...");                  strcat(bigbuf_net, "] ...");
                 z = ntohs(lclend->sin_port);                  z = ntohs(lclend->sin_port);
                 nlog(0, "%s %d", bigbuf_net, z);                  nlog(0, "%s %d", bigbuf_net, z);
         }                       /* verbose -- whew!! */          }                       /* verbose -- whew!! */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15