Commit Graph

467 Commits

Author SHA1 Message Date
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
Stig Bjørlykke 77fc959dde Added "Dot" as a new IO Graph style in the user guide.
svn path=/trunk/; revision=22667
2007-08-26 17:03:44 +00:00
Bill Meier bcdaba288f Bug #1446 work-around from Toralf Förster
svn path=/trunk/; revision=22550
2007-08-18 15:48:10 +00:00
Ulf Lamping 6ad79ef80c finish the expert info section
svn path=/trunk/; revision=22526
2007-08-16 15:53:35 +00:00
Ulf Lamping 5e113ab7ce some more editing of the expert infos - still incomplete
svn path=/trunk/; revision=22522
2007-08-16 04:32:48 +00:00
Ulf Lamping e883e94f8a don't use table names twice
svn path=/trunk/; revision=22506
2007-08-15 07:37:23 +00:00
Ulf Lamping 34ad22678b add a section about expert infos
svn path=/trunk/; revision=22504
2007-08-15 01:35:05 +00:00
Stephen Fisher 0f1ad4138a Update documentation for change in revision 22455.
svn path=/trunk/; revision=22456
2007-08-04 18:00:27 +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 44e281ad22 Add some useful hints as examples of payload_protocols to the User DLT table description
svn path=/trunk/; revision=22380
2007-07-22 16:43:35 +00:00
Jaap Keuter c0896e68f2 Add remark on FOP 0.93
svn path=/trunk/; revision=22379
2007-07-22 08:08:41 +00:00
Luis Ontanon e2240d34d5 Add examples of dissector and tap
svn path=/trunk/; revision=22378
2007-07-21 22:34:46 +00:00
Luis Ontanon 4fd1e894e6 $Id: $ and a fix
svn path=/trunk/; revision=22377
2007-07-21 20:49:54 +00:00
Luis Ontanon d8f36a6123 Cleanup how WsLuaRm is inserted
Add a section introducing wslua and how scripts are loaded (to be completed).
svn:ignore wsluarm (a dummy file to mark the generation of the various components of the reference manual)


svn path=/trunk/; revision=22375
2007-07-21 20:46:41 +00:00
Luis Ontanon df708ff379 work out dependencies in a .common way and make sure we nmake wsluarm
svn path=/trunk/; revision=22374
2007-07-21 18:24:05 +00:00
Luis Ontanon b76a55b323 Fix dependencies
svn path=/trunk/; revision=22370
2007-07-21 16:25:17 +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
Stephen Fisher 28af8a4c02 Fix doc build by removing empty itemized lists
svn path=/trunk/; revision=22288
2007-07-12 03:27:11 +00:00
Gerald Combs c460048f4c Clean out the 0.99.6 material and seed for 0.99.7.
svn path=/trunk/; revision=22286
2007-07-11 18:08:14 +00:00
Stephen Fisher 1f786cac31 Updates to initial check-in of pixmap saving feature:
- Bump minimum GTK version from 2.4 to 2.6 in code and users manual
 - Free some strings after we're done with them 
 

svn path=/trunk/; revision=22170
2007-06-23 05:58:01 +00:00
Stephen Fisher 0ba44094e6 Fix enhancement bug #1337: Export IO Graphs
This new code adds a save button to the Statistics IO Graphs window and
is also reusable by any other code that uses GDK Pixmaps to draw graphs.
The Gdk-pixbuf library included in GTK is used for this save function.


svn path=/trunk/; revision=22166
2007-06-22 22:22:10 +00:00
Stephen Fisher b4fe7f972a Fix typo in HTTP Export Object menu path. It ends with HTTP, not HTML.
svn path=/trunk/; revision=22160
2007-06-21 23:30:09 +00:00
Gerald Combs 48e08af470 Fix invalid markup.
svn path=/trunk/; revision=22159
2007-06-21 23:19:16 +00:00
Gerald Combs 0c13cf0065 Expand the new/added features section.
svn path=/trunk/; revision=22158
2007-06-21 22:54:06 +00:00
Gerald Combs 249a747c51 Be less restrictive about WEP key preferences. Use hex_str_to_bytes to
process WEP keys.  Allow the "wep:" prefix for WEP keys even when
HAVE_AIRPDCAP isn't defined.  Add a NULL pointer check to
hex_str_to_bytes().  Fixes bug 1584.

Fixup indentation.

svn path=/trunk/; revision=22151
2007-06-21 17:49:03 +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
Gerald Combs 82295d76ef Updates for 0.99.6
svn path=/trunk/; revision=22109
2007-06-15 18:31:52 +00:00
Gerald Combs 1d567d6e6b The 802.11 dissector calculates the header size, so pass that value to
the WEP/WPA decryption code instead of re-calculating it.  Fixes bug
1639.

Remove fcsPresent, radiotapPresent, and associated code from airpdcap.c
since they were always FALSE.  Glib-ize some data types.  Fixup white
space.

Update the release notes.

svn path=/trunk/; revision=22104
2007-06-14 22:09:14 +00:00
Jaap Keuter c2dcd299c8 YAE2W
svn path=/trunk/; revision=22085
2007-06-13 05:27:32 +00:00
Gerald Combs b7e74ea0d7 Display filter macros weren't in 0.99.5, so it didn't crash for macros
with no arguments.  Add macros as a new feature, and add an item about
named pipes under Windows.

svn path=/trunk/; revision=22013
2007-05-31 00:15:28 +00:00
Gerald Combs d3a594e6f3 Fix a couple of TCP filter typos.
svn path=/trunk/; revision=22012
2007-05-31 00:11:27 +00:00
Gerald Combs ce1de92c96 Add an item for bug 1416 (an off-by-one error in DHCP/BOOTP).
svn path=/trunk/; revision=22011
2007-05-30 23:33:26 +00:00
Luis Ontanon 05973d7fc9 Help for the SCTP Users Table
svn path=/trunk/; revision=21926
2007-05-24 20:40:42 +00:00
Guy Harris 7f50a87a4a Emphasize that if you try to build on a system without GTK+ installed,
the configure script will fail unless you explicitly say you don't want
Wireshark built.

svn path=/trunk/; revision=21914
2007-05-24 02:08:49 +00:00
Gerald Combs f4f8079986 Add shortcuts for expanding/collapsing the packet detail.
svn path=/trunk/; revision=21910
2007-05-23 17:12:01 +00:00
Gerald Combs f0377b44af Add a note about the recent change in "--disable-wireshark" behavior to
the release notes.

Add a couple of updates to the packaging doc.

svn path=/trunk/; revision=21891
2007-05-22 19:05:27 +00:00
Gerald Combs 17271f0879 When saving an RTP stream, don't insert silence if our packet has a
wrong timestamp.  Place a cap on the amount of silence that we do
insert.  This should fix bug 1580.

Update the release notes.

svn path=/trunk/; revision=21818
2007-05-17 18:41:07 +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 e8900b8ee6 -E path setting doc, update wireshark help output
svn path=/trunk/; revision=21692
2007-05-05 12:19:04 +00:00
Gerald Combs c1688f5612 Check for an infinite loop while processing cipher suites. Fixes bug 1582.
Add release notes for the SSL and display filter macro bugs.

svn path=/trunk/; revision=21665
2007-05-03 16:59:13 +00:00
Gerald Combs 696af3f35e Fix a couple of typos and fixup whitespace.
svn path=/trunk/; revision=21657
2007-05-03 00:21:22 +00:00
Luis Ontanon 4321baacdc Add an explanation on SNMP hex passwords.
svn path=/trunk/; revision=21290
2007-03-31 12:30:18 +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