aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-01 08:21:44 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-01 08:21:44 +0000
commit09139a45372f3b36cb9f49c8f3de00659037e3ca (patch)
treef90a5d7ffe2a0b6602c7942defa8707719f90a9c /usr.bin
parentc8d01707baaf4687edde6e76b2e51f8fc74f2399 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/inet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index d608e1a3ba02..3aa486e3bb5c 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -568,6 +568,7 @@ ip_stats(u_long off __unused, const char *name, int af1 __unused)
p(ips_cantfrag, "\t%lu datagram%s that can't be fragmented\n");
p(ips_nogif, "\t%lu tunneling packet%s that can't find gif\n");
p(ips_badaddr, "\t%lu datagram%s with bad address in header\n");
+ p(ips_evil, "\t%lu EVIL datagram%s received.\n");
#undef p
#undef p1a
}