aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-27 07:28:48 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-27 07:28:48 +0000
commita954a9d276678fb6ff357ffa7be0a1609415fc0d (patch)
tree1e1621e970bdac1ac966dc4619447aa2f54389c6 /epan/packet.h
parent30ab306064c35601b722bac0c8b13d01c6256556 (diff)
Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"
name-server-over-IPX and mailslot-datagram-over-IPX packets, based on stuff dredged out of a pile of documents on the Web. svn path=/trunk/; revision=3079
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index c75a8edfdd..c6232afd2b 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.21 2001/02/01 07:34:30 guy Exp $
+ * $Id: packet.h,v 1.22 2001/02/27 07:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -172,6 +172,7 @@ typedef struct _packet_info {
address dst; /* destination address (net if present, DL otherwise )*/
guint32 ethertype; /* Ethernet Type Code, if this is an Ethernet packet */
guint32 ipproto; /* IP protocol, if this is an IP packet */
+ guint32 ipxptype; /* IPX packet type, if this is an IPX packet */
gboolean fragmented; /* TRUE if the protocol is only a fragment */
port_type ptype; /* type of the following two port numbers */
guint32 srcport; /* source port */