Fix the main dissect_PROTO signature
authorJörg Mayer <jmayer@loplof.de>
Fri, 16 Nov 2012 20:52:30 +0000 (20:52 -0000)
committerJörg Mayer <jmayer@loplof.de>
Fri, 16 Nov 2012 20:52:30 +0000 (20:52 -0000)
svn path=/trunk/; revision=46046

doc/README.developer

index f8ee681f8bd09717184fe04922924e4ed47aa010..d0dbd9361e15923d11d30684e59322344ea1c4c7 100644 (file)
@@ -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 */