The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / Makefile.nmake @ master

History | View | Annotate | Download (49.7 KB)

# Date Author Comment
bed29af4 08/20/2014 11:34 PM Roland Knall

Extcap Capture Interface

Extcap is a plugin interface, which allows for the usage
of external capture interfaces via pipes using a predefined
configuration language which results in a graphical gui.
This implementation seeks for a generic implementation,...
673247f0 08/14/2014 06:26 AM Gerald Combs

Windows: Clean up text file packaging.

Convert textify.sh to PowerShell. Use PowerShell's built-in line ending
conversion so that we don't depend on unix2dos.

Only copy the help toc and text files to the staging directory.

Add PowerShell to the Developer's Guide. Fixup some other content....

dea377ba 08/07/2014 08:09 PM Guy Harris

Put setargv.obj back in the list of objects for mergecap.

This should enable automatic wildcard expansion and fix bug 10354.

Add the usual setargv.obj comment for reordercap, which also links with
setargv.obj.

Change-Id: I2ceee700ae274713bf7a6d5fae0d523e9feca481...

37b5b095 08/04/2014 10:31 AM Evan Huus

Rip out the filetap code

We decided at sharkfest that this wasn't the right design for file dissection;
we have more-or-less settled on way forward, but nobody's shown interest in
implementing it. Whether or not that ever happens, this code is effectively...

dff03823 07/29/2014 09:36 AM Pascal Quantin

Ensure that QT5_BASE_DIR is known by QtShark.pro

Otherwise the call to winqtdeploy will fail if it is not already in the PATH

Change-Id: I74db604a6fd45204bda8d6ac9d9c98c0c12598ec
Reviewed-on: https://code.wireshark.org/review/3218
Reviewed-by: Pascal Quantin <>...

9ce04cbb 07/28/2014 02:32 PM Pascal Quantin

Fix download of 3rd party packages when WIRESHARK_TARGET_PLATFORM environment variable is not explicitly set

Bug: 10317
Change-Id: Ic7b4ffe2bbe4f69928b91a5151d8cef1ae59f723
Reviewed-on: https://code.wireshark.org/review/3203
Reviewed-by: Bill Meier <>

52629d8b 07/28/2014 08:03 AM Pascal Quantin

Download the right User Guide...

Change-Id: Icf1f9bd48f0624226c55a622b7b8f774d103e5ae
Reviewed-on: https://code.wireshark.org/review/3224
Reviewed-by: Pascal Quantin <>

075ac2e7 07/20/2014 09:04 PM Joerg Mayer

Obsolete tools/winXX-setup.sh:
- Move DOWNLOAD_TAG into config.nmake
- Call win-setup.sh directly instead of winXX-setup.sh
- TODO: Remove tools/winXX-setup.sh files

Change-Id: Ie02b6b468b4f3007f5e2b6a8282e2e6cdf7d1a70
Reviewed-on: https://code.wireshark.org/review/3144...

9b182b70 07/09/2014 08:59 PM Guy Harris

Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."

This reverts commit c5a50df51f38e10e3a3618d9394364f60a1ca8af.

Most of the change to remove "lib" seems to work, but the list of libraries to sign appears not to be in the source repository, so I can't make that step work....

c5a50df5 07/09/2014 07:23 PM Guy Harris

See if we can get rid of the "lib" in front of "wsutil" on Windows.

"libXXX" is a UN*X convention; see whether we can do without it on
Windows.

Change-Id: I03a377ed5121a8dff7a53203b34e441abffcbb85
Reviewed-on: https://code.wireshark.org/review/2968
Reviewed-by: Guy Harris <>

fc52dc6f 07/04/2014 04:09 AM Guy Harris

rawshark needs libcaputils.

Change-Id: I38409f5ceef1c906dccb13284d2fe2dfd2383b67
Reviewed-on: https://code.wireshark.org/review/2845
Reviewed-by: Guy Harris <>

9e6487f2 07/04/2014 03:25 AM Guy Harris

Move utility routines for capturing into a libcaputils static library.

Some of those routines are used only in dumpcap; others are used in
TShark and Wireshark as well.

