aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-24 01:26:30 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-24 01:26:30 +0000
commit71cbca03ba7055b964765818c05e2e2ec29b9dc0 (patch)
tree8c87a4d2a249bf1f876d88bb4b206ac9b15bc41c /epan/packet_info.h
parent503e21128137ba08bfb2565708ac05022b0da1a3 (diff)
Remove ipxptype from struct _packet_info and pass it into subdissectors through ipxhdr_t structure.
svn path=/trunk/; revision=52810
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 182b22093d..c2b1b91135 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -69,7 +69,6 @@ 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 */
guint32 mpls_label; /**< last mpls label in label stack, if this is a MPLS packet */
circuit_type ctype; /**< type of circuit, for protocols with a VC identifier */
guint32 circuit_id; /**< circuit ID, for protocols with a VC identifier */