aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_graphics
AgeCommit message (Collapse)AuthorFilesLines
2017-05-26WSUG: Add a TCP Analysis section.Gerald Combs1-0/+0
Try to document as accurately as possible the circumstances under which each TCP analysis flag is added. Update some TCP debugging code. Change-Id: I793756f73b8ade328e150acf32bc203792e29449 Reviewed-on: https://code.wireshark.org/review/21749 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-09-23WSDG: Layout and content updates.Gerald Combs1-0/+0
Adjust the column widths of some tables to that they render more cleanly and without FOP warnings. Move some table content to plain text instead of trying to shove it into table cells. Fix some other layout and formatting. Change-Id: I40e40fd7ca5c3cc594ea30c8b1ad233afd4cdca4 Reviewed-on: https://code.wireshark.org/review/17880 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-09-02Qt: Conversation time column updates.Gerald Combs1-0/+0
Add a checkbox which lets you toggle between absolute and relative start times. Use the local time for now. Fixes bug 11618. Adjust our time precision based on the capture file's time precision. Fixes bug 12803. Update the User's Guide accordingly. Bug: 11618 Bug: 12803 Change-Id: I0049d6db6e4d0b6967bf35e6d056a61bfb4de10f Reviewed-on: https://code.wireshark.org/review/17448 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-09-02Qt: Add a timeline indicator to conversations.Gerald Combs2-0/+0
Add a timeline indicator to the Start and Duration columns in the Conversations dialog. Add tooltips to the columns that explain what's going on. Round the timeline rect corners and do the same for Prototocol Hierarchy Statistics. This should hopefully differentiate the graph bars from a text selection and IMHO it looks better. Update the PHS and Conversations images in the User's Guide. Change-Id: I61d6c25843be522cc444e01ba77cb5b1e991fa36 Reviewed-on: https://code.wireshark.org/review/17396 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-06-30Recompress PNGs.Gerald Combs131-0/+0
Recompress PNGs using the current versions of various compressors: optipng 0.7.6 advpng 1.20 advdef 1.20 pngcrush 1.8.1 Parallelize PNG compression. Note why we're not using a couple of other compression utilities. Change-Id: I52757d0bc2d424013e7f00b693a0f5378427cc31 Reviewed-on: https://code.wireshark.org/review/16209 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-01-10WSUG: Update the statusbar section.Gerald Combs5-0/+0
Change-Id: Ib76ddbf98c2ce89285bd00ba039fbf1a0baeb8aa Reviewed-on: https://code.wireshark.org/review/13177 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-01-10WSUG: Update the packet details and bytes sections.Gerald Combs3-0/+0
Update images and text. Change-Id: If024a37a01cd7ab40ae2d5f50f26ca41a159fd41 Reviewed-on: https://code.wireshark.org/review/13173 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-01-10Update the packet list documentation.Gerald Combs10-0/+0
Update images and describe related packets and the intelligent scrollbar. Suggest a way to make it easier to get a screenshot of related packets. Change-Id: I5bf27b0c53fb62f3e567765400141a374a465e4e Reviewed-on: https://code.wireshark.org/review/13159 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-11-02Update some WSUG screenshots and markup.Gerald Combs13-0/+0
Updated the main window and main menu screenshots. Update the markup for the File and Edit menus. Change-Id: I31282e3913692895a35e749c54c77c8069c7167a Reviewed-on: https://code.wireshark.org/review/11487 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-02-14WSUG and image updates.Gerald Combs134-0/+0
Update the protocol hierarchy, conversation, and endpoint sections of the User's Guide. When everything is an admonition nothing stands out. Make a series of "NOTE"s plain old paragraphs. Scale the new conversation and endpoint images to fit the page width. This looks funny in my browser but I'm not sure about the best way to fix it. Move image/compress-pngs to the tools directory. Use it to reduce the size of the WSUG and WSDG images. Fixup traffic table column names and window titles. Change-Id: I674342ed901fc64563b384ee5e1f35413736cb19 Reviewed-on: https://code.wireshark.org/review/7122 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-02-13Qt: Allow shift-double-clicking on a frame link.Gerald Combs1-0/+0
You can open a new packet window in the GTK+ UI by holding down the shift key and double-clicking on a frame link in the protocol tree. Add this behavior to the Qt UI. Document the different ways of opening a new packet window and update the image. Change-Id: I55caf6cc8089a6c305fafd47b4870e7c69dbfb10 Reviewed-on: https://code.wireshark.org/review/7101 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-02-07Add the profile name to the Coloring Rules window title.Gerald Combs1-0/+0
Matches GTK+ behavior. Change-Id: I3dedb1532b5e14cc18a3ff34fd5be89438912834 Reviewed-on: https://code.wireshark.org/review/7012 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-02-07WSUG: Update the Packet Colorization section.Gerald Combs4-0/+0
Change-Id: I0f880293bd185e202d230f0db1a6bc4cbe6cfbfb Reviewed-on: https://code.wireshark.org/review/7011 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-09-01WSUG: Convert the ``File I/O'' chapter to AsciiDoc.Gerald Combs3-0/+0
Leave most of the content intact for now. Remove images for no-longer-supported versions of GTK+. Add an example for building the Guides to README.cmake. Change-Id: Id9e6a308c91b594d1fb7f107d7b9b28074a92a8b Reviewed-on: https://code.wireshark.org/review/3931 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-08-24Convert admon graphics to SVG.Gerald Combs3-0/+0
Use a common set of SVG files for AsciiDoc / DocBook admonition graphics. Put them in a common directory. According to http://caniuse.com/svg all common browsers have had SVG support for a while now. The graphics themselves were created with Inkscape. If you would like to refine them further you are more than welcome. Use variables to assemble xsltproc commands in Autotools and Nmake while we're here. Try to update Debian rules to reflect ga92c3fb. Change-Id: If82647af27a60117c517125dff0aca81c033be72 Reviewed-on: https://code.wireshark.org/review/3206 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2013-06-19Allow for column headers not to be printed in order to make it possible to ↵Chris Maynard2-0/+0
export packets as plain text in a format that could then have a chance of being imported again (assuming other factors such as packet bytes were printed, etc.) in order to recover the original pcap file. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1636 svn path=/trunk/; revision=50036
2012-08-14Add some explanations for the change Capture options DialogIrene Rüngeler3-0/+0
svn path=/trunk/; revision=44484
2012-02-21From Irene Ruengeler: Updated screenshots.Michael Tüxen10-0/+0
svn path=/trunk/; revision=41127
2011-09-06From Kurnia Hendrawan:Stig Bjørlykke1-0/+0
Update the user's guide. svn path=/trunk/; revision=38899
2011-01-21Start update for 1.5 version of User's Guide.Jaap Keuter13-0/+0
svn path=/trunk/; revision=35612
2011-01-09Update the pop-up menu screen shots.Jaap Keuter3-0/+0
svn path=/trunk/; revision=35443
2011-01-09Update the menu screenshots and descriptions.Jaap Keuter12-0/+0
svn path=/trunk/; revision=35441
2010-12-30Update the export dialog screen shots.Gerald Combs5-0/+0
svn path=/trunk/; revision=35312
2010-12-29Add Compile BPF to the capture options dialog description.Jaap Keuter1-0/+0
svn path=/trunk/; revision=35296
2010-11-20Remove svn:executable and svn:keywords properties.Bill Meier1-0/+0
svn path=/trunk/; revision=34985
2010-11-20Add description of File|Import option.Jaap Keuter1-0/+0
svn path=/trunk/; revision=34983
2010-06-04Set the right DPI for PDF production.Jaap Keuter1-0/+0
svn path=/trunk/; revision=33081
2010-04-23From Vincenzo Condoleo via bug 3724:Gerald Combs1-0/+0
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-02-08Rightsize graphics by modifying their DPI.Jaap Keuter6-0/+0
svn path=/trunk/; revision=31834
2010-01-22Update screenshot after fixing some label issues.Martin Mathieson1-0/+0
svn path=/trunk/; revision=31619
2010-01-22Add a simple help page for LTE RLC stats.Martin Mathieson1-0/+0
svn path=/trunk/; revision=31616
2009-12-27Start Telephony statistics chapter.Jaap Keuter1-0/+0
svn path=/trunk/; revision=31369
2009-12-21Document the new Copy Profile button.Stig Bjørlykke1-0/+0
svn path=/trunk/; revision=31344
2009-12-18Update the User Guide to show the current menu.Jaap Keuter3-0/+0
svn path=/trunk/; revision=31317
2009-12-02Update User Guide:Jaap Keuter4-0/+0
- New Capture Options dialog. - Add Remote Capture section. svn path=/trunk/; revision=31154
2009-11-11Update the stock tip, note, and warning icons from GTK+ 2.18.3. Add anGerald Combs3-0/+0
item to the known bugs list in the release notes. svn path=/trunk/; revision=30928
2009-11-09Switch the default Fop version to 0.95 and adjust custom_layer_pdf.xslGerald Combs122-0/+0
accordinglty. Tweak the print resolution on all of the images again. Add a MIME type for one of the images. svn path=/trunk/; revision=30909
2009-11-07Make more PNGs 90 DPI.Gerald Combs33-0/+0
svn path=/trunk/; revision=30850
2009-11-07Make all of the PNGs 90 DPI.Gerald Combs89-0/+0
svn path=/trunk/; revision=30849
2009-05-29Update the logo in the documentation.Gerald Combs1-0/+0
svn path=/trunk/; revision=28526
2009-04-06Add a page describing LTE MAC stats window.Martin Mathieson1-0/+0
The user guide still needs to be updated to show separate Statistics and Telephony menus. svn path=/trunk/; revision=27971
2008-06-22Updated some chapters in the User Guide.Stig Bjørlykke1-0/+0
svn path=/trunk/; revision=25523
2008-06-21Updated the statusbar documentation:Stig Bjørlykke5-0/+0
- 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-21Added a brief introduction to the "Interface Details" dialog box.Stig Bjørlykke1-0/+0
svn path=/trunk/; revision=25509
2008-06-21Added a help button in the Interface Options dialog.Stig Bjørlykke1-0/+0
Added the Interface Options docbook chapter. svn path=/trunk/; revision=25502
2008-04-18Added a "Capture Interfaces" dialog box figure for other than Win32Stig Bjørlykke2-0/+0
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-09fix guides according to recent GTK1 changesUlf Lamping6-0/+0
svn path=/trunk/; revision=24870
2008-02-17Updated the User Guide:Stig Bjørlykke4-0/+0
- 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-01-20Document the copy button in conversations, endpoints and iographs.Stig Bjørlykke1-0/+0
svn path=/trunk/; revision=24144
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+0
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