Commit Graph

926 Commits

Author SHA1 Message Date
Pascal Quantin f7d2f14799 Add reordercap and text2pcap -D option to User Guide
svn path=/trunk/; revision=46870
2012-12-31 13:31:53 +00:00
Pascal Quantin b591f54765 Update User Guide
svn path=/trunk/; revision=46697
2012-12-22 19:30:44 +00:00
Michael Mann 0bdfbe97d4 Add -Q option to TShark to force only "true" errors to stderr. No "status" messages should be included if -Q option is specified. Bug 2881 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2881)
svn path=/trunk/; revision=46627
2012-12-20 01:22:42 +00:00
Pascal Quantin 58d3545a4e Update command line tools help
svn path=/trunk/; revision=46501
2012-12-11 21:21:50 +00:00
Michael Mann 40eca5f0de Allow TShark to specify columns as fields with -e option (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2892)
svn path=/trunk/; revision=46465
2012-12-08 02:42:40 +00:00
Jeff Morriss 87e64c2ab5 Add feature blurb for the fact that display filter fields can now be compared
in a display filter (r43069).

svn path=/trunk/; revision=46247
2012-11-28 15:34:58 +00:00
Jeff Morriss 9ed34c4e6c Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7971 by fixing the
documentation: a 'files:' value of 0 hasn't been accepted since trunk-1.4.

svn path=/trunk/; revision=46023
2012-11-13 19:35:36 +00:00
Jeff Morriss b0a659d218 Fix up the Subversion instructions for Win32:
- add it as an optional package to install when installing Cygwin
- de-duplicate some text about why it's good to work with the Subversion
  source (no need to tell them the same thing, once for each Subversion
  client)
- Make it obvious that the user has a choice of Subversion clients
- Fix the URL to TortoiseSVN

svn path=/trunk/; revision=46016
2012-11-12 23:07:50 +00:00
Jeff Morriss abad990926 Print an explanatory message when asked to build a PDF but FOP is not installed.
svn path=/trunk/; revision=46015
2012-11-12 22:55:02 +00:00
Gerald Combs 98b0812341 Add a format_size function similar to g_format_size that renders a size
value in a human-readable format. Use it in the welcome screen, status
bar, and Win32 interface details.

Note that in the welcome screen and status bar we've switched from
customary binary prefixes to strict SI.

svn path=/trunk/; revision=45453
2012-10-10 19:17:31 +00:00
Guy Harris 79b3cd9989 For VS 2010 EE, when building 64-bit, indicate why you need the SDK (to
compilers that generate 64-bit code).

svn path=/trunk/; revision=45317
2012-10-04 18:46:39 +00:00
Guy Harris 6d0f0a4ccc Fix swapped column headings.
svn path=/trunk/; revision=45316
2012-10-04 18:33:09 +00:00
Guy Harris d42dff7973 Clarify what the problem is with building PortableApps or U3 packages
with Visual Studio Express Edition - the resulting package cannot be
self-contained and will require that the Visual C++ Redistributables be
installed on any machine into which you plug the portable Wireshark
package, which kinda defeats the purpose of a portable package (plug it
in and go).

svn path=/trunk/; revision=45315
2012-10-04 18:31:18 +00:00
Guy Harris 061131b172 For each toolchain version, split the stuff about Microsoft.VC{n}.CRT
and vcredist_{processor}.exe into three paragraphs, and put the bit
about vcredist_{64-bit processor}.exe into the paragraph about 64-bit
targets.

svn path=/trunk/; revision=45311
2012-10-04 17:01:38 +00:00
Guy Harris 066c17c4e0 Note that we redistribute "using Visual C++ Redistributable Package" for
*all* 64-bit builds, regardless of whether you have Visual Studio Express
Edition or not.

You only need to download the redistributable package when you're using
the Express Edition or are doing 64-bit builds.

svn path=/trunk/; revision=45307
2012-10-04 07:19:13 +00:00
Guy Harris 75672d926d Reflect current reality as it exists in Makefile.nmake - even with
MSVC2008 and MSVC2010, when doing 32-bit builds, with the non-Express
versions we "Install a particular Visual C++ assembly as a private
assembly for the application", if for no other reason than to support
"portable" versions of Wireshark, where the application is provided a a
completely self-contained directory tree on a medium such as a flash
drive, and where there is no installer to install anything on the target
machine.  For 64-bit builds, we currently don't support a "portable"
version, so we "Use the Visual C++ Redistributable Package".

