aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_graphics
AgeCommit message (Collapse)AuthorFilesLines
2023-02-11Docbook: Reorganize our guide directoriesGerald Combs169-0/+0
Move the top-level user-guide.adoc and developer-guide.adoc to their respective source directores. This is in preparation for a future toolchain revamp. Move the wsug_graphics directory to wsug_src/images and wsdg_graphics directory to wsdg_src/images. Copy common_graphics/* to the each images directory and remove common_graphics. We only have five admonition graphics; duplicating them lets us remove some build config overhead. Rename wsluarm.adoc to wsdg_src/wsdg_lua_support.adoc. Remove a dummy file. Tested visually and by enabling `--failure-level=WARN`.
2022-06-14Docs: Update documentation for redesigned Traffic TabsRoland Knall2-0/+0
Update the documentation to document the change of features that happen during the redesign of the UI as well as fix some wordings in the data model.
2022-04-12hierarchy stats: Only increment the total packet count once per frameJohn Thacker1-0/+0
The same hierarchy of protocols can appear multiple times in a frame, for example if there are multiple PDUs for a protocol that begin in that frame. Keep track of the last frame where we incremented our stat node and use that to only increment it once per frame. Add a "total number of PDUs with this hierarchy" statistic and display it as a new final column in the GUI. Update the User Guide. In the purpose of doing this, get rid of temporary variables and increment the ph_stats_t members directly, since we pass that into our functions already, and thus have access to the current packet count. Fix #17553. Fix #18034. Fix #12565.
2022-03-23wsug: add Packet Diagram documentationChuck Craft3-0/+0
Release (uncomment) text added in 9b074122 Add popup menu text Add screen shots and pngcrush per 9ed7568f Update View menu screenshot to include Packet Diagram
2021-12-07Capture Options dialog: Added configuration iconj.novak@netsystem.cz1-0/+0
2021-08-03EPUB: Replace cover pagesJaap Keuter1-0/+0
2021-08-03EPUB: Add cover page and some document meta dataJaap Keuter1-0/+0
If only someone could create a proper cover page
2021-06-14Added corresponding documentation for new statistics.Thomas Dreibholz2-0/+0
2021-05-21Added documentation for new statistics.Thomas Dreibholz3-0/+0
2021-05-20Reduced size of the ASAP and ENRP Statistics screenshots.Thomas Dreibholz2-0/+0
PNGs were compressed by using "pngquant --speed 1 ...".
2021-05-20Updated documentation of the RSerPool statistics.Thomas Dreibholz2-0/+0
2021-05-05Added missing file.Thomas Dreibholz1-0/+0
2021-05-04VoIP dialogs: Default actions for buttons works as beforeJirka Novak11-0/+0
When button is pressed or triggered by shortcut, it opens same window as before. User can click small arrow next to button and it open menu with all new actions e.g. Set/Add/Remove for RTP Player. Documentation updated.
2021-05-03RTP Player: Player is able to skip silence during playbackJirka Novak4-0/+0
Code is NOT able to do VAD (Voice Activity Detection) so audio silence (sequence of equal samples) nor noise are not recognized as silence. Just missing RTP (Confort Noise, interupted RTP, ...) and muted streams are recognized as silence for this feature. User can control duration of shortest silence to skip. Updated documentation.
2021-04-22RTP Player: Added button 'Refresh streams' for live capturej.novak@netsystem.cz4-0/+0
2021-04-21Added missing documentation for the RSerPool statistics features.Thomas Dreibholz2-0/+0
2021-04-15VoIP dialogs: Improvements and new functionsJirka Novak9-0/+0
Changes: - RTP Player added to Telephony/RTP menu. - When openning RTP Analysis or RTP Player from RTP menu, just selected stream is added. When Ctrl is hold during opening, reverse stream is searched and added too. - RTP Player: Added tool to select/deselect all inaudible streams - RTP Player: Added Prepare Filter button - RTP Player: Added Analyze button - RTP Analysis: Added Prepare Filter button - documentation updated Code changes: - RTP Player::rescanPacket() is not fired multiple times during rate change and during dialog creation - Error shown in RTP player is cleared after every new decode of streams - RTP Player handles case when Qt do not emit stop stream event - "Select" menu code unified between dialogs> - RTP Player: Audio routing menu unified - buttons are connected to actions by signals() - Analyze dialog is called by list of rtpstream_id, not rtpstream_info
2021-04-13WSUG: update Tools Menu - text and screenshotChuck Craft1-0/+0
2021-04-11WSUG: Added description of new features of telephony dialogsJirka Novak17-0/+0
Changes: - Added description of playlist idea and related operations - Added description of RTP Player dialog - Added description of VoIP Calls dialog - Added description of Flow Graph dialog - Added help link to Flow Graph dialog - Added description of RTP Streams window - Added description of RTP Stream Analysis window - Updated related past images
2021-04-07WSUG: Update print dialogUli Heilmeier2-0/+0
Update documentation to add optional header.
2021-03-26Regex based import: documentation and release notesPaul Weiß2-0/+0
Added documentation on the Regular Expression import mode Added documentation for the associated ui-fields Updated the screenshot for the import-from-hexdump dialog Added a screenshot of the Regular expression mode tab Updated the documentation for the updated Timestamp format Added an entry in the release notes about this new/updated feature
2021-02-23added description for UDP Multicast StreamsAlex Nik1-0/+0
fixed UDP Multicast Streams title and also crossref in WSUG_chapter_use.adoc table applied SME suggestions minor fixes
2021-02-23added description for the Flow Graph window + screenshotAlex Nik1-0/+0
added SME suggestions minor fixes minor fixes applied SME suggestions
2021-02-20added the description for the exporting TLS session keys dialogAlex Nik1-0/+0
applied the SME suggestions implemented the SME suggestions minor fix
2021-02-17addeded description about Resolved addresses statsAlex Nik1-0/+0
Resolved addresses section is modified according to SME review minor fixes minor fixes
2021-02-06added description for DNS statisticsAlex Nik1-0/+0
added a screenshot for the DNS statistics and some more description minor fix minor fix adding examples minor fix
2021-02-06SCTP menu item is describedAlex Nik2-0/+0
minor fix
2021-01-23added the description for Bluetooth devices windowsAlex Nik1-0/+0
2021-01-22added the description for Bluetooth HCI SummaryAlex Nik1-0/+0
2021-01-07Update RLC Graph screenshot user manual.Martin Mathieson1-0/+0
2021-01-07description of the RLC Graph menu item + screenshotAlex Nik1-0/+0
minor fixes applying sme suggestions minor fixes
2021-01-05The exporting PDUs to file section is written. The window screenshot is addedAlex Nik1-0/+0
fixed the display filter explanation, corrected the screenshot, added the levels description minor changes to export PDUs to file section adding important part about exporting PDUs by AndersBroman comment applying SME suggestions
2020-10-15Consistent "Prepare as Filter" - menus and screenshots #16892Chuck Craft4-0/+0
2020-09-23a defining the Filter Macros procedure is added plus screenshotAlex Nik1-0/+0
minor fixes after review minor fixes after SME review reduced the ws-filter-macros.png screenshot size
2020-05-29WSUG: Remove expression button from filter toolbarJaap Keuter1-0/+0
Since Wireshark 3.2 the filter toolbar no longer has an Expression button. Remove this from the Users Guide as well. Change-Id: I54d0356c42ff599296fa800e7d730e6098f35976 Reviewed-on: https://code.wireshark.org/review/37338 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2020-04-25WSUG: Describe the advanced preferences.Gerald Combs1-0/+0
Add an illustration of the advanced preferences along with some examples from https://wiki.wireshark.org/Preferences/Layout. Change-Id: I5dd6afe06bef9a0f5e1862f13fb716d63032cd96 Reviewed-on: https://code.wireshark.org/review/36927 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2020-03-15WSUG: Update the Service Response Time section.Gerald Combs3-0/+0
Update the Service Response Time section of the User's Guide. The sample captures page had a nice SMB2 capture file, so use that for the example. Use title case for "Diameter" to match the RFCs. Change-Id: Icff510dbe2d77db9cd42548ad58439d17282e851 Reviewed-on: https://code.wireshark.org/review/36421 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-03-13WSUG: Update the I/O Graphs section.Gerald Combs1-0/+0
Update the I/O Graphs section of the User's Guide. Use the name "I/O Graphs" consistently. Update the image thanks to Chuck Craft. Ping-Bug: 16359 Change-Id: I6b60fd1b79a849e4467c7ca7927279e16dd6e671 Reviewed-on: https://code.wireshark.org/review/35762 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-01-07Docbook: Fix some file permissions.Gerald Combs2-0/+0
Make the release notes and some PNGs non-executable. Change-Id: Iecd52e782258f6d7a485138f8f965b7dce52a0dc Reviewed-on: https://code.wireshark.org/review/35689 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2020-01-03WSUG: Add a Packet Lengths dialog section.Gerald Combs1-0/+0
Add a section for the Packet Lengths window. Use title case for the column headers. Fix a button name and other issues elsewhere. Change-Id: I339d56aa169158e0788acd02a897729205e9f50e Reviewed-on: https://code.wireshark.org/review/35615 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-31WSUG: Update the Capture Properties dialog section.Gerald Combs2-0/+0
Change-Id: Ib7ee22076c63fc1be339d4c1b586b73490a3a950 Reviewed-on: https://code.wireshark.org/review/35541 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-17WSUG: Update the Expert Information and Status Bar docs.Gerald Combs2-0/+0
Update the Expert Information section of the User's Guide. Use the term "Expert Information" to describe the dialog and "expert information item" to describe each generated item. Update related text elsewhere. Update the expert icon and other parts of the status bar docs. Change-Id: I0c2cba0cbb3c74a1f6e3a37d4a2a592faccb350f Reviewed-on: https://code.wireshark.org/review/35462 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-17WSUG: Update the filter dialog section.Gerald Combs1-0/+0
Change-Id: I394780c366afd832a1fbfcb93d6c1722edcea54c Reviewed-on: https://code.wireshark.org/review/35442 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-09WSUG: Export, packet range+format, and other IO chapter updates.Gerald Combs8-0/+0
Add an "Export Specified Packets" section. Update the "Export Packet Dissections," "Packet Range," and "Packet Format" sections. Update some markup and text throughout the chapter. Change-Id: I7b7c6fcc41c4fdc684c86a34364ed9baa5123d15 Reviewed-on: https://code.wireshark.org/review/35359 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-08WSUG updates.Gerald Combs12-0/+0
Update a few screenshots and associated text. (The file open, save as, and merge images date back to the Ethereal era!) The interface options dialog no longer exists, so remove that screenshot and text. Mark GTK+ and outdated images as such in CMakeLists.txt. Change-Id: Ia01788434a1c96dd3f527c9d4ae34b1ca30f92d7 Reviewed-on: https://code.wireshark.org/review/35345 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-06WSUG: Add a Wireless menu section.Gerald Combs4-0/+0
Add a section for the Wireless menu. Remove some unused images. It doesn't look like we ever used ws-*-preferences.png. They had ENTITY definitions in the original XML, but those weren't referenced anywhere. Change-Id: I7f027b48ef22c8680f6224f189d4e9d0bd8114c0 Reviewed-on: https://code.wireshark.org/review/35328 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-05WSUG: Compress some images.Gerald Combs3-0/+0
Change-Id: I5c04535ff74ad2f56778fb5193ef30af3a98c260 Reviewed-on: https://code.wireshark.org/review/35323 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-12-05WSUG: Update the capture chapter.Gerald Combs20-0/+0
Update the capture interface and options portions of the capture chapter. Change-Id: Ie50731264dacba2663e1de8ae5fdda7f5fbae1e9 Reviewed-on: https://code.wireshark.org/review/35281 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-02WSUG: Remove some old, unused images.Gerald Combs6-0/+0
Change-Id: Id13d36579a62d826fab1393907c66217772ecb03 Reviewed-on: https://code.wireshark.org/review/35287 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-10-18WSUG: Update enabled protocols imageMoshe Kaplan1-0/+0
Change-Id: I78042220df3de00e11f5e9a514365150e6ca7de6 Reviewed-on: https://code.wireshark.org/review/34799 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>