aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
AgeCommit message (Collapse)AuthorFilesLines
2007-05-06Improve readability of code samples and program outputJaap Keuter2-78/+73
svn path=/trunk/; revision=21701
2007-05-06the default is still python 2.4, as 2.5 currently doesn't work with the ↵Ulf Lamping1-2/+3
buildbot installation. svn path=/trunk/; revision=21698
2007-03-30use setup target output of MSVC2005EE and not the older MSVC6, mention that ↵Ulf Lamping1-8/+8
the exact string may vary on the MSVC version svn path=/trunk/; revision=21284
2007-03-28Fix a white space Jörg Mayer1-1/+6
Add link to nmake documentation. svn path=/trunk/; revision=21246
2007-03-25fix validationUlf Lamping1-2/+2
svn path=/trunk/; revision=21172
2007-03-25edit some things about source code (update)Ulf Lamping1-29/+31
svn path=/trunk/; revision=21171
2007-03-24add a section about the buildbotUlf Lamping1-41/+131
some other minor editing svn path=/trunk/; revision=21170
2007-03-21add a (small) section to create the User/Developer Guide - it only links to ↵Ulf Lamping1-1/+8
the file docbook/README.txt svn path=/trunk/; revision=21095
2007-02-27From Douglas Pratley:Anders Broman1-3/+21
This patch gives brief instructions on how to build the RPM package target for Wireshark. svn path=/trunk/; revision=20938
2007-02-08Python V2.5 is the latest stable version. Add a comment to config.nmake (but ↵Ulf Lamping2-4/+4
keep the 2.4 alive for now) and update version strings in the devel guide. If the buildbot will be updated, we could also activate the new version in config.nmake. svn path=/trunk/; revision=20750
2007-01-26From Graham Bloice:Jaap Keuter1-1/+0
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-25Remove extra space from a call .cmd file command line so it can be copiedStephen Fisher1-1/+1
and pasted out of the guide svn path=/trunk/; revision=20557
2007-01-23add correct link to vcredist_x86.exeUlf Lamping1-4/+4
svn path=/trunk/; revision=20529
2007-01-21major redesign:Ulf Lamping3-1394/+1899
- add a chapter about a Win32 Quick Setup - update MSVC information about Versions > 6 svn path=/trunk/; revision=20513
2007-01-02Update supported Win32 versions and NSIS version.Jaap Keuter2-9/+7
svn path=/trunk/; revision=20275
2006-12-26the default python version used changed from cygwin to native Win32 versionUlf Lamping1-5/+12
svn path=/trunk/; revision=20219
2006-12-09It's called Net-SNMP - and it replaced UCD SNMP a long time ago, soGuy Harris1-1/+1
there's no longer a need to mention UCD SNMP. svn path=/trunk/; revision=20076
2006-11-21Correct comments and examples on get_pdu_len().Jaap Keuter1-13/+17
svn path=/trunk/; revision=19949
2006-11-03split subversion into command line and GUI (TortoiseSVN) clientUlf Lamping1-26/+109
update various version infos svn path=/trunk/; revision=19788
2006-10-29from Sake Blok:Ulf Lamping3-3/+3
While I was reading the development guide I noticed a few typo's. The attached patch fixes them (the patch is against revision 19724). svn path=/trunk/; revision=19729
2006-10-16deleted lot's of irrelevant/outdated content from README.win32.Ulf Lamping2-22/+50
move content from the README.win32 file into the wsdg. I've moved the cygwin GCC info to a new Wiki page, it seems more promissing that it's getting updated in the future. svn path=/trunk/; revision=19548
2006-10-16be more specific about the README.developer fileUlf Lamping1-1/+2
svn path=/trunk/; revision=19547
2006-10-15move the README files before the source code, they are more importantUlf Lamping1-3/+3
svn path=/trunk/; revision=19546
2006-09-12use the official name spelling for some projectsUlf Lamping1-2/+2
svn path=/trunk/; revision=19213
2006-09-11add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please ↵Ulf Lamping2-4/+135
check if it's correct) fix a lot of broken URL's svn path=/trunk/; revision=19192
2006-07-13From Gerhard Gappmeier: I have added a new chapter about tcp_dissect_pduJaap Keuter1-0/+83
svn path=/trunk/; revision=18730
2006-06-23Various corrections and updatesJaap Keuter3-19/+23
svn path=/trunk/; revision=18553
2006-06-15use the colored logo for wsdg too, slightly prettify the page layoutUlf Lamping1-1/+1
svn path=/trunk/; revision=18471
2006-06-08No need to talk about obsolete toolsJaap Keuter1-12/+0
svn path=/trunk/; revision=18403
2006-06-06Fixup edg -> wsdgJaap Keuter2-0/+0
svn path=/trunk/; revision=18373
2006-06-06edg -> wsdgJaap Keuter11-0/+5409
-This line, and those below, will be ignored-- D docbook/edg_graphics M docbook/developer-guide.xml M docbook/Makefile.auto.am A docbook/wsdg_graphics D docbook/edg_src M docbook/README.txt A docbook/wsdg_src D docbook/wsdg_src/EDG_meta_info.xml A docbook/wsdg_src/WSDG_userinterface.xml D docbook/wsdg_src/EDG_preface.xml D docbook/wsdg_src/EDG_chapter_userinterface.xml D docbook/wsdg_src/EDG_chapter_tools.xml A docbook/wsdg_src/WSDG_meta_info.xml D docbook/wsdg_src/EDG_chapter_env_intro.xml D docbook/wsdg_src/EDG_chapter_capture.xml A docbook/wsdg_src/WSDG_preface.xml A docbook/wsdg_src/WSDG_works.xml D docbook/wsdg_src/EDG_chapter_dissection.xml A docbook/wsdg_src/WSDG_chapter_tools.xml D docbook/wsdg_src/EDG_chapter_works.xml A docbook/wsdg_src/WSDG_chapter_env_intro.xml A docbook/wsdg_src/WSDG_chapter_capture.xml A docbook/wsdg_src/WSDG_chapter_dissection.xml D docbook/wsdg_src/EDG_chapter_build_intro.xml D docbook/wsdg_src/EDG_chapter_libraries.xml A docbook/wsdg_src/WSDG_chapter_build_intro.xml A docbook/wsdg_src/WSDG_chapter_libraries.xml D docbook/wsdg_src/EDG_chapter_sources.xml A docbook/wsdg_src/WSDG_chapter_sources.xml M docbook/Makefile svn path=/trunk/; revision=18368