From ab8cad28160cef32889abdc498f9c657bb31024f Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 22 Nov 2014 11:54:54 -0500 Subject: Remove sccp_info member from packet_info structure. sccp_msg_info_t* is now passed from SCCP dissector to its subdissectors through dissector data parameter. Change-Id: Iab4aae58f8995e844f72e02e9f2de36e83589fc0 Reviewed-on: https://code.wireshark.org/review/5442 Reviewed-by: Anders Broman --- epan/packet_info.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/packet_info.h') diff --git a/epan/packet_info.h b/epan/packet_info.h index 7598a07276..d3da81aad3 100644 --- a/epan/packet_info.h +++ b/epan/packet_info.h @@ -162,7 +162,6 @@ typedef struct _packet_info { */ guint16 profinet_type; /**< the type of PROFINET packet (0: not a PROFINET packet) */ - struct _sccp_msg_info_t* sccp_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) */ -- cgit v1.2.1