aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-09-21 16:16:01 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-09-21 16:16:01 +0000
commitc040b79b20c8e4dfe9bdedf9d2608a23a3f4f949 (patch)
tree2dfd0e8eaa63b2c3f745b7178ca21b96796b4c0d /packet.h
parent0af9f610f4282b5195c104ef6822452438a25a04 (diff)
IPX over IP (rfc 1234) added. Very trivial.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index a43cf8ecb1..3dbb8bfa2c 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.5 1998/09/17 03:12:28 gerald Exp $
+ * $Id: packet.h,v 1.6 1998/09/21 16:16:00 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -250,6 +250,7 @@ typedef struct _e_udphdr {
#define UDP_PORT_DNS 53
#define UDP_PORT_BOOTPS 67
+#define UDP_PORT_IPX 213
#define UDP_PORT_RIP 520
/* TCP Ports */