[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.46 and 1.47

version 1.46, 2000/03/20 02:38:35 version 1.47, 2000/06/15 20:05:48
Line 752 
Line 752 
         p(esps_qfull, "\t%u packet%s were dropped due to full output queue\n");          p(esps_qfull, "\t%u packet%s were dropped due to full output queue\n");
         p(esps_wrap, "\t%u packet%s where counter wrapping was detected\n");          p(esps_wrap, "\t%u packet%s where counter wrapping was detected\n");
         p(esps_replay, "\t%u possibly replayed packet%s received\n");          p(esps_replay, "\t%u possibly replayed packet%s received\n");
         p(esps_badilen, "\t%u packet%s with payload not a multiple of 8 received\n");          p(esps_badilen, "\t%u packet%s with bad payload size or padding received\n");
         p(esps_invalid, "\t%u packet%s attempted to use an invalid tdb\n");          p(esps_invalid, "\t%u packet%s attempted to use an invalid tdb\n");
         p(esps_toobig, "\t%u packet%s got larger than max IP packet size\n");          p(esps_toobig, "\t%u packet%s got larger than max IP packet size\n");
         p(esps_crypto, "\t%u packet%s that failed crypto processing\n");          p(esps_crypto, "\t%u packet%s that failed crypto processing\n");

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47