[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.73 and 1.74

version 1.73, 2003/11/07 23:38:48 version 1.74, 2003/12/02 23:16:29
Line 817 
Line 817 
         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");
           p(esps_udpencin, "\t%u input UDP encapsulated ESP packet%s\n");
           p(esps_udpencout, "\t%u output UDP encapsulated ESP packet%s\n");
           p(esps_udpinval, "\t%u UDP packet%s for non-encapsulating TDB received\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.73  
changed lines
  Added in v.1.74