Commit Graph

173 Commits

Author SHA1 Message Date
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
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
Bill Meier 4e49ad6771 Correct (essentially revert) the reference to the Microsoft Debugging Tools;
svn path=/trunk/; revision=22839
2007-09-10 21:50:01 +00:00
Bill Meier baead522d4 General cleanup; Update 'Win32 Automated library download' section slightly;
Cleanup: 
   - relatively minor wording changes
   - spelling 
   - typos
   - minor formatting changes 

svn path=/trunk/; revision=22836
2007-09-10 17:10:42 +00:00
Ulf Lamping c5b43b6cda various updates to match current MSVC compiler problems, fix some typos, ...
svn path=/trunk/; revision=22721
2007-08-29 00:15:15 +00:00
Ulf Lamping 31871e3695 some more editing
svn path=/trunk/; revision=22710
2007-08-28 17:50:25 +00:00
Ulf Lamping 41d6f8eca3 move "create guides" section above installer section as the installer might need the user's guide
svn path=/trunk/; revision=22706
2007-08-28 17:38:50 +00:00
Jaap Keuter 98f3b6ea30 Filling in ChSrcDeb section
svn path=/trunk/; revision=22405
2007-07-26 06:45:19 +00:00
Gerald Combs 14cbf71f73 Update the sections on submitting patches.
svn path=/trunk/; revision=22404
2007-07-25 21:56:37 +00:00
Luis Ontanon 06d1d9bfbb Migrate the wslua ref man into wsug
svn path=/trunk/; revision=22369
2007-07-21 15:24:25 +00:00
Jaap Keuter 8c241db91e Bring developer guide up to date regarding tools and current plugin build infrastructure.
svn path=/trunk/; revision=22117
2007-06-17 11:18:29 +00:00
Ulf Lamping e6345ad54d Since the integration into the official GTK sources, the name of GTK-Wimp is now "GTK MS Windows Engine". Change the name in the NSIS installer and the docbook docs accordingly.
svn path=/trunk/; revision=22114
2007-06-16 11:09:34 +00:00
Jaap Keuter d35b4aa207 Bring the information up to date regarding versions and sample output.
svn path=/trunk/; revision=22113
2007-06-16 10:52:25 +00:00
Ulf Lamping b1cf62b8fc some minor fixes for the Win32 setup guide:
- command.com -> cmd.exe
- reverse the calling of vcvars32 and setenv environment setting scripts (to avoid problems with nmake)

svn path=/trunk/; revision=21767
2007-05-14 15:08:01 +00:00
Jaap Keuter 3da55888e6 Improve readability of code samples and program output
svn path=/trunk/; revision=21701
2007-05-06 19:25:14 +00:00
Ulf Lamping 85cee37933 the default is still python 2.4, as 2.5 currently doesn't work with the buildbot installation.
svn path=/trunk/; revision=21698
2007-05-06 09:32:51 +00:00
Ulf Lamping aa193e2563 use setup target output of MSVC2005EE and not the older MSVC6, mention that the exact string may vary on the MSVC version
svn path=/trunk/; revision=21284
2007-03-30 17:57:04 +00:00
Jörg Mayer 5b36395c69 Fix a white space
Add link to nmake documentation.

svn path=/trunk/; revision=21246
2007-03-28 11:31:34 +00:00
Ulf Lamping 132ef2725b fix validation
svn path=/trunk/; revision=21172
2007-03-25 00:47:53 +00:00
Ulf Lamping b6369d2dc0 edit some things about source code (update)
svn path=/trunk/; revision=21171
2007-03-25 00:46:04 +00:00
Ulf Lamping 2467660c44 add a section about the buildbot
some other minor editing

svn path=/trunk/; revision=21170
2007-03-24 23:50:15 +00:00
Ulf Lamping c17f0fb323 add a (small) section to create the User/Developer Guide - it only links to the file docbook/README.txt
svn path=/trunk/; revision=21095
2007-03-21 21:15:35 +00:00