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

Diff for /src/usr.bin/netstat/inet.c between version 1.105 and 1.106

version 1.105, 2008/02/05 16:14:31 version 1.106, 2008/05/08 03:13:55
Line 984 
Line 984 
         p(carps_badver, "\t\t%llu discarded packet%s with a bad version\n");          p(carps_badver, "\t\t%llu discarded packet%s with a bad version\n");
         p2(carps_badlen, "\t\t%llu discarded because packet too short\n");          p2(carps_badlen, "\t\t%llu discarded because packet too short\n");
         p2(carps_badauth, "\t\t%llu discarded for bad authentication\n");          p2(carps_badauth, "\t\t%llu discarded for bad authentication\n");
         p2(carps_badvhid, "\t\t%llu discarded for bad vhid\n");          p2(carps_badvhid, "\t\t%llu discarded for unknown vhid\n");
         p2(carps_badaddrs, "\t\t%llu discarded because of a bad address list\n");          p2(carps_badaddrs, "\t\t%llu discarded because of a bad address list\n");
         p(carps_opackets, "\t%llu packet%s sent (IPv4)\n");          p(carps_opackets, "\t%llu packet%s sent (IPv4)\n");
         p(carps_opackets6, "\t%llu packet%s sent (IPv6)\n");          p(carps_opackets6, "\t%llu packet%s sent (IPv6)\n");

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106