aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2011-12-28Add "peflags" to the list of required executables. Use it to make sureGerald Combs1-0/+3
the DLLs we use have DEP and ASLR enabled. svn path=/trunk/; revision=40316
2011-12-16Update the "How to handle transformed data" section to reflect current practice.Bill Meier1-14/+15
svn path=/trunk/; revision=40228
2011-12-03"Expert Info Composite" is now "Expert Info" (with the old "Expert Info" ↵Bill Meier2-16/+4
having been removed). svn path=/trunk/; revision=40085
2011-12-03Do 'md wsluarm_src' only if dir doesn't alreay exist.Bill Meier1-1/+1
svn path=/trunk/; revision=40084
2011-11-17Terminate WiresharkCurrentVersion to keep the buildbots happy. Also, since ↵Chris Maynard1-1/+8
some changes were already committed to change the "Save As" behavior, add a blurb about it. Unfortunately this was not mentioned for 1.7.0. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6192 svn path=/trunk/; revision=39907
2011-11-17Add an SVN_REVISION variable to config.nmake. This can be used toGerald Combs1-1/+1
retrieve our SVN revision in releases. Use make-version.pl to set all version information. Be more explicit about the tasks it performs: - Fetching the SVN revision which corresponds to our code. The revision can be fetched via "svn info", "git svn info", SubWCRev", config.nmake, or by prodding .svn. - Setting the version numbers (the "major.minor.micro" triplet). - Setting the release information (revision/build number, local build identifier) Remove the "is_release" configuration option and dist-hook target. When run with a "--set-*" option or no options make sure we leave a valid svnversion.h behind. svn path=/trunk/; revision=39891
2011-11-081.7.0 → 1.7.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=39769
2011-11-02Update the list of new features.Gerald Combs1-7/+7
svn path=/trunk/; revision=39722
2011-10-26Sync up the file format lists, add the Aethra files, and promote pcap-ngGuy Harris1-2/+4
to come right after pcap and not to be tagged as experimental. svn path=/trunk/; revision=39594
2011-10-25From Ed Beroset: Fix a typo in MakefileBill Meier1-2/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6482 svn path=/trunk/; revision=39548
2011-10-25From Ed Beroset: updated examples to use ENC_BIG_ENDIAN instead of FALSE.Bill Meier1-18/+26
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6482 From me: - Use ENC_NA for proto_tree_add_item(...,proto_foo,...); - Also: fix a typo unrelated to Ed's patch. svn path=/trunk/; revision=39547
2011-10-24Update compiler & redistributable information.Bill Meier1-8/+45
svn path=/trunk/; revision=39545
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