[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.32 and 1.33

version 1.32, 1999/04/09 23:30:05 version 1.33, 1999/04/11 19:41:40
Line 624 
Line 624 
         p(ahs_input, "\t%u input AH packets\n");          p(ahs_input, "\t%u input AH packets\n");
         p(ahs_output, "\t%u output AH packets\n");          p(ahs_output, "\t%u output AH packets\n");
         p(ahs_hdrops, "\t%u packet%s shorter than header shows\n");          p(ahs_hdrops, "\t%u packet%s shorter than header shows\n");
           p(ahs_pdrops, "\t%u packet%s dropped due to policy\n");
         p(ahs_notdb, "\t%u packet%s for which no TDB was found\n");          p(ahs_notdb, "\t%u packet%s for which no TDB was found\n");
         p(ahs_badkcr, "\t%u input packet%s that failed to be processed\n");          p(ahs_badkcr, "\t%u input packet%s that failed to be processed\n");
         p(ahs_badauth, "\t%u packet%s that failed verification received\n");          p(ahs_badauth, "\t%u packet%s that failed verification received\n");
Line 662 
Line 663 
         p(esps_input, "\t%u input ESP packets\n");          p(esps_input, "\t%u input ESP packets\n");
         p(esps_output, "\t%u output ESP packets\n");          p(esps_output, "\t%u output ESP packets\n");
         p(esps_hdrops, "\t%u packet%s shorter than header shows\n");          p(esps_hdrops, "\t%u packet%s shorter than header shows\n");
           p(esps_pdrops, "\t%u packet%s dropped due to policy\n");
         p(esps_notdb, "\t%u packet%s for which no TDB was found\n");          p(esps_notdb, "\t%u packet%s for which no TDB was found\n");
         p(esps_badkcr, "\t%u input packet%s that failed to be processed\n");          p(esps_badkcr, "\t%u input packet%s that failed to be processed\n");
         p(esps_badauth, "\t%u packet%s that failed verification received\n");          p(esps_badauth, "\t%u packet%s that failed verification received\n");

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33