aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-24 23:40:58 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-24 23:40:58 +0000
commite83fe18fcc80b5f2b08a9e9e4f156c6458f28ab0 (patch)
treeb2d543925a27940824386ac4467aee730bfe3da1 /epan/packet_info.h
parent6131c003587f2259a99d38e3c02d9a9ed1850cd7 (diff)
Have ZigBee dissectors pass data through subdissector parameter instead of using struct _packet_info.
svn path=/trunk/; revision=52827
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 8b0dac019e..aaf6a5b3db 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -211,12 +211,6 @@ typedef struct _packet_info {
guint16 clnp_srcref; /**< clnp/cotp source reference (can't use srcport, this would confuse tpkt) */
guint16 clnp_dstref; /**< clnp/cotp destination reference (can't use dstport, this would confuse tpkt) */
- guint16 zbee_cluster_id; /**< ZigBee cluster ID, an application-specific message identifier that
- * happens to be included in the transport (APS) layer header.
- */
- guint8 zbee_stack_vers; /**< ZigBee stack version number, present in the ZigBee network layer, but
- * impacts the packet format at all layers of the ZigBee stack.
- */
int link_dir; /**< 3GPP messages are sometime different UP link(UL) or Downlink(DL) */
GSList* dependent_frames; /**< A list of frames which this one depends on */