[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.63 and 1.64

version 1.63, 2003/02/01 01:51:31 version 1.64, 2003/02/19 19:15:13
Line 840 
Line 840 
         p(ipcomps_invalid, "\t%u packet%s attempted to use an invalid TDB\n");          p(ipcomps_invalid, "\t%u packet%s attempted to use an invalid TDB\n");
         p(ipcomps_toobig, "\t%u packet%s got larger than max IP packet size\n");          p(ipcomps_toobig, "\t%u packet%s got larger than max IP packet size\n");
         p(ipcomps_crypto, "\t%u packet%s that failed (de)compression processing\n");          p(ipcomps_crypto, "\t%u packet%s that failed (de)compression processing\n");
           p(ipcomps_minlen, "\t%u packet%s less than minimum compression length\n");
         p(ipcomps_ibytes, "\t%qu input byte%s\n");          p(ipcomps_ibytes, "\t%qu input byte%s\n");
         p(ipcomps_obytes, "\t%qu output byte%s\n");          p(ipcomps_obytes, "\t%qu output byte%s\n");
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64