Change-Id: I9d92483f2fcff57a7d8b6bf6bdf2870505d19fb7
Reviewed-on: https://code.wireshark.org/review/2841...

87cf0433 07/03/2014 09:40 AM AndersBroman

Fix bulding of reordercap

Change-Id: I9898685d20c684c05f505275804d9c6588bba645
Reviewed-on: https://code.wireshark.org/review/2811
Reviewed-by: Anders Broman <>

16574232 07/03/2014 08:22 AM AndersBroman

Try to fix the build by adding version_info.obj to the link stage of
text2pcap and in both lines for mergecap.
Follow up of https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a165b9be8a122ee1d5c0a60ca441d2c9198b3fd

Change-Id: I4b44965604eec92415b8bb6e9267dadbb2937f7a...

1a165b9b 07/03/2014 05:22 AM Guy Harris

We have to include version_info.obj manually in the dependencies for text2pcap.

Add a comment indicating why we're not generating text2pcap_OBJECTS from
text2pcap_SOURCES and using that.

Change-Id: I8235080c3ea2bb31861a9c4f5aee9e6ce6a0808c
Reviewed-on: https://code.wireshark.org/review/2801...

b4ce3525 07/03/2014 04:46 AM Guy Harris

Make --help and --version information a bit more uniform.

Have --version print the version number, the copyright information, the
"compiled with" information, the "running on/with" information, and the
compiler information.

Have --help print the version number, a one-line summary of what the...

e1e7dd0c 07/01/2014 03:16 PM Graham Bloice

Fix the QT build on Qt 5.3 or later to use the windeployqt tool
to copy the rquired Qt files into the runtime directory

Qt 5.2 is broken as windeployqt doesn't take the required --release flag

Also fix the passing of GCC_DLL and GPGERROR_DLL into config.pri so...

e2801d0d 06/30/2014 01:13 AM Pascal Quantin

Windows: fix update of version information in wireshark and tshark

Broken since gc46329c

Change-Id: I00146675d16db021e2cbb7b16841ea9ecb1439b9
Reviewed-on: https://code.wireshark.org/review/2703
Reviewed-by: Evan Huus <>
Reviewed-by: Pascal Quantin <>

18e14a4c 06/27/2014 09:29 AM AndersBroman

Have the makefile run windepoyqt if it exists to copy the required dlls to the install dir.

Change-Id: If87c2670e1ffef116d4497241f070fa41a70015b
Reviewed-on: https://code.wireshark.org/review/2644
Reviewed-by: Anders Broman <>

deda668e 06/24/2014 04:11 PM Guy Harris

Add the capchild directory to some lists of rules.

Change-Id: Ic06cf8005a16cc61c8e3ae506dba4c4916ab6471
Reviewed-on: https://code.wireshark.org/review/2626
Reviewed-by: Guy Harris <>

7fe1f823 06/23/2014 08:48 PM Guy Harris

Fix name of library.

Change-Id: I463637a6218a86ed6dbd95019f33d8b999bcaaf2
Reviewed-on: https://code.wireshark.org/review/2596
Reviewed-by: Guy Harris <>

213189ef 06/23/2014 07:58 PM Guy Harris

Move the routines to talk to dumpcap into a static libcapchild.

This pulls some stuff out of the top-level directory, and means we don't
have to build them once for every program using them.

Change-Id: I37b31fed20f2d5c3563ecd2bae9fd86af70afff5
Reviewed-on: https://code.wireshark.org/review/2591...

3e5e18f5 06/21/2014 11:55 PM Guy Harris

Build version.h before trying to build wsutil.

Code in wsutil includes it.

Change-Id: I02cb49c3a672955b74a183996d2e815b8d55b668
Reviewed-on: https://code.wireshark.org/review/2539
Reviewed-by: Guy Harris <>

cc37b503 06/18/2014 02:03 PM Pascal Quantin

Get rid of obsolete references to nettle

Bug: 2089
Change-Id: Ie3337a1b750d8d95f6291c77dfd19cd1b0c57e83
Reviewed-on: https://code.wireshark.org/review/2388
Tested-by: Pascal Quantin <>
Reviewed-by: Pascal Quantin <>

