diff options
| author | 2000-04-26 21:35:36 +0000 | |
|---|---|---|
| committer | 2000-04-26 21:35:36 +0000 | |
| commit | edd7aa8f67df825a965c4ef6f0e226f29443ab4c (patch) | |
| tree | a2ae67108629743ed0713cf19ec6c5c80a139c8c /usr.sbin/tcpdump/ethertype.h | |
| parent | remove debug (diff) | |
| download | wireguard-openbsd-edd7aa8f67df825a965c4ef6f0e226f29443ab4c.tar.xz wireguard-openbsd-edd7aa8f67df825a965c4ef6f0e226f29443ab4c.zip | |
INET6
DHCP/BOOTP
tcp & udp checksum detection
numerous bugfixes
Diffstat (limited to 'usr.sbin/tcpdump/ethertype.h')
| -rw-r--r-- | usr.sbin/tcpdump/ethertype.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/ethertype.h b/usr.sbin/tcpdump/ethertype.h index bc2173c4ffd..a2b39e0deac 100644 --- a/usr.sbin/tcpdump/ethertype.h +++ b/usr.sbin/tcpdump/ethertype.h @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/ethertype.h,v 1.7 2000/01/16 12:32:16 jakob Exp $ (LBL) + * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/ethertype.h,v 1.8 2000/04/26 21:35:38 jakob Exp $ (LBL) */ /* Types missing from some systems */ @@ -71,9 +71,6 @@ #ifndef ETHERTYPE_AARP #define ETHERTYPE_AARP 0x80f3 #endif -#ifndef ETHERTYPE_VLAN -#define ETHERTYPE_VLAN 0x8100 -#endif #ifndef ETHERTYPE_LOOPBACK #define ETHERTYPE_LOOPBACK 0x9000 #endif |
