summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/ethertype.h
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-08-19 21:43:47 +0000
committerpst <pst@FreeBSD.org>1996-08-19 21:43:47 +0000
commitba60cfc23e33a3640ab71ab76c4423586661a70b (patch)
tree10c0af27627979e06595a6452411f316dff8b16b /contrib/tcpdump/ethertype.h
parentf47481b22a181d4a84c2efcdf075dcab684e2e4d (diff)
downloadFreeBSD-src-ba60cfc23e33a3640ab71ab76c4423586661a70b.zip
FreeBSD-src-ba60cfc23e33a3640ab71ab76c4423586661a70b.tar.gz
Print IPX packets over a PPP link.
Always display IPX network number in decimal (industry standard). Decode other PPP protocol types too. Submitted by: peter, pst, John Hay <jhay@mikom.csir.co.za>
Diffstat (limited to 'contrib/tcpdump/ethertype.h')
-rw-r--r--contrib/tcpdump/ethertype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/tcpdump/ethertype.h b/contrib/tcpdump/ethertype.h
index 2403073..1d62670 100644
--- a/contrib/tcpdump/ethertype.h
+++ b/contrib/tcpdump/ethertype.h
@@ -71,6 +71,9 @@
#ifndef ETHERTYPE_AARP
#define ETHERTYPE_AARP 0x80f3
#endif
+#ifndef ETHERTYPE_IPX
+#define ETHERTYPE_IPX 0x8137
+#endif
#ifndef ETHERTYPE_LOOPBACK
#define ETHERTYPE_LOOPBACK 0x9000
#endif
OpenPOWER on IntegriCloud