aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2007-01-10Update to r20350.Gerald Combs1-157/+136
svn path=/trunk/; revision=20368
2007-01-04Bump date and version numberJaap Keuter2-6/+6
svn path=/trunk/; revision=20306
2007-01-02Update supported Win32 versions and NSIS version.Jaap Keuter2-9/+7
svn path=/trunk/; revision=20275
2007-01-02Oops: wireshark.com --> wireshark.orgBill Meier1-3/+3
Also: 1 additional Ethereal --> Wireshark svn path=/trunk/; revision=20272
2006-12-26the default python version used changed from cygwin to native Win32 versionUlf Lamping1-5/+12
svn path=/trunk/; revision=20219
2006-12-17Add sections to the chapter on building and installing for installing underStephen Fisher1-0/+22
Gentoo Linux (thanks to Isbaran Akcayir for the syntax) and under FreeBSD. svn path=/trunk/; revision=20143
2006-12-12Processing packet data via tvb_get_ptr() is like palpating a cow -- it'sGerald Combs1-38/+8
messy and you shouldn't do it unless you REALLY have to. Change several routines to use standard tvb_get_* accessors instead of operating on raw packet data. This fixes an integer overflow in dissect_vendor_ie_rsn() found by Neil Kettle. Use value_strings instead of duplicating their functionality with our own routines. Print the WME surplus bandwidth allowance factor. Fix some compiler warnings. Update the release notes. Some of the changes are untested due to a lack of capture data. svn path=/trunk/; revision=20126
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-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-0/+6
by myself: Corrected patch; epan/column.c and epan/column_utils.c were not included. This one has now been properly tested against a clean checkout of today's code. - New menu option available under view\time display format - New sub-option (e) to -t switch for both wireshark and tshark - Extended recent settings code to handle new value - Did NOT add new explicit epoch time column svn path=/trunk/; revision=20040
2006-11-21Correct comments and examples on get_pdu_len().Jaap Keuter1-13/+17
svn path=/trunk/; revision=19949
2006-11-18If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, startGerald Combs1-0/+4
filling in a display filter. svn path=/trunk/; revision=19930
2006-11-18fix validity of documentUlf Lamping1-1/+2
svn path=/trunk/; revision=19929
2006-11-18Make F8 and F7 move to the next and previous packets, which addsGerald Combs1-2/+2
compatibility with a different analyzer. svn path=/trunk/; revision=19926
2006-11-18Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"Gerald Combs1-7/+108
menu) move to the previous and next packet even if the packet list isn't in focus (specifically, the packet detail will stay in focus if that was already the case). Make the return and enter keys toggle tree items in the packet detail and the backspace key jump to the parent node. Add a navigation section to the User's Guide. Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it multiple arguments. Fix up whitespace. svn path=/trunk/; revision=19924
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-29fix a typo in the recent change to the hhc.exe command line, so the chm ↵Ulf Lamping1-1/+1
files compile again - took me more than an hour to find out and reproduce :-( svn path=/trunk/; revision=19732
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-27Allow each program called by the Docbook Makefile to be specified usingGerald Combs1-6/+6
the environment. svn path=/trunk/; revision=19719
2006-10-19Add support for:Gerald Combs1-1/+2
- The AirPcap Multi-Channel Aggregator (which is marketspeak for an "any" device) - Merging the 802.11 dissector WEP key list with AirPcap's - Decrypting WEP in the adapter, in Wireshark, or not at all Update the release notes. svn path=/trunk/; revision=19599
2006-10-18In the 802.11 dissector, mark the "wep_keys" preference as obsolete,Gerald Combs1-0/+5
and replace it with an "enable_decryption" preference. Instead of forcing the user to specify how many WEP keys we have, figure it out for ourselves by parsing the key list. When decrypting, don't worry about the key index specified in the header (which resulted in trying to decrypt using the same key twice); simply try each key in order (which we were doing anyway). In hex_str_to_bytes(), handle a null hex string. Update the release notes. svn path=/trunk/; revision=19592
2006-10-17Fix tag names.Gerald Combs1-1/+1
svn path=/trunk/; revision=19577
2006-10-16Add bug 1135.Gerald Combs1-2/+11
svn path=/trunk/; revision=19567
2006-10-16move the content of the Wiki "System Requirements" into the "Platforms ↵Ulf Lamping1-58/+97
Wireshark runs on" section and update the information (e.g. the binary Unix packages changed since the move from Ethereal) svn path=/trunk/; revision=19564
2006-10-16Add more USB capturing info.Gerald Combs1-1/+7
svn path=/trunk/; revision=19562
2006-10-16Add bug 1134.Gerald Combs1-0/+7
svn path=/trunk/; revision=19561
2006-10-16Release notes and changelog updates.Gerald Combs1-3/+9
svn path=/trunk/; revision=19552
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-10-14Release note and changelog updates.Gerald Combs1-5/+198
svn path=/trunk/; revision=19522
2006-10-12The preferences and alike dialog button behaviour changed.Ulf Lamping1-1/+8
svn path=/trunk/; revision=19502
2006-10-11Update bug lists.Gerald Combs1-24/+12
svn path=/trunk/; revision=19500
2006-10-10Prep for the 0.99.4 release.Gerald Combs1-123/+12
svn path=/trunk/; revision=19481
2006-09-28from Stephen Fisher:Ulf Lamping10-28/+32
Attached is a patch to fix some spelling mistakes in the Wireshark User's Guide. I also fixed the author's email addresses as the addresses did not match the right names. svn path=/trunk/; revision=19352
2006-09-16second step to fix the file dialog "mess":Ulf Lamping5-64/+210
- rewrite the "File Save" and "File Merge" sections svn path=/trunk/; revision=19246
2006-09-16can we agree on using lynx?Ulf Lamping1-3/+4
Cygwin situation: - lynx works - elinks is not available (at least on the standard repositories) - links and true doesn't produce any output svn path=/trunk/; revision=19245
2006-09-15first step to fix the file dialog "mess":Ulf Lamping13-67/+190
- use different screenshots for: GTK1, GTK2 and Win32 - rewrite the "File Open Dialog" section svn path=/trunk/; revision=19239
2006-09-15Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.Gerald Combs1-1/+1
Look for a string that starts with "rdp". This should take care of cases where a default capture filter is set needlessly. Update the docs accordingly. svn path=/trunk/; revision=19236
2006-09-13fix various minor things noted by Brian DrabUlf Lamping6-17/+19
svn path=/trunk/; revision=19230
2006-09-12use the official name spelling for some projectsUlf Lamping1-2/+2
svn path=/trunk/; revision=19213
2006-09-12- Replace the ELINKS variable by HTML2TEXT and include the parametersJörg Mayer1-44/+47
into the variable to make this actually portable. - Some whitespace changes between filenames and the \ svn path=/trunk/; revision=19203
2006-09-11add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please ↵Ulf Lamping4-8/+139
check if it's correct) fix a lot of broken URL's svn path=/trunk/; revision=19192
2006-09-11add the LUA plugin install optionUlf Lamping1-2/+8
svn path=/trunk/; revision=19191
2006-09-08switch off draft mode, so the PDF generation won't try to load a draft image ↵Ulf Lamping1-0/+3
from the web svn path=/trunk/; revision=19183
2006-09-08add dependency to custom_layer_pdf.xsl for all fo filesUlf Lamping1-6/+6
svn path=/trunk/; revision=19182
2006-09-08. is not necessarily in ↵Jörg Mayer1-1/+1
/home/jmayer/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/cross/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/sbin, so add it svn path=/trunk/; revision=19179
2006-09-07propset svn:executableJörg Mayer1-0/+0
svn path=/trunk/; revision=19178
2006-09-07fix bug #842: "make" now won't try to rebuild again if nothing changed since ↵Ulf Lamping2-16/+67
the last make call. Other minor dependency fixes. I didn't found a way to implement the SVN version check using make, so using a new shell script instead ... svn path=/trunk/; revision=19173
2006-08-28fix a minor typoUlf Lamping1-1/+1
svn path=/trunk/; revision=19067
2006-08-28add information about remote traffic capture filterUlf Lamping1-0/+62
svn path=/trunk/; revision=19063