aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2011-09-30More tpo fixes.guy2-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39202 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-30graphhics → graphicsgerald1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39201 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-30s/wsug_/wsdg_/g in the Developer's Guide targets.gerald2-18/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39199 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-27Add a new tshark option for being able to specify an alternate line ↵cmaynard2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39168 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Add an option -d to specify display filter from the command line.stig1-0/+1
This was requested in bug 2463. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39090 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-16wsdg_graphics/toolbar is a directory; fix the rules that weren't alreadyguy2-7/+15
fixed to cope with that. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39021 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-16Well, that wasn't it. Put the dummy file back.guy1-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39020 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-15Delete a dummy file to see if it makes building the docbook stuff withguy1-0/+0
nmake on Windows work again. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39019 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-14Add a dummy file so building the docbook stuff with cmake actually works.jmayer1-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38993 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-06From Kurnia Hendrawan:stig2-4/+18
Update the user's guide. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38899 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-01Fix a typo.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38842 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-01From John Bradshaw:etxrab2-2/+2
Spelling fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38834 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-29Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.gerald1-29/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38784 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-32/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38683 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-11Add "distclean" and "maintainer-clean" rules to the docbook directoryguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38468 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-19Instead of overloading WIRESHARK_LIBS / wireshark_LIBS in Makefile.nmakegerald1-94/+94
use WIRESHARK_LIB_DIR for the location of our external libraries. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38119 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14As with Makefile.am, so with Makefile.nmake. To quote the comment forguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38011 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-02Removed empty directory docbook/wsluarm_src. It's generated during 'make',stig1-3/+3
and now removed during 'make clean'. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37866 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-02Update the status of 64-bit Windows.gerald1-11/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37865 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.cmaynard1-7/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37839 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-29Don't colorize TCP window updates as "Bad TCP". This change was made in ↵cmaynard1-0/+6
response to a user request at Sharkfest '11. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37836 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-29Indicate TCP fast retransmissions as an expert info note, rather than a ↵cmaynard1-0/+7
warning,just as TCP retransmissions are. This was a user request from Sharkfest '11. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37834 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when ↵cmaynard1-0/+7
saving or printing packets apply to only displayed packets and not all packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37833 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-27Use the latest libsmi package. Note that we now support OID resolutiongerald1-0/+6
on 64-bit Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37808 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-27List cygwin 'zip' as a needed tool to build the U3 package.stig1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37800 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orgerald1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37696 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-06Bump the version.gerald1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37577 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-06We're now using fop-1.0 on Windows;wmeier1-30/+30
Also: remove trailing whitespace from lines. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37569 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-27Remove some stuff again.etxrab2-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37437 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-27Include missing files in distribution.etxrab2-1/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37435 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-20Add bugs 4985 and 5580 to the list of known problems.gerald1-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37333 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-191.6 → 1.7.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37309 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-19Fix markup.gerald1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37304 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-19Update the version and command output.gerald2-159/+177
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37303 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-17Fix docbook errors.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37210 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-17Update the release notes for 1.7/1.8.gerald1-188/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37206 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-141.5.2 → 1.7.0.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37148 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-08Note that README.Debian contains the procedure of setting up capturerbalint1-2/+10
rights for regular users on Debian systems. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37021 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-25From Loránd Jakab via ↵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/ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36845 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-14Mention that tshark can now display ICMP and ICMPv6 service response times.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36634 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-101.5.1 → 1.5.2. Reenable Babel.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36540 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-08Add Babel.gerald1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36519 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-06From Peter via bug #5798: Don't try to run svnversion if it isn'tsfisher1-1/+1
executable. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36498 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-27Add "-z hosts", which dumps name resolution information in hosts format.gerald1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36372 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-24Add an item about pcapng name resolution.gerald1-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36319 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-23More markup updates.gerald1-89/+89
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36303 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-23Fix markup.gerald1-4/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36302 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-23Clean up information about older Windows versions.gerald2-10/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36300 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-23Added an entry about the new tshark "-z <proto>,srt" syntax.cmaynard1-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36299 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-14Disallow invalid char's in the filename passed to idl2wrs. Fixes bug 1129.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35944 f5534014-38df-0310-8fa8-9805f1628bb7