aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-24 20:55:55 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-24 20:55:55 +0000
commite2df7c83cb0e1202a045d410934fe3d0dcc7c0d3 (patch)
tree2a111e76afcd702cc61ae82188fed6a5f5a6fefc /epan/packet_info.h
parentee147994b73360352ce0e89e63ae03ce8a73f14b (diff)
Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear to be "used" by dissectors, just stored (for help in debugging?).
svn path=/trunk/; revision=53552
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 73bbc4ba57..906fd5daa7 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -186,8 +186,6 @@ typedef struct _packet_info {
*/
guint16 profinet_type; /**< the type of PROFINET packet (0: not a PROFINET packet) */
- const char *dcerpc_procedure_name; /* Used by PIDL to store the name of the current dcerpc procedure */
-
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) */