Convert tabs to spaces.

svn path=/trunk/; revision=45306
2012-10-04 05:10:11 +00:00
Guy Harris 4e0c2b4d09 Close up space between opening quote and "Choosing a Deployment Method".
svn path=/trunk/; revision=45304
2012-10-04 04:02:57 +00:00
Guy Harris 99147c7b11 Oops, get rid of a cut-and-pasteo extra <para> tag.
svn path=/trunk/; revision=45303
2012-10-04 03:30:40 +00:00
Guy Harris 1fb353e77b For VS 2005, also mention the IA-64 vcredist the first time we mention
the versions of vcredist, just in case anybody is building for Itanium. 
The second time we mention them, mention all three, not just the 32-bit
x86 version.  Rewrite the sentence for that a bit - it's not as if MSVC
uses particular deployment methods, those were chosen by the Wireshark
development team.

For VS 2008, note that Microsoft mentions all three redistribution
mechanisms, and link to the "Choosing a Deployment Method" page for VS
2008 (which looks as if Microsoft didn't do a good job of editing it
after copying-and-pasting the 2005 version, or didn't set up ASP or
whatever it is that supplies VS-specific versions of the pages
correctly).

For VS 2010, note that Microsoft mentions all three redistribution
mechanisms, link to the "Choosing a Deployment Method" page for VS 2010,
and note that it recommends the method we chose and gives it as as the
first method.

