aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-01 23:45:10 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-01 23:45:10 +0000
commitb6484432aaa2eb6787cc54cc4a7b489ae70e57aa (patch)
tree312e92ce94021141628bbb320d67281fdec75651 /epan/conversation.h
parent7c20a9314ffd05eddeb7f0744ae4cf9151175f76 (diff)
Allow try_conversation_dissector() to pass data to subdissectors.
svn path=/trunk/; revision=53035
Diffstat (limited to 'epan/conversation.h')
-rw-r--r--epan/conversation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/conversation.h b/epan/conversation.h
index ac3518d866..5cb8bcd7f6 100644
--- a/epan/conversation.h
+++ b/epan/conversation.h
@@ -176,7 +176,7 @@ WS_DLL_PUBLIC void conversation_set_dissector(conversation_t *conversation,
extern gboolean
try_conversation_dissector(const address *addr_a, const address *addr_b, const port_type ptype,
const guint32 port_a, const guint32 port_b, tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *tree);
+ proto_tree *tree, void* data);
/* These routines are used to set undefined values for a conversation */