[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.48 and 1.49

version 1.48, 2000/06/30 20:04:01 version 1.49, 2001/03/03 01:00:20
Line 410 
Line 410 
         p1(ips_rcvmemdrop, "\t%lu fragment floods\n");          p1(ips_rcvmemdrop, "\t%lu fragment floods\n");
         p(ips_toolong, "\t%lu packet%s with ip length > max ip packet size\n");          p(ips_toolong, "\t%lu packet%s with ip length > max ip packet size\n");
         p(ips_nogif, "\t%lu tunneling packet%s that can't find gif\n");          p(ips_nogif, "\t%lu tunneling packet%s that can't find gif\n");
           p(ips_badaddr, "\t%lu datagram%s with bad address in header\n");
 #undef p  #undef p
 #undef p1  #undef p1
 }  }

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49