aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2013-02-27Fix example Lua plugin that passes wrong argument in register_menu functionMichael Mann1-1/+1
From Hadriel Kaplan, bug 8201 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8201) svn path=/trunk/; revision=47911
2013-02-26Print human-readable statistics by default. Raw values can be printedGerald Combs1-0/+7
using "-M". Based on a suggestion by Hansang Bae. svn path=/trunk/; revision=47900
2013-02-24From "beroset":Anders Broman1-45/+92
updated Windows build instructions to include 64-bit builds. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8386 svn path=/trunk/; revision=47853
2013-02-20More 1.9.0 → 1.9.1 changes. Release note updates.Gerald Combs1-1/+7
svn path=/trunk/; revision=47777
2013-01-20Minor correction for "Add a new file to the Subversion repository"Bill Meier1-10/+1
svn path=/trunk/; revision=47187
2013-01-18Fix indent for Documentation (Tab => Spaces)Alexis La Goutte16-9700/+9707
svn path=/trunk/; revision=47148
2013-01-18Happy New Year also for DocumentationAlexis La Goutte2-12/+14
Also add -I option of TShark & dumpcap and the default capture type for editcap is now pcapng svn path=/trunk/; revision=47147
2013-01-18Replace SESSIONNAME with the use of an API call, just as in the code.Jaap Keuter1-9/+5
svn path=/trunk/; revision=47144
2012-12-31Add reordercap and text2pcap -D option to User GuidePascal Quantin1-8/+31
svn path=/trunk/; revision=46870
2012-12-22Update User GuidePascal Quantin1-8/+10
svn path=/trunk/; revision=46697
2012-12-20Add -Q option to TShark to force only "true" errors to stderr. No "status" ↵Michael Mann1-0/+1
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-11Update command line tools helpPascal Quantin1-24/+53
svn path=/trunk/; revision=46501
2012-12-08Allow TShark to specify columns as fields with -e option ↵Michael Mann1-1/+1
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2892) svn path=/trunk/; revision=46465
2012-11-28Add feature blurb for the fact that display filter fields can now be comparedJeff Morriss1-0/+8
in a display filter (r43069). svn path=/trunk/; revision=46247
2012-11-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7971 by fixing theJeff Morriss1-7/+7
documentation: a 'files:' value of 0 hasn't been accepted since trunk-1.4. svn path=/trunk/; revision=46023
2012-11-12Fix up the Subversion instructions for Win32:Jeff Morriss1-22/+28
- 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-12Print an explanatory message when asked to build a PDF but FOP is not installed.Jeff Morriss1-1/+3
svn path=/trunk/; revision=46015
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs1-1/+2
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-04For VS 2010 EE, when building 64-bit, indicate why you need the SDK (toGuy Harris1-9/+14
compilers that generate 64-bit code). svn path=/trunk/; revision=45317
2012-10-04Fix swapped column headings.Guy Harris1-3/+3
svn path=/trunk/; revision=45316
2012-10-04Clarify what the problem is with building PortableApps or U3 packagesGuy Harris1-2/+4
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-04For each toolchain version, split the stuff about Microsoft.VC{n}.CRTGuy Harris1-49/+63
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-04Note that we redistribute "using Visual C++ Redistributable Package" forGuy Harris1-26/+23
*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-04Reflect current reality as it exists in Makefile.nmake - even withGuy Harris1-23/+111
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-04Close up space between opening quote and "Choosing a Deployment Method".Guy Harris1-6/+3
svn path=/trunk/; revision=45304
2012-10-04Oops, get rid of a cut-and-pasteo extra <para> tag.Guy Harris1-1/+0
svn path=/trunk/; revision=45303
2012-10-04For VS 2005, also mention the IA-64 vcredist the first time we mentionGuy Harris1-17/+33
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-04For each of the 3 ways to redistribute Visual C++ libraries, give themGuy Harris1-15/+21
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-03Oops, match opening and closing tags.Guy Harris1-1/+1
svn path=/trunk/; revision=45279
2012-10-03Get rid of the "Install MSVC the usual way" paragraph - the previousGuy Harris1-5/+2
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-03Move the stuff about setting environment variables to the "setting upGuy Harris1-16/+17
cmd.exe" section. svn path=/trunk/; revision=45277
2012-10-03Redo the "set the environment variables" section to fill in all parts ofGuy Harris1-9/+18
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-038 columns now.Guy Harris1-1/+1
svn path=/trunk/; revision=45275
2012-10-03OK, more columns, so narrower?Guy Harris1-8/+8
svn path=/trunk/; revision=45274
2012-10-02Go figure. Something that's not on the top or bottom is in theGuy Harris1-10/+10
"middle", while something that's not on the left or right is in the "center". svn path=/trunk/; revision=45273
2012-10-02Have separate 32-bit and 64-bit rows in the table of compiler packages.Guy Harris1-20/+72
svn path=/trunk/; revision=45272
2012-09-25Update a couple of URL's.Chris Maynard1-2/+2
svn path=/trunk/; revision=45134
2012-09-23We have one assembler-language module, so note that the assembler isGuy Harris1-0/+4
needed - and that there are separate 32-bit-target and 64-bit-target assemblers. svn path=/trunk/; revision=45079
2012-09-23Fix a capitalization error.Guy Harris1-8/+6
More "Platform SDK" -> "SDK". svn path=/trunk/; revision=45078
2012-09-23Fix copy-and-pasteo.Guy Harris1-16/+17
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-23Give information on setting up cmd.exe environment variables to buildGuy Harris1-2/+8
64-bit Wireshark. svn path=/trunk/; revision=45074
2012-09-23The Cygwin item that's now installed by default is Base/rebase.Guy Harris1-3/+2
svn path=/trunk/; revision=45062
2012-09-23At least one of the Cygwin items is now installed by default with CygwinGuy Harris1-3/+3
1.7, so you only click on the "Skip" item if there is such an item. svn path=/trunk/; revision=45061
2012-09-23Ugh, the process of installing VS2010 and all the stuff you need inGuy Harris1-5/+36
order to do 64-bit compiles is a delicate one. Give the gory details. svn path=/trunk/; revision=45060
2012-09-22Add the Windows 7 SDK, which you need if you'll be using MSVC++ ExpressGuy Harris1-0/+7
Edition and want to build 64-bit binaries. svn path=/trunk/; revision=45057
2012-09-19We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-6/+2
svn path=/trunk/; revision=44997
2012-09-06Fix some of the links for Subversion, which is now atGuy Harris3-4/+4
subversion.apache.org. svn path=/trunk/; revision=44787
2012-08-23Visual C++ 2008 → 2010.Gerald Combs2-20/+22
svn path=/trunk/; revision=44622
2012-08-14Add some explanations for the change Capture options DialogIrene Rüngeler5-0/+46
svn path=/trunk/; revision=44484
2012-06-28Update FSF address - part II.Jakub Zawadzki1-2/+2
svn path=/trunk/; revision=43538