1777f608 06/16/2014 06:14 PM AndersBroman

The broken python support is beeing removed.

Change-Id: I5f4d3d381d8629158c9d1bea344b5a2e64a0f462
Reviewed-on: https://code.wireshark.org/review/2282
Reviewed-by: Anders Broman <>

ad7b5381 06/06/2014 11:33 AM Pascal Quantin

Upgrade Windows builds to GnuTLS 3.1.22 and Gcrypt 1.6.0

Change-Id: I7650a3ec31120ac5e7954f4c1ca985ad55d189b4
Reviewed-on: https://code.wireshark.org/review/1978
Reviewed-by: Pascal Quantin <>

0a249087 05/16/2014 12:25 PM Gerald Combs

Build with GTK+ 2.24.23.

Change-Id: Ic5c385c0fcef4d40a8cb9e7a271d14eb80905460
Reviewed-on: https://code.wireshark.org/review/1665
Reviewed-by: Gerald Combs <>
Tested-by: Gerald Combs <>

5410fab0 05/01/2014 11:11 AM Bill Meier

Add a comment re certain variables beibg defined in win32.mak.

Change-Id: I9246a1786a5bf8c48744378f25a66f6881caed81
Reviewed-on: https://code.wireshark.org/review/1459
Reviewed-by: Bill Meier <>

590fcbc6 04/05/2014 06:41 PM Pascal Quantin

Upgrade Windows builds to Lua 5.2.3

Change-Id: Ie7fffa9d57b1b861ab57cc55259c79cf0e8ee0e0
Reviewed-on: https://code.wireshark.org/review/974
Reviewed-by: Pascal Quantin <>

249daa68 04/01/2014 12:29 AM Bill Meier

Copy randpkt.exe & randpkt.pdb to install directory during windows build.

Change-Id: I6ef6b181897bd3d35dc94ebb2d04aaa209d8df6e
Reviewed-on: https://code.wireshark.org/review/904
Reviewed-by: Bill Meier <>
Tested-by: Bill Meier <>

757aa332 03/31/2014 02:48 PM Alexis La Goutte

Continue to remove $Id$ from top of file

(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)

Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
Reviewed-on: https://code.wireshark.org/review/881
Reviewed-by: Anders Broman <>

a1d4189c 03/29/2014 12:30 PM Pascal Quantin

Upgrade Windows builds to Lua 5.2.1

Change-Id: I5d2058673b69beb8393aae0571703cd9dbb79c4e
Reviewed-on: https://code.wireshark.org/review/863
Reviewed-by: Pascal Quantin <>
Tested-by: Pascal Quantin <>

f9669809 02/07/2014 06:03 PM Gerald Combs

Replace "svn" with "git" all over the place.

Rename "SVNPATH" to "GITBRANCH" since that seems more appropriate.
Rename "svnversion.h" to "version.h" as Evan suggested. Update some
URLs. In make-version.pl, make sure we don't set an improper upstream
branch name. Use the number of commits + short hash from `git describe`...

a40f824e 01/27/2014 02:22 PM Anders Broman

Make it easier to try GTK 3.6

svn path=/trunk/; revision=54986

bce9eaad 01/15/2014 09:23 PM Gerald Combs

Partially revert r54824.

svn path=/trunk/; revision=54825

d5b706be 01/15/2014 08:28 PM Gerald Combs

Allow the use of Win flex-bison and document how to do that.

svn path=/trunk/; revision=54824

bbc7ad3c 01/08/2014 08:30 PM Gerald Combs

cfile.c is in WIRESHARK_COMMON_SRC so there's no need to add it again.

svn path=/trunk/; revision=54675

658e0b30 01/08/2014 03:50 PM Guy Harris

At least some of the files in PLATFORM_CAPTURE_SRC are needed by
programs that use {lib,win}pcap but that don't capture traffic, such as
rawshark; rename it to PLATFORM_PCAP_SRC, to match CMake.

svn path=/trunk/; revision=54671

324a7c90 01/08/2014 03:22 PM Guy Harris

Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.

svn path=/trunk/; revision=54669

