[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.24 and 1.25

version 1.24, 1998/03/18 02:43:04 version 1.25, 1998/11/25 02:11:44
Line 627 
Line 627 
         p(ahs_replay, "\t%u possibly replayed packet%s received\n");          p(ahs_replay, "\t%u possibly replayed packet%s received\n");
         p(ahs_badauthl, "\t%u packet%s with bad authenticator length received\n");          p(ahs_badauthl, "\t%u packet%s with bad authenticator length received\n");
         p(ahs_invalid, "\t%u packet%s attempted to use an invalid tdb\n");          p(ahs_invalid, "\t%u packet%s attempted to use an invalid tdb\n");
           p(ahs_toobig, "\t%u packet%s got larger than max IP packet size\n");
         p(ahs_ibytes, "\t%qu input byte%s\n");          p(ahs_ibytes, "\t%qu input byte%s\n");
         p(ahs_obytes, "\t%qu output byte%s\n");          p(ahs_obytes, "\t%qu output byte%s\n");
   
Line 664 
Line 665 
         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 payload not a multiple of 8 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_ibytes, "\t%qu input byte%s\n");          p(esps_ibytes, "\t%qu input byte%s\n");
         p(esps_obytes, "\t%qu output byte%s\n");          p(esps_obytes, "\t%qu output byte%s\n");
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25