Commit Graph

841 Commits

Author SHA1 Message Date
Bill Meier 36840e68de Update the "How to handle transformed data" section to reflect current practice.
svn path=/trunk/; revision=40228
2011-12-16 15:58:10 +00:00
Bill Meier e73029555a "Expert Info Composite" is now "Expert Info" (with the old "Expert Info" having been removed).
svn path=/trunk/; revision=40085
2011-12-03 22:08:28 +00:00
Bill Meier bfa0c577cb Do 'md wsluarm_src' only if dir doesn't alreay exist.
svn path=/trunk/; revision=40084
2011-12-03 19:59:48 +00:00
Chris Maynard 192af9e872 Terminate WiresharkCurrentVersion to keep the buildbots happy. Also, since 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-17 17:12:42 +00:00
Gerald Combs 3f12c48ace Add an SVN_REVISION variable to config.nmake. This can be used to
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-17 00:19:03 +00:00
Gerald Combs 2798ad267a 1.7.0 → 1.7.1.
svn path=/trunk/; revision=39769
2011-11-08 22:35:56 +00:00
Gerald Combs 13c64c2524 Update the list of new features.
svn path=/trunk/; revision=39722
2011-11-02 20:44:05 +00:00
Guy Harris 7068d5df0a Sync up the file format lists, add the Aethra files, and promote pcap-ng
to come right after pcap and not to be tagged as experimental.

svn path=/trunk/; revision=39594
2011-10-26 04:53:48 +00:00
Bill Meier 0a3ff69656 From Ed Beroset: Fix a typo in Makefile
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6482

svn path=/trunk/; revision=39548
2011-10-25 00:09:52 +00:00
Bill Meier 048b0c7ff0 From Ed Beroset: updated examples to use ENC_BIG_ENDIAN instead of FALSE.
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-25 00:03:47 +00:00
Bill Meier fff694bbef Update compiler & redistributable information.
svn path=/trunk/; revision=39545
2011-10-24 23:18:34 +00:00
Gerald Combs b9b05239f1 Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but older
versions *should* be supported.

svn path=/trunk/; revision=39280
2011-10-05 22:27:51 +00:00
Guy Harris b8e798fa3f More tpo fixes.
svn path=/trunk/; revision=39202
2011-09-30 19:39:43 +00:00
Gerald Combs b5d55d81e6 graphhics → graphics
svn path=/trunk/; revision=39201
2011-09-30 17:39:32 +00:00
Gerald Combs 5371f016f8 s/wsug_/wsdg_/g in the Developer's Guide targets.
svn path=/trunk/; revision=39199
2011-09-30 16:55:41 +00:00
Chris Maynard 311c5ef686 Add a new tshark option for being able to specify an alternate line 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-27 18:32:59 +00:00
Stig Bjørlykke 155de63f73 Add an option -d to specify display filter from the command line.
This was requested in bug 2463.

svn path=/trunk/; revision=39090
2011-09-22 18:39:29 +00:00
Guy Harris 8526fa4086 wsdg_graphics/toolbar is a directory; fix the rules that weren't already
fixed to cope with that.

svn path=/trunk/; revision=39021
2011-09-16 00:21:21 +00:00
Guy Harris 657ee65b0f Well, that wasn't it. Put the dummy file back.
svn path=/trunk/; revision=39020
2011-09-16 00:13:08 +00:00
Guy Harris 8db80d317d Delete a dummy file to see if it makes building the docbook stuff with
nmake on Windows work again.

svn path=/trunk/; revision=39019
2011-09-15 23:32:44 +00:00
Jörg Mayer 2564fecfb3 Add a dummy file so building the docbook stuff with cmake actually works.
svn path=/trunk/; revision=38993
2011-09-14 13:23:10 +00:00
Stig Bjørlykke f43c9625e1 From Kurnia Hendrawan:
Update the user's guide.

svn path=/trunk/; revision=38899
2011-09-06 15:36:11 +00:00
Bill Meier 663272e58e Fix a typo.
svn path=/trunk/; revision=38842
2011-09-01 14:30:42 +00:00
Anders Broman b2633b05d8 From John Bradshaw:
Spelling fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296