bf284da2 01/07/2014 11:35 PM Michael Mann

TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9607)

This is a VERY PRELIMINARY version of tfshark. It's an attempt to jumpstart FileShark and its architecture. Right now it's mostly just a very stripped down version of tshark with all of the necessary build modifications (including now building filetap library since tfshark depends on it)...

e21fd7c0 12/12/2013 09:59 PM Guy Harris

Add a "captype" file that just reports the type of a capture file, based
on what libwiretap thinks it is.

Update some comments to reflect the death of the hack used to include
(libwiretap) plugin support in programs not built with libwireshark.

svn path=/trunk/; revision=54015

0cc1545d 12/02/2013 03:30 AM Guy Harris

Move most of the plugin code from epan to wsutil and remove all
knowledge of particular types of plugins. Instead, let particular types
of plugins register with the common plugin code, giving a name and a
routine to recognize that type of plugin.

In particular applications, only process the relevant plugin types....

24400000 12/01/2013 05:05 AM Jörg Mayer

- Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlying
pcap probably is different from the WinPcap version.
- Set WINPCAP_VERSION for cmake builds to "unknown"
- Oh, the NEWS file changed again.

svn path=/trunk/; revision=53690

26325020 11/20/2013 09:05 PM Gerald Combs

Try to get qmake to create wireshark-tap-register.c.

svn path=/trunk/; revision=53466

db25270d 11/16/2013 09:55 PM Guy Harris

Move the epan/filesystem.c routines to wsutil; they're not specific to
packet dissection, they're specific to the entire Wireshark suite of
programs.

svn path=/trunk/; revision=53377

63ff652b 10/27/2013 03:45 PM Pascal Quantin

Fix relative path now that u3 folder has been removed

svn path=/trunk/; revision=52898

69741d08 10/27/2013 01:15 PM Gerald Combs

Remove U3 code and packaging.

svn path=/trunk/; revision=52896

e7202d15 10/17/2013 01:50 PM Gerald Combs

If static analysis is enabled disable error checking when compiling the
Qt code. This should hopefully work around a builder issue.

svn path=/trunk/; revision=52661

6390f337 10/12/2013 07:48 PM Pascal Quantin

Update the User Guide for the upcoming 1.11.0 release

svn path=/trunk/; revision=52576

6a5afa8e 10/11/2013 09:02 PM Gerald Combs

Update to the latest Windows library tags. Add an "install_qt" target.

svn path=/trunk/; revision=52558

fcff2c96 10/11/2013 08:12 PM Gerald Combs

QT_DIR → QT5_BASE_DIR. This matches the CMake environment.

svn path=/trunk/; revision=52557

383ed646 10/11/2013 07:52 PM Gerald Combs

Look for Qt in WIRESHARK_LIB_DIR. Add a conditional check for qmake.

svn path=/trunk/; revision=52556

59e24dfb 10/10/2013 09:31 PM Gerald Combs

"install-generated-files" depends on "doc". Set dependencies
accordingly.

svn path=/trunk/; revision=52530

c03546c8 10/10/2013 09:16 PM Gerald Combs

qtshark.exe doesn't depend on tshark_OBJECTS.

svn path=/trunk/; revision=52529

c62f096e 10/10/2013 08:29 PM Gerald Combs

Don't return an error if cleaning the Qt directory fails.

svn path=/trunk/; revision=52525

37a7e338 10/10/2013 03:48 PM Chris Maynard

Revert the changes made to resolve https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3528 (When following an HTTP tcp stream decode gzip data automatically), as they caused a bigger problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044 ("Follow TCP Stream" shows only first HTTP req+res)....

c3d138dc 10/10/2013 03:13 AM Jörg Mayer

As the Qt build will not use portaudio, we don't need to
put portaudio flags into config.pri

svn path=/trunk/; revision=52485

f54c08ed 10/08/2013 07:45 PM Gerald Combs

Add some QT_DIR checks.

svn path=/trunk/; revision=52459

b3c844fa 10/08/2013 07:03 PM Gerald Combs

Add an initial Qt configuration and makefile targets.

svn path=/trunk/; revision=52456

