diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-06 00:45:18 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-06 00:45:18 +0000 |
commit | f170201e0ac4bdb43303872004e138773bd02853 (patch) | |
tree | 4f6d426121f633f452d4554eb904062a6b802be5 /usr.bin | |
parent | feb10140b50c27d5ee210225eeac465f55ee8616 (diff) |
Display esps_badenc
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/inet.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index a94c5b8d0aa..25b770533b2 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.34 1999/10/29 03:26:40 angelos Exp $ */ +/* $OpenBSD: inet.c,v 1.35 1999/12/06 00:45:17 angelos Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94"; #else -static char *rcsid = "$OpenBSD: inet.c,v 1.34 1999/10/29 03:26:40 angelos Exp $"; +static char *rcsid = "$OpenBSD: inet.c,v 1.35 1999/12/06 00:45:17 angelos Exp $"; #endif #endif /* not lint */ @@ -699,6 +699,7 @@ esp_stats(off, name) 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_badkcr, "\t%u input packet%s that failed to be processed\n"); + p(esps_badenc, "\t%u packet%s with bad encryption received\n"); p(esps_badauth, "\t%u packet%s that failed verification received\n"); p(esps_noxform, "\t%u packet%s for which no XFORM was set in TDB received\n"); p(esps_qfull, "\t%u packet%s were dropped due to full output queue\n"); |