svn path=/trunk/; revision=45302
2012-10-04 02:53:15 +00:00
Guy Harris e64724222e For each of the 3 ways to redistribute Visual C++ libraries, give them
tags from the "Redistributing Visual C++ libraries" section of the MSDN
"Choosing a Deployment Method" page, and put them in the same order as
the three methods mentioned on that page (which means swapping the
second and third ways in the list, so "method 2" becomes "method 3" and
"method 3" becomes "method 2".

svn path=/trunk/; revision=45301
2012-10-04 01:44:17 +00:00
Guy Harris 50c8d588c6 Oops, match opening and closing tags.
svn path=/trunk/; revision=45279
2012-10-03 08:02:34 +00:00
Guy Harris 9f3fc48fb5 Get rid of the "Install MSVC the usual way" paragraph - the previous
paragraphs give more details on how to install, and the stuff about
vcvars32.bat is given later, in more detail.

While we're at it, fix another reference to vcvars32 to also refer to
vcvarsall.

svn path=/trunk/; revision=45278
2012-10-03 07:38:01 +00:00
Guy Harris 5ed58aa3a7 Move the stuff about setting environment variables to the "setting up
cmd.exe" section.

svn path=/trunk/; revision=45277
2012-10-03 07:20:32 +00:00
Guy Harris 3fbfed9c5b Redo the "set the environment variables" section to fill in all parts of
the "32-bit vs. 64-bit build machine" vs. "32-bit vs. 64-bit target"
matrix.  Use the correct paths ("Visual Studio 10.0", not "Visual Studio
10" - an MSDN page uses the latter, but my virtual machine shows the
former; add "(x86)" to "Program Files" on 64-bit machines, as the batch
files are installed in 32-bitland).

svn path=/trunk/; revision=45276
2012-10-03 07:14:47 +00:00
Guy Harris c29fb8db5e 8 columns now.
svn path=/trunk/; revision=45275
2012-10-03 00:28:19 +00:00
Guy Harris bef2638581 OK, more columns, so narrower?
svn path=/trunk/; revision=45274
2012-10-03 00:23:16 +00:00
Guy Harris 39ba21e3db Go figure. Something that's not on the top or bottom is in the
"middle", while something that's not on the left or right is in the
"center".

svn path=/trunk/; revision=45273
2012-10-02 23:00:17 +00:00
Guy Harris 8f5c33c6b1 Have separate 32-bit and 64-bit rows in the table of compiler packages.
svn path=/trunk/; revision=45272
2012-10-02 22:31:27 +00:00
Chris Maynard ea55211408 Update a couple of URL's.
svn path=/trunk/; revision=45134
2012-09-25 16:58:53 +00:00
Guy Harris 20c7cf091e We have one assembler-language module, so note that the assembler is
needed - and that there are separate 32-bit-target and 64-bit-target
assemblers.

svn path=/trunk/; revision=45079
2012-09-23 20:49:18 +00:00
Guy Harris 53e6306b70 Fix a capitalization error.
More "Platform SDK" -> "SDK".

svn path=/trunk/; revision=45078
2012-09-23 20:44:21 +00:00
Guy Harris 90552831fc Fix copy-and-pasteo.
Refer to the SDK as just the SDK, not the Platform SDK - Microsoft
dropped the "Platform" with the Vista SDK.

Update the section on the SDK to reflect that and to reflect that Vista
isn't the current version.

svn path=/trunk/; revision=45077
2012-09-23 20:35:09 +00:00
Guy Harris dc4542a435 Give information on setting up cmd.exe environment variables to build
64-bit Wireshark.

svn path=/trunk/; revision=45074
2012-09-23 20:12:19 +00:00
Guy Harris aa141ca177 The Cygwin item that's now installed by default is Base/rebase.
svn path=/trunk/; revision=45062
2012-09-23 08:26:01 +00:00
Guy Harris b49261efed At least one of the Cygwin items is now installed by default with Cygwin
1.7, so you only click on the "Skip" item if there is such an item.

svn path=/trunk/; revision=45061
2012-09-23 03:42:34 +00:00
Guy Harris 813fabb6ae Ugh, the process of installing VS2010 and all the stuff you need in
order to do 64-bit compiles is a delicate one.  Give the gory details.

svn path=/trunk/; revision=45060
2012-09-23 02:41:11 +00:00
Guy Harris 1a3d5f03f3 Add the Windows 7 SDK, which you need if you'll be using MSVC++ Express
Edition and want to build 64-bit binaries.

svn path=/trunk/; revision=45057
2012-09-22 20:52:20 +00:00
Jeff Morriss 22b7086fb9 We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=44997
2012-09-19 01:37:13 +00:00
Guy Harris 843697e0bd Fix some of the links for Subversion, which is now at
subversion.apache.org.

svn path=/trunk/; revision=44787
2012-09-06 08:21:51 +00:00
Gerald Combs 170dbf387c Visual C++ 2008 → 2010.
svn path=/trunk/; revision=44622
2012-08-23 03:18:48 +00:00
Irene Rüngeler 3ceddc57d3 Add some explanations for the change Capture options Dialog
svn path=/trunk/; revision=44484
2012-08-14 07:56:36 +00:00
Jakub Zawadzki b18e880040 Update FSF address - part II.
svn path=/trunk/; revision=43538
2012-06-28 23:18:38 +00:00
Jakub Zawadzki bf81b42e1e Update Free Software Foundation address.
(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536
2012-06-28 22:56:06 +00:00
Gerald Combs a0148735c1 Make Docbook happy.
svn path=/trunk/; revision=43438
2012-06-21 21:22:07 +00:00
Gerald Combs 4d00f428fd Reset for the next major release.
svn path=/trunk/; revision=43433
2012-06-21 19:29:43 +00:00
Chris Maynard 5cbccb3ead Expand the item regarding displayed packets, rather than all packets, as being the default when saving to also include exporting and printing as well.
svn path=/trunk/; revision=43195
2012-06-11 03:51:47 +00:00
Balint Reczey 228740dde9 fix building Developer Guide from release tarball
svn path=/trunk/; revision=43148
2012-06-07 18:44:20 +00:00
Jeff Morriss 6ea6327dee Version 1.7 --> 1.9.
Extend the copyright for these documents into 2012.

svn path=/trunk/; revision=43145
2012-06-07 12:05:14 +00:00
Jeff Morriss 8e44cb3808 Don't bother telling users that the save and copy commands are "only"
available in Wireshark 0.99.x and only when Wireshark was built with GTK
2.6 or later.

svn path=/trunk/; revision=43138
2012-06-06 19:20:28 +00:00
Gerald Combs f1cf70fc10 1.7.2 → 1.9.0.
svn path=/trunk/; revision=43120
2012-06-05 16:21:47 +00:00