aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but olderGerald Combs1-0/+6
versions *should* be supported. svn path=/trunk/; revision=39280
2011-09-30More tpo fixes.Guy Harris2-5/+5
svn path=/trunk/; revision=39202
2011-09-30graphhics → graphicsGerald Combs1-5/+5
svn path=/trunk/; revision=39201
2011-09-30s/wsug_/wsdg_/g in the Developer's Guide targets.Gerald Combs2-18/+16
svn path=/trunk/; revision=39199
2011-09-27Add a new tshark option for being able to specify an alternate line ↵Chris Maynard2-12/+34
separator between packets. The option chosen was "-S <separator>". The former -S option was renamed to -P, and the former -P option, which was previously undocumented, was renamed to -2. This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5342. svn path=/trunk/; revision=39168
2011-09-22Add an option -d to specify display filter from the command line.Stig Bjørlykke1-0/+1
This was requested in bug 2463. svn path=/trunk/; revision=39090
2011-09-16wsdg_graphics/toolbar is a directory; fix the rules that weren't alreadyGuy Harris2-7/+15
fixed to cope with that. svn path=/trunk/; revision=39021
2011-09-16Well, that wasn't it. Put the dummy file back.Guy Harris1-0/+0
svn path=/trunk/; revision=39020
2011-09-15Delete a dummy file to see if it makes building the docbook stuff withGuy Harris1-0/+0
nmake on Windows work again. svn path=/trunk/; revision=39019
2011-09-14Add a dummy file so building the docbook stuff with cmake actually works.Jörg Mayer1-0/+0
svn path=/trunk/; revision=38993
2011-09-06From Kurnia Hendrawan:Stig Bjørlykke2-4/+18
Update the user's guide. svn path=/trunk/; revision=38899
2011-09-01Fix a typo.Bill Meier1-1/+1
svn path=/trunk/; revision=38842
2011-09-01From John Bradshaw:Anders Broman2-2/+2
Spelling fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296 svn path=/trunk/; revision=38834
2011-08-29Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.Gerald Combs1-29/+30
svn path=/trunk/; revision=38784
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-32/+0
svn path=/trunk/; revision=38683
2011-08-11Add "distclean" and "maintainer-clean" rules to the docbook directoryGuy Harris1-0/+4
Makefile.nmake. Have "clean", "distclean", and "maintainer-clean" in the top-level Makefile.nmake file clean out the docbook directory. Add a "docbook" target to the top-level Makefile.nmake file. svn path=/trunk/; revision=38468
2011-07-19Instead of overloading WIRESHARK_LIBS / wireshark_LIBS in Makefile.nmakeGerald Combs1-94/+94
use WIRESHARK_LIB_DIR for the location of our external libraries. svn path=/trunk/; revision=38119
2011-07-14As with Makefile.am, so with Makefile.nmake. To quote the comment forGuy Harris1-0/+1
rev 37866: Removed empty directory docbook/wsluarm_src. It's generated during 'make', and now removed during 'make clean'. so we have to generate it now during nmake as well. svn path=/trunk/; revision=38011
2011-07-02Removed empty directory docbook/wsluarm_src. It's generated during 'make',Stig Bjørlykke1-3/+3
and now removed during 'make clean'. svn path=/trunk/; revision=37866
2011-07-02Update the status of 64-bit Windows.Gerald Combs1-11/+2
svn path=/trunk/; revision=37865
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.Chris Maynard1-7/+0
svn path=/trunk/; revision=37839
2011-06-29Don't colorize TCP window updates as "Bad TCP". This change was made in ↵Chris Maynard1-0/+6
response to a user request at Sharkfest '11. svn path=/trunk/; revision=37836
2011-06-29Indicate TCP fast retransmissions as an expert info note, rather than a ↵Chris Maynard1-0/+7
warning,just as TCP retransmissions are. This was a user request from Sharkfest '11. svn path=/trunk/; revision=37834
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when ↵Chris Maynard1-0/+7
saving or printing packets apply to only displayed packets and not all packets. svn path=/trunk/; revision=37833
2011-06-27Use the latest libsmi package. Note that we now support OID resolutionGerald Combs1-0/+6
on 64-bit Windows. svn path=/trunk/; revision=37808
2011-06-27List cygwin 'zip' as a needed tool to build the U3 package.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=37800
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-1/+17
pcap. Add a "-P" capture option which tries to use pcap instead of pcap-ng ("-P" seemed to be the best option but we may want to use a different letter). Update the documentation and release notes. svn path=/trunk/; revision=37696
2011-06-06Bump the version.Gerald Combs1-8/+8
svn path=/trunk/; revision=37577
2011-06-06We're now using fop-1.0 on Windows;Bill Meier1-30/+30
Also: remove trailing whitespace from lines. svn path=/trunk/; revision=37569
2011-05-27Remove some stuff again.Anders Broman2-3/+1
svn path=/trunk/; revision=37437
2011-05-27Include missing files in distribution.Anders Broman2-1/+13
svn path=/trunk/; revision=37435
2011-05-20Add bugs 4985 and 5580 to the list of known problems.Gerald Combs1-0/+9
svn path=/trunk/; revision=37333
2011-05-191.6 → 1.7.Gerald Combs1-1/+1
svn path=/trunk/; revision=37309
2011-05-19Fix markup.Gerald Combs1-3/+3
svn path=/trunk/; revision=37304
2011-05-19Update the version and command output.Gerald Combs2-159/+177
svn path=/trunk/; revision=37303
2011-05-17Fix docbook errors.Gerald Combs1-2/+2
svn path=/trunk/; revision=37210
2011-05-17Update the release notes for 1.7/1.8.Gerald Combs1-188/+6
svn path=/trunk/; revision=37206
2011-05-141.5.2 → 1.7.0.Gerald Combs1-1/+1
svn path=/trunk/; revision=37148
2011-05-08Note that README.Debian contains the procedure of setting up captureBalint Reczey1-2/+10
rights for regular users on Debian systems. svn path=/trunk/; revision=37021
2011-04-25From Loránd Jakab via ↵Jeff Morriss1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5854 : The Locator/ID Separation Protocol [1] is being standardized within the IETF, and it is nearing RFC status (pending security review). I have been maintaining a dissector patch for about a year, see [2]. Feedback received indicates that, among others, it is widely used by the developers of a large router vendor, without issues. In January I submitted the dissector for data plane packets as bug #5602, which was committed as r35615. The patch attached to this bug adds support for dissection of control plane packets. [1] http://tools.ietf.org/html/draft-ietf-lisp [2] http://lisp.ccaba.upc.edu/wireshark/ svn path=/trunk/; revision=36845
2011-04-14Mention that tshark can now display ICMP and ICMPv6 service response times.Chris Maynard1-1/+1
svn path=/trunk/; revision=36634
2011-04-101.5.1 → 1.5.2. Reenable Babel.Gerald Combs1-1/+1
svn path=/trunk/; revision=36540
2011-04-08Add Babel.Gerald Combs1-0/+1
svn path=/trunk/; revision=36519
2011-04-06From Peter via bug #5798: Don't try to run svnversion if it isn'tStephen Fisher1-1/+1
executable. svn path=/trunk/; revision=36498
2011-03-27Add "-z hosts", which dumps name resolution information in hosts format.Gerald Combs1-1/+2
svn path=/trunk/; revision=36372
2011-03-24Add an item about pcapng name resolution.Gerald Combs1-0/+7
svn path=/trunk/; revision=36319
2011-03-23More markup updates.Gerald Combs1-89/+89
svn path=/trunk/; revision=36303
2011-03-23Fix markup.Gerald Combs1-4/+6
svn path=/trunk/; revision=36302
2011-03-23Clean up information about older Windows versions.Gerald Combs2-10/+27
svn path=/trunk/; revision=36300
2011-03-23Added an entry about the new tshark "-z <proto>,srt" syntax.Chris Maynard1-0/+9
svn path=/trunk/; revision=36299