Readd ETHERTYPE_NHRPA case.
authormbuhl <mbuhl@openbsd.org>
Thu, 9 Jun 2022 12:56:14 +0000 (12:56 +0000)
committermbuhl <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

index 3f9be01..6a80306 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: print-ether.c,v 1.41 2022/01/05 05:53:03 dlg Exp $    */
+/*     $OpenBSD: print-ether.c,v 1.42 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);