Commit Graph

93 Commits

Author SHA1 Message Date
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
Jaap Keuter 96440eb5ba Add description on running and debugging your own build of Wireshark.
svn path=/trunk/; revision=31256
2009-12-13 19:22:28 +00:00
Jaap Keuter 2315fe5959 Update platform support, build and packaging information.
svn path=/trunk/; revision=31255
2009-12-13 13:47:36 +00:00
Jaap Keuter b7f5f3171d Update the text and hyperlinks.
svn path=/trunk/; revision=31125
2009-11-29 22:49:32 +00:00
Gerald Combs 4699b9fc86 Fix a warning in a table (which results in an error in Fop 0.95). Reformat
it slightly while we're at it.

svn path=/trunk/; revision=30848
2009-11-06 23:57:01 +00:00
Stig Bjørlykke 0c8c131bb5 Removed two unneeded includes.
svn path=/trunk/; revision=30800
2009-11-01 22:05:07 +00:00
Guy Harris ef2e5d71cc Fix broken link.
svn path=/trunk/; revision=30647
2009-10-20 18:17:32 +00:00
Ulf Lamping 34a3a1c9eb 2008EE is the example throughout that chapter, use it in this config.nmake example as well
svn path=/trunk/; revision=30245
2009-10-02 09:12:32 +00:00
Bill Meier 02de65a871 Remove usage of check_col() since no longer required.
svn path=/trunk/; revision=29898
2009-09-14 15:34:05 +00:00
Bill Meier e0256b851f Add a note about README.developer to the beginning of the "Packet Dissection" chapter.
svn path=/trunk/; revision=28485
2009-05-26 15:03:17 +00:00
Bill Meier e33034eeb2 Update the "Adding a basic dissector" section a bit to reflect current practice.
svn path=/trunk/; revision=28484
2009-05-26 14:32:45 +00:00
Jaap Keuter 34af7d8725 From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark documentation.

svn path=/trunk/; revision=28248
2009-05-02 06:46:40 +00:00
Balint Reczey f7cad3e5ef Removed obsolete color legend.
This fixes bug 2957.

svn path=/trunk/; revision=28083
2009-04-17 22:26:43 +00:00
Guy Harris a8a74a9d5b Get rid of "displaylang=" from the URLs; let whatever the site defaults
to be the language you get.

svn path=/trunk/; revision=27305
2009-01-26 23:04:18 +00:00
Ulf Lamping 0e128c0789 add a small section about "msvcr90.dll / vcredist_x86.exe"
svn path=/trunk/; revision=27296
2009-01-26 19:47:03 +00:00
Stephen Fisher 4dffe31d70 From Toralf Foester via -dev mailing list: Add static to the forward
declaration of a static function in the examples.


svn path=/trunk/; revision=27188
2009-01-08 01:56:00 +00:00
Bill Meier fcb9eacb45 Fix bug: use &lt; instead of < and etc
svn path=/trunk/; revision=26988
2008-12-13 21:42:10 +00:00
Bill Meier 761096c41d Add checkAPIs as a code submission requirement.
svn path=/trunk/; revision=26987
2008-12-13 19:17:12 +00:00
Stig Bjørlykke 48cced98a6 Fixed some indents in program listings.
svn path=/trunk/; revision=26830
2008-11-23 18:16:04 +00:00
Stephen Fisher d10ec9cdb0 Fix XML error in developer's guide.
svn path=/trunk/; revision=26547
2008-10-25 02:21:05 +00:00
Gerald Combs 9fb53f8f0a Update some sections to point to Visual C++ 2008.
svn path=/trunk/; revision=26543
2008-10-24 21:00:35 +00:00
Gerald Combs 526e3ddbf8 Remove extra tags.
svn path=/trunk/; revision=26532
2008-10-23 21:05:36 +00:00
Gerald Combs befeb91d67 Updates for Python 2.6.
svn path=/trunk/; revision=26520
2008-10-23 00:38:34 +00:00
Gerald Combs 205d47a905 Add proxy detection to win32-setup.sh. Update and clean up some of the
proxy-related documentation.

