Commit Graph

861 Commits

Author SHA1 Message Date
Gerald Combs 70d8b1c0f3 Update the annotations item.
svn path=/trunk/; revision=42352
2012-04-30 17:15:43 +00:00
Jeff Morriss 445790ccb7 Bugzilla always uses https (and has for quite a while), so use https in the URLs to the bugs.
svn path=/trunk/; revision=42299
2012-04-27 19:18:22 +00:00
Jeff Morriss a7f206dc02 Based on mail from Guy on -dev regarding the 1.7.1 release notes: Add entry for bug 3315 (save dependent frames when saving displayed packets)
svn path=/trunk/; revision=42298
2012-04-27 19:15:24 +00:00
Jaap Keuter 082244d317 From Paul-Marc Bougharios:
Corrected Users Guide reference to Red Hat and Fedora.

svn path=/trunk/; revision=42024
2012-04-11 17:28:06 +00:00
Gerald Combs e5cd6c087e 1.7.1 → 1.7.2.
svn path=/trunk/; revision=41971
2012-04-06 17:27:20 +00:00
Gerald Combs 05fe578fcc Add XML to the capture file list
svn path=/trunk/; revision=41946
2012-04-04 21:55:42 +00:00
Gerald Combs f2977b2f97 Add more protocols and bug 6077 (Rearranging columns on Win64).
svn path=/trunk/; revision=41936
2012-04-04 18:43:37 +00:00
Gerald Combs e16ff04578 Remove fixed or no-longer-relevant bugs.
svn path=/trunk/; revision=41909
2012-04-03 17:18:34 +00:00
Gerald Combs 29917a3181 Fill in the list of new protocols (87 of them!) and new & updated
capture file support.

svn path=/trunk/; revision=41907
2012-04-03 16:03:42 +00:00
Stig Bjørlykke 444132d01c Added more UAT's to the list of configuration profile files.
svn path=/trunk/; revision=41843
2012-03-30 11:50:53 +00:00
Chris Maynard 2cd37852f2 Fix a typo.
svn path=/trunk/; revision=41697
2012-03-21 00:47:32 +00:00
Jeff Morriss 90df1a9d94 Set eol-style to native (just to make these files readable on *NIX).
svn path=/trunk/; revision=41654
2012-03-19 01:46:24 +00:00
Gerald Combs 09068ee6fd Add an entry for annotations.
svn path=/trunk/; revision=41381
2012-03-06 21:11:08 +00:00
Michael Tüxen e52bc42404 Small fix.
svn path=/trunk/; revision=41129
2012-02-21 21:50:08 +00:00
Michael Tüxen f3895780f6 From Irene Ruengeler: Describe what we currently have in trunk/
related to capturing from multiple
                      interfaces.

svn path=/trunk/; revision=41128
2012-02-21 21:46:06 +00:00
Michael Tüxen c92cab9892 From Irene Ruengeler: Updated screenshots.
svn path=/trunk/; revision=41127
2012-02-21 21:27:02 +00:00
Jörg Mayer 130578337d Add note about unifying a4 and letter format builds.
svn path=/trunk/; revision=40844
2012-02-04 23:30:38 +00:00
Jörg Mayer 67d74b7f4e - Add a comment how to improve the output of supported features later on.
- Move docbook pdf installation to toplevel.

svn path=/trunk/; revision=40840
2012-02-04 14:19:38 +00:00
Bill Meier 0600db677f Remove support for MSVC < MSVC2005; Update Developer's Guide.
svn path=/trunk/; revision=40395
2012-01-06 15:45:46 +00:00
Gerald Combs c9681dcb26 Add "peflags" to the list of required executables. Use it to make sure
the DLLs we use have DEP and ASLR enabled.

svn path=/trunk/; revision=40316
2011-12-28 20:29:13 +00:00
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