aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-04 11:35:26 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-04 11:35:26 +0000
commit1eb1584d06f00787255cb50043bcc5f84c3b6142 (patch)
tree638f9ce56469670151fdc27cb0f321ae7db65a35 /epan/dissectors/packet-dcerpc.h
parenta23539263da9969fda6ec321da6c0363b52bc5e5 (diff)
From Eric Wedel: backend things for "Decode As" of DCE-RPC interfaces
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11894 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc.h')
-rw-r--r--epan/dissectors/packet-dcerpc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc.h b/epan/dissectors/packet-dcerpc.h
index be76c321ae..32d5d30756 100644
--- a/epan/dissectors/packet-dcerpc.h
+++ b/epan/dissectors/packet-dcerpc.h
@@ -311,6 +311,14 @@ typedef struct _dcerpc_auth_subdissector_fns {
void register_dcerpc_auth_subdissector(guint8 auth_level, guint8 auth_type,
dcerpc_auth_subdissector_fns *fns);
+/* 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,
+ guint16 ctx_id,
+ packet_info *pinfo,
+ e_uuid_t uuid,
+ guint16 ver);
+
/* Authentication services */
/*