Commit Graph

74 Commits

Author SHA1 Message Date
Irene Rüngeler 3ceddc57d3 Add some explanations for the change Capture options Dialog
svn path=/trunk/; revision=44484
2012-08-14 07:56:36 +00:00
Jeff Morriss 6ea6327dee Version 1.7 --> 1.9.
Extend the copyright for these documents into 2012.

svn path=/trunk/; revision=43145
2012-06-07 12:05:14 +00:00
Michael Tüxen f3895780f6 From Irene Ruengeler: Describe what we currently have in trunk/
related to capturing from multiple
                      interfaces.

svn path=/trunk/; revision=41128
2012-02-21 21:46:06 +00:00
Gerald Combs efcd3f158b 1.6 → 1.7.
svn path=/trunk/; revision=37309
2011-05-19 20:37:36 +00:00
Gerald Combs 7868da24aa Update the version and command output.
svn path=/trunk/; revision=37303
2011-05-19 19:52:56 +00:00
Jaap Keuter e1e1566afb Start update for 1.5 version of User's Guide.
svn path=/trunk/; revision=35612
2011-01-21 20:57:24 +00:00
Jaap Keuter a29c1311c1 Update the pop-up menu screen shots.
svn path=/trunk/; revision=35443
2011-01-09 21:59:00 +00:00
Jaap Keuter 88d4fd8830 Update the menu screenshots and descriptions.
svn path=/trunk/; revision=35441
2011-01-09 19:44:21 +00:00
Jaap Keuter 8f41fda66f Tell the user about the Q&A site.
svn path=/trunk/; revision=35412
2011-01-06 23:34:46 +00:00
Jaap Keuter d8462d9e0c Add missing update of user-guide.xml for revision 34983.
svn path=/trunk/; revision=34986
2010-11-20 16:14:30 +00:00
Jaap Keuter 427acccd3f Prepare the docbooks for the 1.4 branch.
svn path=/trunk/; revision=32861
2010-05-18 06:16:03 +00:00
Gerald Combs cfb892e316 From Vincenzo Condoleo via bug 3724:
Update the compare stats documentation.

From me: Add a screen shot and editorial updates. Change some lables to
better match the IP and TCP dissectors.

svn path=/trunk/; revision=32545
2010-04-23 21:21:11 +00:00
Martin Mathieson a33e4ee41e Add a simple help page for LTE RLC stats.
svn path=/trunk/; revision=31616
2010-01-22 12:42:53 +00:00
Jaap Keuter b74a82e665 Start Telephony statistics chapter.
svn path=/trunk/; revision=31369
2009-12-27 22:20:03 +00:00
Jaap Keuter 7d11c07ace Update the User Guide to show the current menu.
svn path=/trunk/; revision=31317
2009-12-18 23:14:26 +00:00
Jaap Keuter 85f4872301 Update User Guide:
- New Capture Options dialog.
- Add Remote Capture section.

svn path=/trunk/; revision=31154
2009-12-02 19:33:28 +00:00
Gerald Combs bc18e5e303 Update version numbers.
svn path=/trunk/; revision=28525
2009-05-29 17:12:20 +00:00
Martin Mathieson 68eb20a550 Add a page describing LTE MAC stats window.
The user guide still needs to be updated to show separate Statistics and Telephony menus.

svn path=/trunk/; revision=27971
2009-04-06 09:29:32 +00:00
Luis Ontanon 42c3239a1a luis.ontanon@gmail.com => luis@ontanon.org
svn path=/trunk/; revision=25937
2008-08-05 21:03:46 +00:00
Stig Bjørlykke 4e3df102d7 Updated the statusbar documentation:
- Added description of the expert info bullet
- Added description of the configuration profile with menu
- Show the correct Packets/Displayed/Marked(/Dropped) names
- Describe the display filter message when using the != operator

svn path=/trunk/; revision=25513
2008-06-21 17:30:44 +00:00
Stig Bjørlykke fa288d492f Added a brief introduction to the "Interface Details" dialog box.
svn path=/trunk/; revision=25509
2008-06-21 15:15:07 +00:00
Stig Bjørlykke 960d9138af Added a help button in the Interface Options dialog.
Added the Interface Options docbook chapter.

svn path=/trunk/; revision=25502
2008-06-21 13:08:02 +00:00
Stig Bjørlykke ddbf7eb242 Added a "Capture Interfaces" dialog box figure for other than Win32
to show and document the "Device" column.
Added a note about hidden interfaces.
Added some missing graphics files to Makefile.common.

svn path=/trunk/; revision=25115
2008-04-18 23:55:03 +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
Jaap Keuter 6c2c608bae Clean up outer docbook files for 1.0.0.
svn path=/trunk/; revision=24706
2008-03-21 00:39:03 +00:00
Jaap Keuter 26b8bf31d7 Update datestamp on documents
svn path=/trunk/; revision=24506
2008-02-29 17:26:28 +00:00
Stig Bjørlykke 9968c7cc96 Updated the User Guide:
- Added description for WLAN Traffic statistics.
- Added "Limit to display filter" description in conversations and endpoints.
- Added a tip in IO Graphs to click in the graph to select a matching packet.
- Some indentation fixes.