svn path=/trunk/; revision=26100
2008-08-27 22:06:13 +00:00
Ulf Lamping dee45a3060 use the "official" names
svn path=/trunk/; revision=26034
2008-08-17 22:33:53 +00:00
Bill Meier 0b499492f7 Fix various minor typos and spelling errors
svn path=/trunk/; revision=26008
2008-08-13 16:44:18 +00:00
Gerald Combs 5e1a101afd Add a missing </para>.
svn path=/trunk/; revision=25939
2008-08-05 23:08:16 +00:00
Gerald Combs 7d8e29f501 From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.
From me:

Instead of adding adns_config.h, place it a custom adns package in
wireshark-win32-libs. Update tools/win32-setup.sh accordingly.

Split the MSVC2008EE variant into MSVC2008 and MSVC2008EE, similar to
MSVC2005 and MSVC2005EE. We have to worry about vcredist_x86.exe in
both cases.

Add Pascal to AUTHORS.

Update the Developer's Guide.

svn path=/trunk/; revision=25921
2008-08-04 23:05:32 +00:00
Gerald Combs 72965329b0 Remove a lot of vestigal GTK-Wimp stuff. It's been included with
GTK+ since version 2.8, when its name was changed to the "GTK MS
Windows-Engine."

Simplify the Windows installer by removing the GTK-Wimp option (which
means the "Wireshark" item can be an entry instead of a group). Move
Rawshark to the "Tools" group.

(If anyone wants to disable the MS Windows Engine they can still do so
after installation by disabling or removing libwimp.dll.)

svn path=/trunk/; revision=25611
2008-06-26 16:42:07 +00:00
Jaap Keuter e4c2cb4300 Fix for bug 2613:
Add explanation of built-in vs plugin dissectors.

svn path=/trunk/; revision=25480
2008-06-18 20:23:42 +00:00
Jaap Keuter 29383d1d6a Replaced net-SNMP section with libSMI.
svn path=/trunk/; revision=25432
2008-06-05 13:25:48 +00:00
Jaap Keuter eac1f4a37a From Andrew Feren:
Fix code example.

svn path=/trunk/; revision=24875
2008-04-10 06:55:45 +00:00
Ulf Lamping fbccddbad2 fix guides according to recent GTK1 changes
svn path=/trunk/; revision=24870
2008-04-09 22:51:51 +00:00
Ulf Lamping 2fb7887efc remove GTK1 #if #else #endif from the dev guide
svn path=/trunk/; revision=24856
2008-04-09 04:59:24 +00:00
Gerald Combs 3020bd9110 Fix a typo.
svn path=/trunk/; revision=24723
2008-03-24 18:17:26 +00:00
Bill Meier c51459585d Minor wording change
svn path=/trunk/; revision=24499
2008-02-28 21:44:28 +00:00
Stig Bjørlykke fb0fe86cfb Removed the <?xml> tag.
svn path=/trunk/; revision=24389
2008-02-19 09:55:44 +00:00
Bill Meier 5b8da491d7 Add $Id$
svn path=/trunk/; revision=24382
2008-02-18 22:39:03 +00:00
Gerald Combs b49d30415f Upate another VC++ 2005 EE link.
svn path=/trunk/; revision=24147
2008-01-20 18:53:38 +00:00
Gerald Combs 2b5b9ad467 Update the VC2005EE URL.
svn path=/trunk/; revision=24103
2008-01-15 21:48:16 +00:00
Jaap Keuter 3e3453537c Get the paragraph markers right.
svn path=/trunk/; revision=23829
2007-12-10 19:08:14 +00:00
Jaap Keuter 554a21ac4f Add some discussion about plugins vs build-in dissectors.
svn path=/trunk/; revision=23822
2007-12-10 07:54:57 +00:00
Gerald Combs 75a21280ea Back out r23308 for the time being, since it's making hhc.exe on the Windows
builder crash.

svn path=/trunk/; revision=23393
2007-11-07 20:13:40 +00:00
Bill Meier a708791aa0 Add comment for Windows build re config.nmake and .h file changes requiring distclean
svn path=/trunk/; revision=23308
2007-10-29 15:11:20 +00:00
Bill Meier 652df63c5f Fix Typo
svn path=/trunk/; revision=22860
2007-09-13 15:04:41 +00:00