34e2a96d 09/11/2013 03:59 PM Gerald Combs

Define NOMINMAX for the entire Qt build.

svn path=/trunk/; revision=51955

2dab57f4 08/07/2013 12:33 PM Gerald Combs

Switch to make-services.py. Fix some variable names and version tests.

svn path=/trunk/; revision=51189

78afe3fa 07/30/2013 01:49 AM Anders Broman

Add a routine to get application memory usage to epan.

svn path=/trunk/; revision=51023

71921ced 07/28/2013 09:57 AM Graham Bloice

clean target misses some build artefacts; capinfos.lib and editcap.lib

svn path=/trunk/; revision=50972

61e0e4d8 07/24/2013 11:54 AM Anders Broman

Make it possible to use GetProcessMemoryInfo on Windows.

svn path=/trunk/; revision=50865

a6928241 07/19/2013 09:01 PM Gerald Combs

GeoIP 1.5.1.

svn path=/trunk/; revision=50742

54bb2e7a 07/14/2013 10:48 PM Jeff Morriss

Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark).

svn path=/trunk/; revision=50598

4dcc156c 07/11/2013 11:50 PM Jeff Morriss

Move the print modules into epan.

svn path=/trunk/; revision=50526

d602662b 07/10/2013 12:18 PM Chris Maynard

Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make use of it in editcap and mergecap for listing encapsulation types. For example:
Before:
user0 - USER 0
user1 - USER 1
user10 - USER 10
user11 - USER 11
user12 - USER 12...

fd95d841 06/25/2013 03:51 PM Jeff Morriss

Allow the Gtk+ and Qt versions to be built simultaneously (with autotools).

./configure now accepts:
--with-gtk2 : enabled by default; exclusive of --with-gtk3
--with-gtk3 : disabled by default; exclusive of --with-gtk2
--with-qt : disabled by default, can be specified with gtk...

ce088c33 06/25/2013 11:32 AM Chris Maynard

makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.

svn path=/trunk/; revision=50140

bc78191e 05/30/2013 04:13 PM Pascal Quantin

Upgrade user manual

svn path=/trunk/; revision=49634

7224a272 05/29/2013 11:41 AM Chris Maynard

Correct the c-ares directory name in the clean_setup target.
#BACKPORT

svn path=/trunk/; revision=49616

34fdcb7b 05/22/2013 01:46 PM Chris Maynard

Add dftest.exe to EXECUTABLES. For clean-local target, clean randpkt.exe, not randpkt.ext.

svn path=/trunk/; revision=49514

4b454204 05/01/2013 06:06 PM Gerald Combs

Install and uninstall our global profiles.

svn path=/trunk/; revision=49123

7613251d 03/08/2013 08:20 PM Gerald Combs

Switch to WinPcap 4.1.3.

svn path=/trunk/; revision=48207

ac364779 03/08/2013 11:51 AM Gerald Combs

Switch to c-ares 1.9.1.

svn path=/trunk/; revision=48191

c2862992 03/07/2013 12:39 PM Pascal Quantin

Revert part of r48021: those hunks are no more needed with r48170

svn path=/trunk/; revision=48171

29ceca1b 03/07/2013 12:20 PM Gerald Combs

From Balint:

[PATCH 1/2] Revert "Try to fix the "LNK4217: locally defined symbol"
warnings.

This reverts commit r48158.

[PATCH 2/2] Employ small hack in editcap to link with a few objects from
libwireshark properly

From me:

Add the ability to reset symbol exports via ws_symbol_export.h's include...

7e8c551a 03/06/2013 07:16 PM Gerald Combs

Try to fix the "LNK4217: locally defined symbol" warnings.

svn path=/trunk/; revision=48158

5378455e 03/04/2013 05:49 PM Gerald Combs

Don't define WS_BUILD_DLL when building capinfos and editcap. In the case
of capinfos this breaks getopt because optind isn't properly imported.

svn path=/trunk/; revision=48072

fc9156a8 03/02/2013 05:19 PM Pascal Quantin

Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (inconsistent DLL linkage) warnings when compiling for Windows

svn path=/trunk/; revision=48021

