summaryrefslogtreecommitdiff
path: root/doc/README.developer
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-11-16 20:52:30 +0000
committerJörg Mayer <jmayer@loplof.de>2012-11-16 20:52:30 +0000
commit015cdcef785cfcf62faf144f02e7b76ea0979204 (patch)
treecb0c19c70739471750c91d51365aa5957be5d72e /doc/README.developer
parentfcfbd9f21a96a11a7c94eb797589da2d947e1a5f (diff)
downloadwireshark-015cdcef785cfcf62faf144f02e7b76ea0979204.tar.gz
Fix the main dissect_PROTO signature
svn path=/trunk/; revision=46046
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index f8ee681f8b..d0dbd9361e 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -830,7 +830,7 @@ static gint ett_PROTOABBREV = -1;
/* Code to actually dissect the packets */
static int
-dissect_PROTOABBREV(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+dissect_PROTOABBREV(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
/* Set up structures needed to add the protocol subtree and manage it */