aboutsummaryrefslogtreecommitdiff
path: root/ethertype.h
diff options
context:
space:
mode:
authorassar <assar>2000-06-10 13:49:08 +0000
committerassar <assar>2000-06-10 13:49:08 +0000
commit74536c18ba7d6b141ccac00d93b0ff1acc971f69 (patch)
treeeeb30549647d7c46e7a79395a06ed4ea624a79db /ethertype.h
parent21db1cb110e14773e5a36c72e1f0c92eabc98f65 (diff)
downloadtcpdump-74536c18ba7d6b141ccac00d93b0ff1acc971f69.tar.gz
add ETHERTYPE_IPX. From Jeffrey Hutzelman <jhutz@cmu.edu>
Diffstat (limited to 'ethertype.h')
-rw-r--r--ethertype.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ethertype.h b/ethertype.h
index 1396e614..455b0106 100644
--- a/ethertype.h
+++ b/ethertype.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.10 2000-01-29 21:56:38 fenner Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.11 2000-06-10 13:49:08 assar Exp $ (LBL)
*/
/* Types missing from some systems */
@@ -74,6 +74,9 @@
#ifndef ETHERTYPE_8021Q
#define ETHERTYPE_8021Q 0x8100
#endif
+#ifndef ETHERTYPE_IPX
+#define ETHERTYPE_IPX 0x8137
+#endif
#ifndef ETHERTYPE_IPV6
#define ETHERTYPE_IPV6 0x86dd
#endif