artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d378139
)
Readd ETHERTYPE_NHRPA case.
author
mbuhl
<mbuhl@openbsd.org>
Thu, 9 Jun 2022 12:56:14 +0000
(12:56 +0000)
committer
mbuhl
<mbuhl@openbsd.org>
Thu, 9 Jun 2022 12:56:14 +0000
(12:56 +0000)
Found by Stefan Butz.
ok dlg@
usr.sbin/tcpdump/print-ether.c
patch
|
blob
|
history
diff --git
a/usr.sbin/tcpdump/print-ether.c
b/usr.sbin/tcpdump/print-ether.c
index
3f9be01
..
6a80306
100644
(file)
--- a/
usr.sbin/tcpdump/print-ether.c
+++ b/
usr.sbin/tcpdump/print-ether.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: print-ether.c,v 1.4
1 2022/01/05 05:53:03 dlg Exp $
*/
+/* $OpenBSD: print-ether.c,v 1.4
2 2022/06/09 12:56:14 mbuhl Exp $
*/
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
@@
-301,6
+301,7
@@
recurse:
ether_pbb_print(p, length, caplen);
return (1);
+ case ETHERTYPE_NHRP:
nhrp_print(p, length);
return (1);