aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2007-03-07Fix a couple of off-by-one overflows reported in bug 1415. Update theGerald Combs1-0/+19
release notes accordingly. svn path=/trunk/; revision=20990
2007-03-06Export Object code/documentation updates:Stephen Fisher1-1/+1
- Note in the user's guide that export object is not available in GTK1 builds of Wireshark. - Make scanning through the slists more efficient - Use new tap.c function called have_tap_listener() to only save object payload data when the export object listener is actively listening for it. - Save objects in the HTTP dissector with g_malloc() instead of se_malloc() and free it when we're done with it - when the export object window is closed (Fixes bug #1412) - Various minor improvements svn path=/trunk/; revision=20980
2007-03-04add sections for the various user tables.Luis Ontanon1-0/+187
svn path=/trunk/; revision=20969
2007-03-03Update object export code:Stephen Fisher3-2/+83
- Add to User's Guide - Add a help button - Move a lot of code into the shared export_object.c file and out of dissector specific file export_object_http.c. This will make adding additional protocols much easier. - Change comment in packet-http.c to reflect new name (Export Object) - Various other minor improvements svn path=/trunk/; revision=20961
2007-03-01Fix bug #1409:Stephen Fisher1-1/+1
There is an error in the page: http://wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html According to Example 4.2, the filter 'tcp port 23 and not host 10.0.0.5' captures all telnet traffic not from 10.0.0.5. But this filter also discards traffic to 10.0.0.5. Either you use this filter to capture all telnet traffic not to and not from 10.0.0.5 or you use filter 'tcp port 23 and not src host 10.0.0.5'. svn path=/trunk/; revision=20955
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-24give some reasons why older windows versions are no longer supported, add ↵Ulf Lamping1-5/+13
links to the versions known to still work with Win9x / NT 4.0 svn path=/trunk/; revision=20915
2007-02-24better reflect the current Windows installerUlf Lamping1-105/+124
svn path=/trunk/; revision=20914
2007-02-24mention that Windows with 256 colors still work with GTK1Ulf Lamping2-2/+9
svn path=/trunk/; revision=20912
2007-02-24WS won't work well with 256 colorsUlf Lamping1-1/+1
svn path=/trunk/; revision=20911
2007-02-23system requirements Windows updates:Ulf Lamping1-14/+17
- Vista is no longer beta - disk space min. 75MB - be a bit more specific about no longer supported NT 4.0 - some editing svn path=/trunk/; revision=20904
2007-02-21Remove two empty itemized lists that are breaking XML validation andStephen Fisher1-6/+0
stopping the Windows buildbot in its tracks. svn path=/trunk/; revision=20887
2007-02-20WEP decryption is destructive -- pass a fresh copy of our data bufferGerald Combs1-269/+3
instead of the actual buffer. Add an entry to the release notes, and clear out leftovers from the 0.99.5 release. svn path=/trunk/; revision=20875
2007-02-12add link to PSML specificationUlf Lamping1-3/+3
svn path=/trunk/; revision=20789
2007-02-11from Douglas Pratley:Ulf Lamping6-110/+60
Based on comments from Ulf (http://www.wireshark.org/lists/wireshark-dev/200701/msg02802.html), have revised menu structure and labels for copying items, and updated the documentation to match. (a) All copying now under one sub-menu in each of packet list and details panes (b) Revised names for copy items, now the same for both panes (c) Export Selected Packet Bytes item now in pop-up menu for packet list and details panes (d) Removed Copy and Export from packet bytes pane; this leaves no items in the pop-up menu. This last is because the functionality in the bytes pane was odd and inconsistent - right-clicking would often change the selection in unexpected ways - the export worked on the selected bytes, the copy on the whole packet - the documentation did not reflect the functionality correctly (at least for Copy / Text Only). svn path=/trunk/; revision=20787
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-02-05Don't read and write to a file at the same timeJörg Mayer1-3/+2
svn path=/trunk/; revision=20721
2007-02-03Improve layout of listings and long URL'sJaap Keuter1-1/+7
svn path=/trunk/; revision=20697
2007-02-03mention lynx, it's mandatory and needed to create plain text version of the ↵Ulf Lamping1-0/+5
release-notes (aka NEWS) svn path=/trunk/; revision=20694
2007-02-03- update information to the latest changesUlf Lamping1-66/+107
- redesign parts of the file - remove some redundant information - remove tabs, tabs don't work well! svn path=/trunk/; revision=20691
2007-02-03move docbook related settings from docbook/Makefile.nmake to config.nmake - ↵Ulf Lamping1-40/+6
having only one place to configure it all :-) svn path=/trunk/; revision=20690
2007-02-03remove Unix related stuff, as this file is Win32 onlyUlf Lamping1-20/+9
svn path=/trunk/; revision=20689
2007-02-03remove Win32/cygwin remains, as these files are Unix only nowUlf Lamping2-109/+11
svn path=/trunk/; revision=20688
2007-02-02Minor documentation updates.Stephen Fisher8-31/+23
svn path=/trunk/; revision=20687
2007-02-02Add more examples to eth.addr display filter examples, including the new Stephen Fisher1-1/+6
xxxx.xxxx.xxxx format recently introduced svn path=/trunk/; revision=20680
2007-02-01Fix a ulink tag.Gerald Combs1-1/+1
svn path=/trunk/; revision=20674
2007-02-01The contents of the NEWS file come from the release notes. Back-portGerald Combs3-9/+18
the changes in r20642 to release-notes.xml. Add "news" targes to the docbook makefiles to copy release-notes.txt to NEWS. svn path=/trunk/; revision=20669
2007-02-01Let the user (e.g. one named "buildbot") specify the location of FOP.Gerald Combs1-0/+2
svn path=/trunk/; revision=20659
2007-01-31Sync with the 0.99.5 release.Gerald Combs1-29/+46
svn path=/trunk/; revision=20656
2007-01-31From Douglas Pratley: Documentation updates for new copy packet data featuresStephen Fisher3-21/+161
checked in as SVN revision 20581. svn path=/trunk/; revision=20654
2007-01-30Based on suggestion from Guy Harris.Jaap Keuter1-1/+1
Trying to get things working on Win32 (cygwin) and GNU/Linux etc. svn path=/trunk/; revision=20627
2007-01-29split docbook generation makefiles into nmake and GNU make variants ↵Ulf Lamping3-235/+497
(together with Makefile.common), just like all the other directories have it. This way makes it easier to get settings from config.nmake and probably makefile.am will be easier to do. In addition we don't need GNU make for Win32 generation. svn path=/trunk/; revision=20613
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs1-12/+38
Mikus. Add a buf_len parameter to ip_to_str_buf(), and make sure it's enforced. Copy the release notes over from the 0.99.5 trunk and add a note about the ISUP dissector (which is affected by the overrun). svn path=/trunk/; revision=20607
2007-01-28Have a real JAVA_OPTS symbol for fop on DebianJaap Keuter1-1/+1
svn path=/trunk/; revision=20592
2007-01-28wsluarm.pdf => wsluarm-a4.pdf wsluarm-us.pdfLuis Ontanon1-1/+1
svn path=/trunk/; revision=20588
2007-01-27Fix DTD validation ( older dtds were happy with it :/ )Luis Ontanon2-13/+22
svn path=/trunk/; revision=20576
2007-01-27do not overwrite the realse notes...Luis Ontanon1-1/+1
svn path=/trunk/; revision=20575
2007-01-27fix generation of ws(ug|dg), use fop.bat not fop.shLuis Ontanon1-1/+1
svn path=/trunk/; revision=20574
2007-01-26Trying to get the WS Lua Ref Man to build with the rest of the documentationLuis Ontanon3-3/+636
svn path=/trunk/; revision=20571
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-23fix problem "no target to build user-guide.zip"Ulf Lamping1-0/+2
svn path=/trunk/; revision=20538
2007-01-23add correct link to vcredist_x86.exeUlf Lamping1-4/+4
svn path=/trunk/; revision=20529
2007-01-21major redesign:Ulf Lamping5-1395/+1903
- add a chapter about a Win32 Quick Setup - update MSVC information about Versions > 6 svn path=/trunk/; revision=20513
2007-01-19add user-guide.zip to the clean targetUlf Lamping1-0/+1
svn path=/trunk/; revision=20494
2007-01-19add a target to build a zipped version of user-guide.chmUlf Lamping1-1/+5
svn path=/trunk/; revision=20493
2007-01-18the docbook generation also suffers from the cygwin bash CR/LF problem :-(Ulf Lamping1-0/+1
I've added a call to dos2unix to convert check_svn_version.sh that way Is it safe to assume that dos2unix is available on a common UNIX developer machine?!? svn path=/trunk/; revision=20491
2007-01-16Make things work on Suse as well, not just DebianJörg Mayer1-3/+2
svn path=/trunk/; revision=20450
2007-01-12add snmp decryptionLuis Ontanon1-1/+6
svn path=/trunk/; revision=20400
2007-01-10Update to r20350.Gerald Combs1-157/+136
svn path=/trunk/; revision=20368