summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-06-15 20:05:49 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-06-15 20:05:49 +0000
commitc1a1cf02365605e9b6d70c8a4b465fac90cd4ebd (patch)
tree4c8748a8b524ac40a5afe1d040c66d379025c5e9
parenta8081992ea145eb902c657f49f64b9a0ac7ffa3a (diff)
Reflect reality in the error messages.
-rw-r--r--usr.bin/netstat/inet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 2df0d9c1963..88a3848193b 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet.c,v 1.46 2000/03/20 02:38:35 angelos Exp $ */
+/* $OpenBSD: inet.c,v 1.47 2000/06/15 20:05:48 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.46 2000/03/20 02:38:35 angelos Exp $";
+static char *rcsid = "$OpenBSD: inet.c,v 1.47 2000/06/15 20:05:48 angelos Exp $";
#endif
#endif /* not lint */
@@ -752,7 +752,7 @@ esp_stats(off, name)
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_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_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");