diff options
| author | 1996-11-12 07:54:55 +0000 | |
|---|---|---|
| committer | 1996-11-12 07:54:55 +0000 | |
| commit | 84fb80db5c94e4a37a8018118bd450e34a6addce (patch) | |
| tree | 224189988d03c530ac05aa464419c5a0bef38f9e /usr.sbin/tcpdump/ethertype.h | |
| parent | Fix bug with > 32 saved aliases. Don't overshadow global var with (diff) | |
| download | wireguard-openbsd-84fb80db5c94e4a37a8018118bd450e34a6addce.tar.xz wireguard-openbsd-84fb80db5c94e4a37a8018118bd450e34a6addce.zip | |
add NetBIOS printing.
Diffstat (limited to 'usr.sbin/tcpdump/ethertype.h')
| -rw-r--r-- | usr.sbin/tcpdump/ethertype.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/ethertype.h b/usr.sbin/tcpdump/ethertype.h index 0715241bb35..e842d9bb1d3 100644 --- a/usr.sbin/tcpdump/ethertype.h +++ b/usr.sbin/tcpdump/ethertype.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ethertype.h,v 1.4 1996/07/13 11:01:09 mickey Exp $ */ +/* $OpenBSD: ethertype.h,v 1.5 1996/11/12 07:54:56 mickey Exp $ */ /* * Copyright (c) 1993, 1994 @@ -59,7 +59,9 @@ #ifndef ETHERTYPE_LOOPBACK #define ETHERTYPE_LOOPBACK 0x9000 #endif - +#ifndef ETHERTYPE_8022 +#define ETHERTYPE_8022 0x0004 +#endif #ifndef ETHERTYPE_ATALK #define ETHERTYPE_ATALK 0x809b #endif |
