From e83fe18fcc80b5f2b08a9e9e4f156c6458f28ab0 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Thu, 24 Oct 2013 23:40:58 +0000 Subject: Have ZigBee dissectors pass data through subdissector parameter instead of using struct _packet_info. svn path=/trunk/; revision=52827 --- epan/packet_info.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'epan/packet_info.h') 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 */ -- cgit v1.2.1