From a765887ce77351bac1c77be2cf18a3a66a602fc5 Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 30 May 2013 06:46:26 +0000 Subject: Vendor import of tcpdump 4.4.0. --- print-ether.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'print-ether.c') diff --git a/print-ether.c b/print-ether.c index e2f487c..f783341 100644 --- a/print-ether.c +++ b/print-ether.c @@ -76,6 +76,7 @@ const struct tok ethertype_values[] = { { ETHERTYPE_PPPOES, "PPPoE S" }, { ETHERTYPE_EAPOL, "EAPOL" }, { ETHERTYPE_RRCP, "RRCP" }, + { ETHERTYPE_MS_NLB_HB, "MS NLB heartbeat" }, { ETHERTYPE_JUMBO, "Jumbo" }, { ETHERTYPE_LOOPBACK, "Loopback" }, { ETHERTYPE_ISO, "OSI" }, @@ -412,6 +413,10 @@ ethertype_print(netdissect_options *ndo, tipc_print(ndo, p, length, caplen); return (1); + case ETHERTYPE_MS_NLB_HB: + msnlb_print(ndo, p, length); + return (1); + case ETHERTYPE_LAT: case ETHERTYPE_SCA: case ETHERTYPE_MOPRC: -- cgit v1.1