diff options
Diffstat (limited to 'usr.sbin/tcpdump/print-ether.c')
-rw-r--r-- | usr.sbin/tcpdump/print-ether.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-ether.c b/usr.sbin/tcpdump/print-ether.c index 0625f34c204..03c560a2b89 100644 --- a/usr.sbin/tcpdump/print-ether.c +++ b/usr.sbin/tcpdump/print-ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-ether.c,v 1.34 2018/11/18 08:53:37 dlg Exp $ */ +/* $OpenBSD: print-ether.c,v 1.35 2018/11/18 08:55:51 dlg Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -266,7 +266,7 @@ recurse: pri = !pri; printf("vid %d pri %d%s", vid, pri, - vlan & 0x1000 ? " cfi " : " "); + vlan & 0x1000 ? " dei " : " "); ethertype = ntohs(*(unsigned short*)(p+2)); p += 4; length -= 4; |