1ebdb2e5 03/01/2013 06:53 PM Balint Reczey

Export libwireshark symbols using WS_DLL_PUBLIC define

Also remove old WS_VAR_IMPORT define and related Makefile magic
everywhere in the project.

svn path=/trunk/; revision=47992

e48236a4 02/19/2013 05:21 PM Gerald Combs

Add automatic software update checks for Win32 using WinSparkle. Add
preferences (currently hidden) to disable updates, set the update
frequency, and set the update "channel" (stable vs development). Add a
"Help" menu item to manually check for updates.

svn path=/trunk/; revision=47748

2bd7b33a 01/07/2013 02:44 PM Chris Maynard

Copy over any mibs that might be in the site directory.

svn path=/trunk/; revision=46987

e3b03c9c 12/28/2012 04:21 PM Bill Meier

Remove redundant SUBSYSTEM link option from link commands.
[ $(guiflags) or $(conflags) specified as part of the link options
includes the SUBSYSTEM option ].

svn path=/trunk/; revision=46831

6c143540 12/21/2012 10:03 AM Michael Tüxen

This should get it building on Windows.

svn path=/trunk/; revision=46676

4c08d753 12/21/2012 09:59 AM Michael Tüxen

Try to get text2pcap building on Windows.

svn path=/trunk/; revision=46675

0461a705 12/18/2012 05:56 PM Michael Tüxen

text2pcap needs only the wsutil lib, not the wiretap lib (as far as I can see).

svn path=/trunk/; revision=46600

a37f60e4 12/13/2012 02:59 PM Michael Mann

Bug 3528 - When following an HTTP tcp stream decode gzip data automatically (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3528)

includes patch from bug (with actual functionality) + changes to makefiles to make it compile/link on Windows

svn path=/trunk/; revision=46530

96f889df 12/11/2012 05:23 PM Pascal Quantin

Update the User's Guide to 1.9

svn path=/trunk/; revision=46503

84386468 12/07/2012 05:40 PM Pascal Quantin

Update the User's Guide to 1.8

svn path=/trunk/; revision=46463

64c46ea4 11/19/2012 02:29 PM Anders Broman

Make it easier to switch between GTK2 and GTK3.

svn path=/trunk/; revision=46082

b924cfed 10/19/2012 01:47 PM Gerald Combs

The U3 and PortableApps packaging processes depend on simple
defined/undefined checks. Create a bunch of them corresponding to the
various components that GTK2 and GTK3 need and plumb the packaging files
accordingly. Tested only with GTK2 but GTK3 should work....

20fa5a87 10/15/2012 12:07 PM Gerald Combs

Add PROGRAM_NAME and INSTALL_DIR to ui\qt\config.pri. Currently unused.

svn path=/trunk/; revision=45561

46484ff0 10/15/2012 11:31 AM Anders Broman

Start making the program name "wireshark" configurable.

svn path=/trunk/; revision=45558

1f867e79 10/12/2012 08:36 AM Anders Broman

Include setup.ini in the tarball.
Copy setup.ini to etc/gtk-3.0

svn path=/trunk/; revision=45497

005175c9 09/24/2012 11:23 PM Chris Maynard

Revert 45116. Developer's probably don't want the user-guide.chm that they get from the setup step as it's not going to be up-to-date.

svn path=/trunk/; revision=45121

410fdcd0 09/24/2012 09:03 PM Chris Maynard

We're downloading the user-guide as part of the setup, so we might as well copy it to the install directory. If someone has built a more up-to-date version of the user-guide in the docbook directory, then it will just overwrite this one, but for most developers, I don't think they're building their own, so at least this way they'll still have a local copy of the user-guide. If optional is the preferred default, then we can change config.nmake and just comment out UG_DIR and mark as "optional" instead of "recommended"....

95cbbe48 09/24/2012 06:53 AM Martin Mathieson

Fix mispelling of reordercap.exe target.

svn path=/trunk/; revision=45093

60fb6378 09/24/2012 06:23 AM Martin Mathieson

From Jim Young, bug 7745.

Add Makefile support for reordercap.

svn path=/trunk/; revision=45090