aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
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
2012-06-28Update Free Software Foundation address.Jakub Zawadzki3-3/+3
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-21Make Docbook happy.Gerald Combs1-0/+4
svn path=/trunk/; revision=43438
2012-06-21Reset for the next major release.Gerald Combs1-222/+6
svn path=/trunk/; revision=43433
2012-06-11Expand the item regarding displayed packets, rather than all packets, as ↵Chris Maynard1-2/+3
being the default when saving to also include exporting and printing as well. svn path=/trunk/; revision=43195
2012-06-07fix building Developer Guide from release tarballBalint Reczey1-1/+2
svn path=/trunk/; revision=43148
2012-06-07Version 1.7 --> 1.9.Jeff Morriss2-4/+4
Extend the copyright for these documents into 2012. svn path=/trunk/; revision=43145
2012-06-06Don't bother telling users that the save and copy commands are "only"Jeff Morriss1-5/+1
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-051.7.2 → 1.9.0.Gerald Combs1-1/+1
svn path=/trunk/; revision=43120
2012-06-05Add YAMI and SDH.Gerald Combs1-1/+3
svn path=/trunk/; revision=43118
2012-06-04Add WSE Remote Ethernet & resort.Gerald Combs1-1/+3
svn path=/trunk/; revision=43093
2012-06-04Add entries for Gluster.Gerald Combs1-0/+8
svn path=/trunk/; revision=43082
2012-06-03Update a link (that's where it redirected to).Guy Harris1-14/+14
Remove "/en-us" from links; presumably it'll go to the appropriate country and language for you (or will default to the country and primary language of Redmond, Washington :-)). svn path=/trunk/; revision=43034
2012-06-03Update some links (the "[Ff]amily[Ii]d=" links just redirected to theGuy Harris1-17/+45
"id=" links when I last tried them). There are apparently both x86 and x86 versions of the VC++ 2005 distributables and, at least for the non-SP1 versions, there's also an IA64 version. List them. If the URLs have the country and language in them, the displaylang= item doesn't seem to work (tried with both "displaylang=en" and "displaylang=de" with both "en-us" and "de-de"). Remove it. Fix some typoes. svn path=/trunk/; revision=43026