svn path=/trunk/; revision=38834
2011-09-01 04:35:57 +00:00
Gerald Combs db240c2b5e Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.
svn path=/trunk/; revision=38784
2011-08-29 21:16:29 +00:00
Stig Bjørlykke 5603cef9f2 Remove support for libpcre, we use GRegex in GLib.
svn path=/trunk/; revision=38683
2011-08-23 09:25:06 +00:00
Guy Harris c7caf2f213 Add "distclean" and "maintainer-clean" rules to the docbook directory
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-08-11 02:41:39 +00:00
Gerald Combs 1f497af628 Instead of overloading WIRESHARK_LIBS / wireshark_LIBS in Makefile.nmake
use WIRESHARK_LIB_DIR for the location of our external libraries.

svn path=/trunk/; revision=38119
2011-07-19 18:22:46 +00:00
Guy Harris 3f255d15a4 As with Makefile.am, so with Makefile.nmake. To quote the comment for
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-14 03:15:09 +00:00
Stig Bjørlykke 233643e566 Removed empty directory docbook/wsluarm_src. It's generated during 'make',
and now removed during 'make clean'.

svn path=/trunk/; revision=37866
2011-07-02 18:20:39 +00:00
Gerald Combs 3bffcb35b8 Update the status of 64-bit Windows.
svn path=/trunk/; revision=37865
2011-07-02 15:45:28 +00:00
Chris Maynard 0eb0b8f1f3 Undo r37833 in favor of Sake's changes to be committed at some future date.
svn path=/trunk/; revision=37839
2011-06-30 01:05:49 +00:00
Chris Maynard 94159d5d0e Don't colorize TCP window updates as "Bad TCP". This change was made in response to a user request at Sharkfest '11.
svn path=/trunk/; revision=37836
2011-06-29 18:45:14 +00:00
Chris Maynard e27a75ac39 Indicate TCP fast retransmissions as an expert info note, rather than a warning,just as TCP retransmissions are. This was a user request from Sharkfest '11.
svn path=/trunk/; revision=37834
2011-06-29 16:59:37 +00:00
Chris Maynard 531a787d9c Based on user feedback from Sharkfest '11, make the default choice when saving or printing packets apply to only displayed packets and not all packets.
svn path=/trunk/; revision=37833
2011-06-29 16:31:44 +00:00
Gerald Combs add36f416d Use the latest libsmi package. Note that we now support OID resolution
on 64-bit Windows.

svn path=/trunk/; revision=37808
2011-06-27 20:48:26 +00:00
Stig Bjørlykke 53debee8a8 List cygwin 'zip' as a needed tool to build the U3 package.
svn path=/trunk/; revision=37800
2011-06-27 10:39:50 +00:00
Gerald Combs 8d88f3a790 Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or
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-17 17:52:31 +00:00
Gerald Combs 21cccec8a5 Bump the version.
svn path=/trunk/; revision=37577
2011-06-06 21:03:49 +00:00
Bill Meier d6d24d6d18 We're now using fop-1.0 on Windows;
Also: remove trailing whitespace from lines.

svn path=/trunk/; revision=37569
2011-06-06 15:32:40 +00:00
Anders Broman 51d8ad3a45 Remove some stuff again.
svn path=/trunk/; revision=37437
2011-05-27 13:16:28 +00:00
Anders Broman df7717126d Include missing files in distribution.
svn path=/trunk/; revision=37435
2011-05-27 12:22:20 +00:00
Gerald Combs adefc98f12 Add bugs 4985 and 5580 to the list of known problems.
svn path=/trunk/; revision=37333
2011-05-20 17:02:20 +00:00
Gerald Combs efcd3f158b 1.6 → 1.7.
svn path=/trunk/; revision=37309
2011-05-19 20:37:36 +00:00
Gerald Combs b2561a408c Fix markup.
svn path=/trunk/; revision=37304
2011-05-19 20:13:33 +00:00
Gerald Combs 7868da24aa Update the version and command output.
svn path=/trunk/; revision=37303
2011-05-19 19:52:56 +00:00
Gerald Combs b216f4b2ac Fix docbook errors.
svn path=/trunk/; revision=37210
2011-05-17 21:00:58 +00:00
Gerald Combs 11dec46275 Update the release notes for 1.7/1.8.
svn path=/trunk/; revision=37206
2011-05-17 19:26:00 +00:00
Gerald Combs 1c831b6343 1.5.2 → 1.7.0.
svn path=/trunk/; revision=37148
2011-05-14 20:17:37 +00:00
Balint Reczey 8664251be1 Note that README.Debian contains the procedure of setting up capture
rights for regular users on Debian systems.

svn path=/trunk/; revision=37021
2011-05-08 21:55:11 +00:00