svn path=/trunk/; revision=24371
2008-02-17 14:33:06 +00:00
Stig Bjørlykke a2d1e9005d This patch adds support for configuration profiles, which can be used to
configure and use more than one set of preferences and configuration files.

This can be found in the "Configuration Profiles..." menu item from the Edit
menu, or by pressing Shift-Ctrl-A.  It's also possible to start wireshark
and tshark with a named profile by using the "-C ProfileName" option.
A new status pane in the main window will show the current profile.

The configuration files currently stored in the Profiles are:
- Preferences
- Capture Filters
- Display Filters
- Coloring Rules
- Disabled Protocols
- User Accessible Tables

The recent data are by design not added to the profile.

Planned future enhancements:
- make a more convenient function to switch between profiles
- add a "clone profile" button to copy an existing profile
- make the profiles list active and accept return as OK
- save users "Decode as" in the profile
- make new, clone and deletion of profiles more secure
- make some of the recent values available in the profile

This patch also fixes:
- setting default status pane sizes
- a bug setting status pane for packets when not having main lower pane.

svn path=/trunk/; revision=24089
2008-01-14 16:40:23 +00:00
Gerald Combs 9dc828635d Bump the version numbers.
svn path=/trunk/; revision=23522
2007-11-20 23:16:21 +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 34ad22678b add a section about expert infos
svn path=/trunk/; revision=22504
2007-08-15 01:35:05 +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 06d1d9bfbb Migrate the wslua ref man into wsug
svn path=/trunk/; revision=22369
2007-07-21 15:24:25 +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
Stephen Fisher 2c5ccc66ef Update object export code:
- Add to User's Guide
 - Add a help button
 - Move a lot of code into the shared export_object.c file and out of
   dissector specific file export_object_http.c.  This will make adding
   additional protocols much easier.
 - Change comment in packet-http.c to reflect new name (Export Object)
 - Various other minor improvements 


svn path=/trunk/; revision=20961
2007-03-03 03:14:00 +00:00
Jaap Keuter 6d07812d57 Bump date and version number
svn path=/trunk/; revision=20306
2007-01-04 13:44:09 +00:00
Ulf Lamping c35950529c first step to fix the file dialog "mess":
- use different screenshots for: GTK1, GTK2 and Win32
- rewrite the "File Open Dialog" section

svn path=/trunk/; revision=19239
2006-09-15 22:56:15 +00:00
Ulf Lamping 7c2dbdd580 add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
fix a lot of broken URL's

svn path=/trunk/; revision=19192
2006-09-11 22:30:12 +00:00
Ulf Lamping b343e39ef2 User's/Developer's Guide: finish Ethereal to Wireshark transition by "reshoot" *all* screenshots (and rename them) and update some of the menu items that changed in the meantime.
svn path=/trunk/; revision=19032
2006-08-25 20:02:57 +00:00
Ulf Lamping b498f9a3ca rename "graphics" directory to "wsug_graphics" to make it clear that it's only used for the users_guide
svn path=/trunk/; revision=18473
2006-06-15 14:18:03 +00:00
Jaap Keuter e10e4fb85c Further cleanup of Wireshark User Guide
svn path=/trunk/; revision=18290
2006-05-31 21:49:26 +00:00
Gerald Combs 4230049628 Ethereal -> Wireshark in the User's Guide. Switch over to the new logo.
We'll probably want to use a vectorized version of the logo (e.g. EPS or 
SVG) at some point.

svn path=/trunk/; revision=18257
2006-05-30 20:49:45 +00:00
Gerald Combs cfda4eb127 EUG -> WSUG
svn path=/trunk/; revision=18256
2006-05-30 19:45:12 +00:00
Gerald Combs 8931e0d12a Ethereal -> Wireshark
svn path=/trunk/; revision=18255
2006-05-30 19:38:24 +00:00
Ronnie Sahlberg f0b33a4789 ethereal->wireshark updates
svn path=/trunk/; revision=18206
2006-05-22 08:14:01 +00:00
Ulf Lamping c717489c72 enhance the "File Sets" page (e.g. add a screenshot)
svn path=/trunk/; revision=17940
2006-04-21 00:44:40 +00:00
Ulf Lamping cc421e92f4 move all the incomplete chapters to the end of the file
svn path=/trunk/; revision=17890
2006-04-18 00:40:10 +00:00
Ulf Lamping 9ef9cee717 remove the document version. As we are using the subversion it's no longer needed.
The former versioning didn't really worked quite well. 

add the (changed) messages section back to the user's guide appendix

svn path=/trunk/; revision=16919
2005-12-29 16:49:58 +00:00
Ulf Lamping 4201f326fd resequence the list of authors, as I'm doing most of the work for some time now
add some timezone/DST related URL's

svn path=/trunk/; revision=16902
2005-12-27 11:46:29 +00:00
Ulf Lamping 0535aa5c65 both eug and edg still mentioned Ethereal 0.10.12
svn path=/trunk/; revision=16832
2005-12-17 00:16:37 +00:00