Wireshark-dev: Re: [Wireshark-dev] bug within documentation ?
From: Stephen Fisher <
steve@xxxxxxxxxxxxxxxxxx>
Date: Wed, 7 Jan 2009 18:56:44 -0700
On Wed, Jan 07, 2009 at 11:17:29AM +0100, Toralf F?rster wrote:
> trying to follow the dev guide there seems to be a mistake within
> wsdg_html_chunked/ChDissectAdd.html :
>
> Instead
> void dissect_foo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
>
> it should be:
> static
> void dissect_foo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
>
> isn't it ?
Yes, good catch. I have fixed this in SVN revision 27188. Thanks!
Steve