aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-09-06 19:51:33 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-09-06 19:51:33 +0000
commit7125550f19560de37b1b3cc11c75a2ff1dd515d3 (patch)
tree8b38e926b2173a8abd093648441535144679bd31 /epan/dissectors/packet-dcerpc.h
parentcdb4a5f4d5058b3c62f5e4bab3f0491acf8a63ed (diff)
rename add_conv_to_dcerpc_bind_table to dcerpc_add_conv_to_bind_table and don't use packet_info as a parameter
svn path=/trunk/; revision=11916
Diffstat (limited to 'epan/dissectors/packet-dcerpc.h')
-rw-r--r--epan/dissectors/packet-dcerpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc.h b/epan/dissectors/packet-dcerpc.h
index 32d5d30756..823b355faf 100644
--- a/epan/dissectors/packet-dcerpc.h
+++ b/epan/dissectors/packet-dcerpc.h
@@ -313,9 +313,9 @@ void register_dcerpc_auth_subdissector(guint8 auth_level, guint8 auth_type,
/* Helper for "decode as" dialog to set up a UUID/conversation binding. */
struct _dcerpc_bind_value *
-add_conv_to_dcerpc_bind_table(conversation_t *conv,
+dcerpc_add_conv_to_bind_table(conversation_t *conv,
guint16 ctx_id,
- packet_info *pinfo,
+ guint16 smb_fid,
e_uuid_t uuid,
guint16 ver);