From: Francois-Xavier Le Bail Date: Tue, 23 Jul 2019 05:46:24 +0000 (+0200) Subject: Remove a duplicate EtherType X-Git-Tag: libpcap-1.10-bp~468 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/2ca000f268a01af536e975dd7e73197e77802c5c Remove a duplicate EtherType --- diff --git a/ethertype.h b/ethertype.h index 32e96c55..e34e07b9 100644 --- a/ethertype.h +++ b/ethertype.h @@ -40,9 +40,6 @@ #ifndef ETHERTYPE_ARP #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ #endif -#ifndef ETHERTYPE_REVARP -#define ETHERTYPE_REVARP 0x8035 /* reverse Addr. resolution protocol */ -#endif #ifndef ETHERTYPE_NS #define ETHERTYPE_NS 0x0600 #endif @@ -71,7 +68,7 @@ #define ETHERTYPE_TEB 0x6558 #endif #ifndef ETHERTYPE_REVARP -#define ETHERTYPE_REVARP 0x8035 +#define ETHERTYPE_REVARP 0x8035 /* reverse Addr. resolution protocol */ #endif #ifndef ETHERTYPE_LANBRIDGE #define ETHERTYPE_LANBRIDGE 0x8038