Commit Graph

137 Commits

Author SHA1 Message Date
Guy Harris 1c03669611 Update a link (that's where it redirected to).
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-03 17:08:38 +00:00
Guy Harris db4c94e438 Update some links (the "[Ff]amily[Ii]d=" links just redirected to the
"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
2012-06-03 16:39:27 +00:00
Pascal Quantin 7221f9e870 Add references to MSVC++ 2008 64-bit redistributables.
Add version numbers for MSVC++ 2010 64-bit redistributables.
--Cette ligne, et les suivantes ci-dessous, seront ignorées--

M    docbook/wsdg_src/WSDG_chapter_tools.xml

svn path=/trunk/; revision=43018
2012-06-03 08:15:43 +00:00
Guy Harris 5a9a6ed033 Fix end of closing tag.
svn path=/trunk/; revision=43017
2012-06-03 07:47:20 +00:00
Guy Harris f4a5c30ef6 Close XML tag.
svn path=/trunk/; revision=43015
2012-06-03 07:04:13 +00:00
Guy Harris 3035d820d2 Say "For {compiler}, you need" rather than "For {compiler}, use" - when
discussing VC++ 2010, at least, you may need *both* of them if you'll be
doing both 32-bit and 64-bit builds; hopefully this makes it sound a bit
less like a choice of one or the other but not both.

Get rid of reference to 32-bit builds with MSVC++ 2008 (did it do 64-bit
builds? I didn't see any reference to 64-bit redistributables for it on
the pages for the other redistributables).

svn path=/trunk/; revision=43014
2012-06-03 03:55:37 +00:00
Guy Harris 8fbf7f36f2 Mention vcredist_x64.exe in the table, and mark the vcredist_*.exe as
filenames throughout.  Do the same with some other file names.

svn path=/trunk/; revision=43013
2012-06-03 03:49:05 +00:00
Guy Harris 7f2ad04127 I don't know what the version number is of the MSVC++ 2010 SP1 x86-64
redistributables.

svn path=/trunk/; revision=43012
2012-06-03 03:32:46 +00:00
Guy Harris cd55e12b57 Mention the installers for the 64-bit versions of the redistributables.
svn path=/trunk/; revision=43011
2012-06-03 03:24:22 +00:00
Guy Harris df48550ce2 Indicate what you're supposed to do with vcredist_x86.exe (download it
to the WIRESHARK_LIB_DIR, and don't run it after downloading it).

Indicate that the version of vcredist_x86.exe you download depends not
only on the major version of the VC++ you have but on what service packs
you have.

svn path=/trunk/; revision=43010
2012-06-03 02:53:36 +00:00
Gerald Combs ee60b15469 Fix or remove download links as appropriate. Remove the entry for the
.NET Framework 3.0; it looks like we never really supported it.

svn path=/trunk/; revision=42992
2012-06-01 23:35:32 +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 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
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
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
Stig Bjørlykke 53debee8a8 List cygwin 'zip' as a needed tool to build the U3 package.
svn path=/trunk/; revision=37800
2011-06-27 10:39:50 +00:00
Stig Bjørlykke 84bc28bd6a Introduce "Fragment count" filter element for all protocols doing reassembly.
svn path=/trunk/; revision=35705
2011-01-30 21:01:07 +00:00
Jaap Keuter d7d6f8c476 Add relevant docbook tags in the source.
svn path=/trunk/; revision=35334
2011-01-03 07:41:33 +00:00
Jaap Keuter 71136a917f Include dumpcap in the description.
svn path=/trunk/; revision=35333
2011-01-03 07:40:21 +00:00
Jeff Morriss 08ba949594 Saying that patches will be reviewed in "a few days" may be a bit optimistic. Also point out that it's not necessary for patch submitters to mark the bug as ASSIGNED nor assign it to themselves.
svn path=/trunk/; revision=35233
2010-12-20 20:54:33 +00:00
Bill Meier 8a4ae7cfa6 dissector_add() --> dissector_add_uint();
Rempve trailing blanks from lines.

svn path=/trunk/; revision=35230
2010-12-20 17:48:20 +00:00
Guy Harris a8bc4a0d13 Rename the routines that handle dissector tables with unsigned integer
keys to have _uint in their names, to match the routines that handle
dissector tables with string keys.  (Using _port can confuse people into
thinking they're intended solely for use with TCP/UDP/etc. ports when,
in fact, they work better for things such as Ethernet types, where the
binding of particular values to particular protocols are a lot
stronger.)

svn path=/trunk/; revision=35224
2010-12-20 05:35:29 +00:00
Bill Meier 70ce24ded5 Revert SVN #35213 based upon comments in the Wireshark-dev list.
http://www.wireshark.org/lists/wireshark-dev/201012/msg00206.html


svn path=/trunk/; revision=35219
2010-12-18 18:07:36 +00:00
Bill Meier 9fb850cf5b Convert indentation tabs within <programlisting> elements to 4 spaces.
As the book says:
 "Often a program listing will include tab characters to indent lines of code.
  When such a listing is imported to DocBook XML and formatted, the tab
  characters are not expanded as they are in the program editor.
  That's because in XSL-FO and HTML, tab stops and tab expansion are not
  described in either HTML or XSL-FO standards.
  By default, an XSL-FO processor treats a tab character as a single space,
  which leads to unsatisfactory results."

http://www.sagehill.net/docbookxsl/TabExpansion.html


svn path=/trunk/; revision=35215
2010-12-17 21:31:55 +00:00
Bill Meier 8d27714f7e Integrate README.developer into the WSDG: Step 1: Styleguide;
Also: add list of README.developer contributors to the WSDG preface.

svn path=/trunk/; revision=35213
2010-12-17 20:30:26 +00:00
Stephen Fisher 67421445fc Add details to the table of Microsoft Visual C++ compilers (Win32 native tool chain) for Visual C++ 2010 Express and Professional.
svn path=/trunk/; revision=35096
2010-12-01 21:42:19 +00:00
Stephen Fisher d381b5dea4 From OKANO Takayoshi via bug #5442: Fix typos in documentation
svn path=/trunk/; revision=35038
2010-11-27 16:51:24 +00:00
Bill Meier ea89cee771 Python 2.7 is now the current Production version of Python.
svn path=/trunk/; revision=34822
2010-11-09 15:47:41 +00:00
Gerald Combs c469f5cd6e You can build portable packages with Express Edition compilers. You just
have to install the CRT package on the target machine.

svn path=/trunk/; revision=34700
2010-10-29 22:31:45 +00:00
Jaap Keuter b967f77bd0 With the toos, drop its description as well.
svn path=/trunk/; revision=34369
2010-10-04 18:48:11 +00:00
Gerald Combs 877334b5c9 Note that you probably don't need the PCRE library.
svn path=/trunk/; revision=34287
2010-09-30 16:52:23 +00:00
Gerald Combs 9020bfc38d Replace ASCII arrows with their equivalent character entities.
svn path=/trunk/; revision=33352
2010-06-28 16:50:07 +00:00
Bill Meier b07566f60e Reference the 'interlink' plugin dir as an example (rather than agentx
which is no longer a plugin).
Fix a typo.

svn path=/trunk/; revision=32978
2010-05-26 16:21:19 +00:00
Bill Meier 7ab0cfa8d6 (Trivial changes)
svn path=/trunk/; revision=32496
2010-04-16 17:26:47 +00:00
Jeff Morriss 469f70a4e8 As per https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4680 :
Update the link to point to MSVC 2008EE now that 2010 is out.

svn path=/trunk/; revision=32478
2010-04-15 20:22:23 +00:00
Jaap Keuter f329cd5bec Add remark about including packet.h before tap.h
svn path=/trunk/; revision=32448
2010-04-12 16:06:52 +00:00
Jeff Morriss 325ed3bfbb From Kovarththanan Rajaratnam via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3437 :

PSDK is now required when building with MSVC6.

From me: change some spacing around to make the table
in section 4.4.1 more readable in PDF form.

svn path=/trunk/; revision=32292
2010-03-26 18:04:09 +00:00
Bill Meier efc7fe5f3e From Ed Beroset: Add missing include in tcp_dissect_pdus example.
svn path=/trunk/; revision=32211
2010-03-16 21:06:14 +00:00
Gerald Combs 07d078896d Fix a version number.
svn path=/trunk/; revision=31923
2010-02-19 17:23:54 +00:00
Bill Meier e4ea81ea2c From Chris Maynard: "Wrong download link to vcredist_x86.exe"
(from me): Change a few additional cases of "2008EE" to "2008EE SP1"
  and indicate that 2008EE SP1 is recommended (rather than 2005EE).

svn path=/trunk/; revision=31797
2010-02-05 03:37:46 +00:00
Stig Bjørlykke 88b72356ad Introduce "Reassembled length" filter element for all protocols doing
reassembly.

svn path=/trunk/; revision=31767
2010-02-02 16:01:52 +00:00
Bill Meier 43b74900f1 Minor fix: highlight a command argument as part of the command.
svn path=/trunk/; revision=31504
2010-01-12 16:44:58 +00:00
Jaap Keuter b4a185a325 Clean up the docbook source code, apply proper tags, update references.
Update readme information, add some editing information for authors.

svn path=/trunk/; revision=31326
2009-12-20 14:49:49 +00:00
Guy Harris 0e6059ec06 Get rid of no-longer-applicable and no-longer-referred-to footnote.
svn path=/trunk/; revision=31325
2009-12-19 22:12:36 +00:00
Jaap Keuter 0959e1d78c Cleanup tapping section.
svn path=/trunk/; revision=31259
2009-12-14 10:09:06 +00:00
Bill Meier 2048d62ca9 Fix XML error (I hope) ...
svn path=/trunk/; revision=31258
2009-12-14 03:01:47 +00:00
Jaap Keuter 129aed2247 Update the library references.
svn path=/trunk/; revision=31257
2009-12-13 22:10:37 +00:00