wireshark/docbook/wsdg_src
Jaap Keuter e4e739a5ca From Graham Bloice:
In the Developers Guide, Section 9.3, Example 9.17. Decompressing data
packets for dissection

The code calls tvb_set_free_cb() for the newly created next_tvb.  This
is unnecessary as the call to tvb_set_child_real_data() adds next_tvb to
the chained list of tvb, thus ensuring that next_tvb is correctly
deleted.  In fact when I had the call in, Visual Studio kept breaking
deep down in ntdll.dll, probably because of a double free every time the
main tvb was deleted.

In README.developer, para 2..2.7 The example conversation code doesn't
assign the result of conversation_new() back into the conversation variable.

svn path=/trunk/; revision=20569
2007-01-26 17:12:00 +00:00
..
WSDG_chapter_build_intro.xml Various corrections and updates 2006-06-23 06:14:30 +00:00
WSDG_chapter_capture.xml from Sake Blok: 2006-10-29 17:14:13 +00:00
WSDG_chapter_dissection.xml From Graham Bloice: 2007-01-26 17:12:00 +00:00
WSDG_chapter_env_intro.xml Update supported Win32 versions and NSIS version. 2007-01-02 20:53:04 +00:00
WSDG_chapter_libraries.xml major redesign: 2007-01-21 04:48:49 +00:00
WSDG_chapter_quick_setup.xml Remove extra space from a call .cmd file command line so it can be copied 2007-01-25 21:07:29 +00:00
WSDG_chapter_sources.xml deleted lot's of irrelevant/outdated content from README.win32. 2006-10-16 01:48:16 +00:00
WSDG_chapter_tools.xml major redesign: 2007-01-21 04:48:49 +00:00
WSDG_chapter_userinterface.xml Fixup edg -> wsdg 2006-06-06 23:23:26 +00:00
WSDG_chapter_works.xml Fixup edg -> wsdg 2006-06-06 23:23:26 +00:00
WSDG_meta_info.xml use the colored logo for wsdg too, slightly prettify the page layout 2006-06-15 14:09:05 +00:00
WSDG_preface.xml