summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/modules/FindXSLTPROC.cmake5
-rw-r--r--docbook/asciidoc.conf9
-rw-r--r--docbook/wsug_src/WSUG_chapter_advanced.asciidoc10
-rw-r--r--docbook/wsug_src/WSUG_chapter_capture.asciidoc26
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.asciidoc18
-rw-r--r--docbook/wsug_src/WSUG_chapter_introduction.asciidoc2
-rw-r--r--docbook/wsug_src/WSUG_chapter_io.asciidoc34
-rw-r--r--docbook/wsug_src/WSUG_chapter_statistics.asciidoc18
-rw-r--r--docbook/wsug_src/WSUG_chapter_telephony.asciidoc6
-rw-r--r--docbook/wsug_src/WSUG_chapter_use.asciidoc128
-rw-r--r--docbook/wsug_src/WSUG_chapter_work.asciidoc22
11 files changed, 144 insertions, 134 deletions
diff --git a/cmake/modules/FindXSLTPROC.cmake b/cmake/modules/FindXSLTPROC.cmake
index ea1d688ee8..c1baffb2f0 100644
--- a/cmake/modules/FindXSLTPROC.cmake
+++ b/cmake/modules/FindXSLTPROC.cmake
@@ -151,6 +151,7 @@ ENDMACRO(XML2HTML)
MACRO(XML2PDF _target_dep _output _dbk_source _stylesheet _paper)
# We depend on the docbook target to avoid parallel builds.
SET(_dbk_dep ${_target_dep}_docbook)
+ file(RELATIVE_PATH _img_relative_path ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
ADD_CUSTOM_COMMAND(
OUTPUT
${_output}
@@ -158,10 +159,10 @@ MACRO(XML2PDF _target_dep _output _dbk_source _stylesheet _paper)
COMMAND ${XSLTPROC_EXECUTABLE}
--path "${_xsltproc_path}"
--stringparam paper.type ${_paper}
- --stringparam img.src.path ${CMAKE_CURRENT_SOURCE_DIR}/
+ --stringparam img.src.path ${_img_relative_path}/
--stringparam use.id.as.filename 1
--stringparam admon.graphics 1
- --stringparam admon.graphics.path ${CMAKE_CURRENT_SOURCE_DIR}/common_graphics/
+ --stringparam admon.graphics.path ${_img_relative_path}/common_graphics/
--stringparam admon.graphics.extension .svg
--nonet
--output ${_output}.fo
diff --git a/docbook/asciidoc.conf b/docbook/asciidoc.conf
index 1b7ca000eb..c0678bb929 100644
--- a/docbook/asciidoc.conf
+++ b/docbook/asciidoc.conf
@@ -4,6 +4,15 @@
wireshark-version=2.3.0
+# "scaledwidth" only applies to PDF output
+pdf-scaledwidth=scaledwidth="85%"
+screenshot-attrs=scaledwidth="85%"
+toolbar-icon-attrs=height=24,width=24
+related-attrs=height=18
+# XXX height=22 results in content-height="22px" in the .fo file. Not sure
+# how to make scaledwidth take precedence.
+statusbar-attrs=scaledwidth="85%",height=22
+
[replacements]
# Most of these are fake macros.
diff --git a/docbook/wsug_src/WSUG_chapter_advanced.asciidoc b/docbook/wsug_src/WSUG_chapter_advanced.asciidoc
index 1f396989a7..6f517082db 100644
--- a/docbook/wsug_src/WSUG_chapter_advanced.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_advanced.asciidoc
@@ -40,7 +40,7 @@ select all the packets in the TCP stream you have selected.
[[ChAdvFollowStream]]
.The ``Follow TCP Stream'' dialog box
-image::wsug_graphics/ws-follow-stream.png[]
+image::wsug_graphics/ws-follow-stream.png[{screenshot-attrs}]
The stream content is displayed in the same sequence as it appeared on the
network. Traffic from A to B is marked in red, while traffic from B to A is
@@ -274,7 +274,7 @@ You can open the expert info dialog by selecting menu:Analyze[Expert Info].
// XXX - add explanation of the dialogs context menu.
.The ``Expert Info'' dialog box
-image::wsug_graphics/ws-expert-infos.png[]
+image::wsug_graphics/ws-expert-infos.png[{screenshot-attrs}]
[[ChAdvExpertDialogTabs]]
@@ -306,7 +306,7 @@ pinpoint problems.
==== ``Colorized'' Protocol Details Tree
.The ``Colorized'' protocol details tree
-image::wsug_graphics/ws-expert-colored-tree.png[]
+image::wsug_graphics/ws-expert-colored-tree.png[{screenshot-attrs}]
The protocol field causing an expert info is colorized, e.g. uses a cyan
background for a note severity level. This color is propagated to the toplevel
@@ -323,7 +323,7 @@ marked cyan as well.
==== ``Expert'' Packet List Column (optional)
.The ``Expert'' packet list column
-image::wsug_graphics/ws-expert-column.png[]
+image::wsug_graphics/ws-expert-column.png[{screenshot-attrs}]
An optional ``Expert Info Severity'' packet list column is available that
displays the most significant severity of a packet or stays empty if everything
@@ -601,7 +601,7 @@ See <<ChUsePacketBytesPaneSection>>).
[[ChAdvWiresharkBytesPaneTabs]]
.The ``Packet Bytes'' pane with a reassembled tab
-image::wsug_graphics/ws-bytes-pane-tabs.png[]
+image::wsug_graphics/ws-bytes-pane-tabs.png[{screenshot-attrs}]
Reassembly might take place at several protocol layers, so it's possible that
multiple tabs in the ``Packet Bytes'' pane appear.
diff --git a/docbook/wsug_src/WSUG_chapter_capture.asciidoc b/docbook/wsug_src/WSUG_chapter_capture.asciidoc
index afae608784..456b0ce023 100644
--- a/docbook/wsug_src/WSUG_chapter_capture.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_capture.asciidoc
@@ -114,12 +114,12 @@ simultaneously.
[[ChCapCaptureInterfacesDialogWin32]]
.The ``Capture Interfaces'' dialog box on Microsoft Windows
-image::wsug_graphics/ws-capture-interfaces-win32.png[]
+image::wsug_graphics/ws-capture-interfaces-win32.png[{screenshot-attrs}]
[[ChCapCaptureInterfacesDialog]]
.The ``Capture Interfaces'' dialog box on Unix/Linux
-image::wsug_graphics/ws-capture-interfaces.png[]
+image::wsug_graphics/ws-capture-interfaces.png[{screenshot-attrs}]
_Device (Unix/Linux only)_::
The interface device name.
@@ -173,7 +173,7 @@ main toolbar), Wireshark pops up the ``Capture Options'' dialog box as shown in
[[ChCapCaptureOptionsDialog]]
.The ``Capture Options'' dialog box
-image::wsug_graphics/ws-capture-options.png[]
+image::wsug_graphics/ws-capture-options.png[{screenshot-attrs}]
[TIP]
====
@@ -358,7 +358,7 @@ If you double-click on an interface in <<ChCapCaptureOptionsDialog>> the followi
[[ChCapEditInterfacesSettingsDialog]]
.The ``Edit Interface Settings'' dialog box
-image::wsug_graphics/ws-capture-options-settings.png[]
+image::wsug_graphics/ws-capture-options-settings.png[{screenshot-attrs}]
You can set the following fields in this dialog box:
@@ -451,7 +451,7 @@ This figure shows the compile results of the selected interfaces.
[[ChCapCompileSelectedBpfsDialog]]
.The ``Compile Results'' dialog box
-image::wsug_graphics/ws-capture-options-compile-selected-bpfs.png[]
+image::wsug_graphics/ws-capture-options-compile-selected-bpfs.png[{screenshot-attrs}]
In the left window the interface names are listed. The results of an individual
interface are shown in the right window when it is selected.
@@ -465,13 +465,13 @@ to add or remove interfaces.
[[ChCapManageInterfacesDialog]]
.The ``Add New Interfaces'' dialog box
-image::wsug_graphics/ws-capture-options-manage-interfaces.png[]
+image::wsug_graphics/ws-capture-options-manage-interfaces.png[{screenshot-attrs}]
==== Add or remove pipes
[[ChCapManageInterfacesPipesDialog]]
.The ``Add New Interfaces - Pipes'' dialog box
-image::wsug_graphics/ws-capture-options-manage-interfaces-pipes.png[]
+image::wsug_graphics/ws-capture-options-manage-interfaces-pipes.png[{screenshot-attrs}]
To successfully add a pipe, this pipe must have already been created. Click the
button:[New] button and type the name of the pipe including its path.
@@ -486,7 +486,7 @@ click the button:[Delete] button.
[[ChCapManageInterfacesLocalDialog]]
.The ``Add New Interfaces - Local Interfaces'' dialog box
-image::wsug_graphics/ws-capture-options-manage-interfaces-local.png[]
+image::wsug_graphics/ws-capture-options-manage-interfaces-local.png[{screenshot-attrs}]
The tab ``Local Interfaces'' contains a list of available local interfaces,
including the hidden ones, which are not shown in the other lists.
@@ -505,7 +505,7 @@ changes are also saved in the `preferences` file.
[[ChCapManageInterfacesRemoteDialog]]
.The ``Add New Interfaces - Remote Interfaces'' dialog box
-image::wsug_graphics/ws-capture-options-manage-interfaces-remote.png[]
+image::wsug_graphics/ws-capture-options-manage-interfaces-remote.png[{screenshot-attrs}]
In this tab interfaces on remote hosts can be added. One or more of these
interfaces can be hidden. In contrast to the local interfaces they are not saved
@@ -551,7 +551,7 @@ Remote'' dialog. See <<ChCapManageInterfacesRemoteDialog>> and select button:[Ad
[[ChCapInterfaceRemoteDialog]]
.The ``Remote Capture Interfaces'' dialog box
-image::wsug_graphics/ws-capture-options-manage-interfaces-remote-plus.png[]
+image::wsug_graphics/ws-capture-options-manage-interfaces-remote-plus.png[{screenshot-attrs}]
You have to set the following parameters in this dialog:
@@ -583,7 +583,7 @@ you this option. It pops up the dialog shown in
[[ChCapInterfaceRemoteSettingsDialog]]
.The ``Remote Capture Settings'' dialog box
-image::wsug_graphics/ws-capture-options-remote-settings.png[]
+image::wsug_graphics/ws-capture-options-remote-settings.png[{screenshot-attrs}]
You can set the following parameters in this dialog:
@@ -632,7 +632,7 @@ This dialog is only available on Microsoft Windows
[[ChCapInterfaceDetailsDialog]]
.The ``Interface Details'' dialog box
-image::wsug_graphics/ws-capture-interface-details.png[]
+image::wsug_graphics/ws-capture-interface-details.png[{screenshot-attrs}]
[[ChCapCaptureFiles]]
@@ -880,7 +880,7 @@ While a capture is running, the following dialog box is shown:
[[ChCapCaptureInfoDialog]]
.The ``Capture Info'' dialog box
-image::wsug_graphics/ws-capture-info.png[]
+image::wsug_graphics/ws-capture-info.png[{screenshot-attrs}]
This dialog box will inform you about the number of captured packets and the
time since the capture was started. The selection of which protocols are counted
diff --git a/docbook/wsug_src/WSUG_chapter_customize.asciidoc b/docbook/wsug_src/WSUG_chapter_customize.asciidoc
index abcbf17948..34ef3433ca 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_customize.asciidoc
@@ -481,7 +481,7 @@ will display the ``Coloring Rules'' dialog box as shown in
[[ChCustColoringRulesDialog]]
.The ``Coloring Rules'' dialog box
-image::wsug_graphics/ws-coloring-rules-dialog.png[]
+image::wsug_graphics/ws-coloring-rules-dialog.png[{screenshot-attrs}]
If this is the first time using the Coloring Rules dialog and you're using the
default configuration profile you should see the default rules, shown above.
@@ -507,7 +507,7 @@ background colors respectively.
[[ChCustChooseColorDialog]]
.A color chooser
-image::wsug_graphics/ws-choose-color-rule.png[]
+image::wsug_graphics/ws-choose-color-rule.png[{screenshot-attrs}]
The color chooser appearance depends on your operating system. The OS X color
picker is shown. Select the color you desire for the selected packets and click
@@ -519,7 +519,7 @@ was applied, along with the matching filter.
[[ChCustColorFilterMany]]
.Using color filters with Wireshark
-image::wsug_graphics/ws-coloring-fields.png[]
+image::wsug_graphics/ws-coloring-fields.png[{screenshot-attrs}]
[[ChCustProtocolDissectionSection]]
@@ -562,7 +562,7 @@ Wireshark will pop up the ``Enabled Protocols'' dialog box as shown in
[[ChAdvEnabledProtocolsFig]]
.The ``Enabled Protocols'' dialog box
-image::wsug_graphics/ws-enabled-protocols.png[]
+image::wsug_graphics/ws-enabled-protocols.png[{screenshot-attrs}]
To disable or enable a protocol, simply click on it using the mouse or press the
space bar when the protocol is highlighted. Note that typing the first few
@@ -603,7 +603,7 @@ will pop up the ``Decode As'' dialog box as shown in <<ChAdvDecodeAsFig>>.
[[ChAdvDecodeAsFig]]
.The ``Decode As'' dialog box
-image::wsug_graphics/ws-decode-as.png[]
+image::wsug_graphics/ws-decode-as.png[{screenshot-attrs}]
The content of this dialog box depends on the selected packet when it was opened.
@@ -638,7 +638,7 @@ can be saved into current profile for later session.
[[ChAdvDecodeAsShowFig]]
.The ``Decode As: Show'' dialog box
-image::wsug_graphics/ws-decode-as-show.png[]
+image::wsug_graphics/ws-decode-as-show.png[{screenshot-attrs}]
. button:[OK]: Close this dialog box.
@@ -664,7 +664,7 @@ side is a tree where you can select the page to be shown.
[[ChCustGUIPrefPage]]
.The preferences dialog box
-image::wsug_graphics/ws-gui-preferences.png[]
+image::wsug_graphics/ws-gui-preferences.png[{screenshot-attrs}]
[[ChCustInterfaceOptionsSection]]
@@ -678,7 +678,7 @@ interface from other parts of the program.
[[ChCustInterfaceOptionsPage]]
.The interface options dialog box
-image::wsug_graphics/ws-gui-interface-options.png[]
+image::wsug_graphics/ws-gui-interface-options.png[{screenshot-attrs}]
Each row contains options for each interface available on your computer.
@@ -770,7 +770,7 @@ are common to all profiles.
[[ChCustGUIConfigProfilesPage]]
.The configuration profiles dialog box
-image::wsug_graphics/ws-gui-config-profiles.png[]
+image::wsug_graphics/ws-gui-config-profiles.png[{screenshot-attrs}]
New::
This button adds a new profile to the profiles list. The name of the created
diff --git a/docbook/wsug_src/WSUG_chapter_introduction.asciidoc b/docbook/wsug_src/WSUG_chapter_introduction.asciidoc
index 4a6eb42515..67a9cf2747 100644
--- a/docbook/wsug_src/WSUG_chapter_introduction.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_introduction.asciidoc
@@ -78,7 +78,7 @@ to examine them.
[[ChIntroFig1]]
.Wireshark captures packets and lets you examine their contents.
-image::wsug_graphics/ws-main.png[]
+image::wsug_graphics/ws-main.png[{screenshot-attrs}]
==== Live capture from many different network media
diff --git a/docbook/wsug_src/WSUG_chapter_io.asciidoc b/docbook/wsug_src/WSUG_chapter_io.asciidoc
index b5058a8bae..7524a9bb50 100644
--- a/docbook/wsug_src/WSUG_chapter_io.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_io.asciidoc
@@ -94,7 +94,7 @@ it can be a good idea to set at least the filter in advance here.
[[ChIOOpenFileDialogWin32]]
.``Open'' on Microsoft Windows
-image::wsug_graphics/ws-open-win32.png[]
+image::wsug_graphics/ws-open-win32.png[{screenshot-attrs}]
This is the common Windows file open dialog - plus some Wireshark extensions.
@@ -105,7 +105,7 @@ Specific for this dialog:
[[ChIOOpenFileDialog]]
.``Open'' - Linux and UNIX
-image::wsug_graphics/ws-open-gtk24.png[]
+image::wsug_graphics/ws-open-gtk24.png[{screenshot-attrs}]
This is the common Gimp/GNOME file open dialog plus some Wireshark extensions.
@@ -237,7 +237,7 @@ should be the same across systems.
[[ChIOSaveAsFileWin32]]
.``Save'' on Microsoft Windows
-image::wsug_graphics/ws-save-as-win32.png[]
+image::wsug_graphics/ws-save-as-win32.png[{screenshot-attrs}]
This is the common Windows file save dialog with some additional Wireshark extensions.
@@ -251,7 +251,7 @@ Specific behavior for this dialog:
[[ChIOSaveAsFile2]]
.``Save'' on Linux and UNIX
-image::wsug_graphics/ws-save-as-gtk24.png[]
+image::wsug_graphics/ws-save-as-gtk24.png[{screenshot-attrs}]
This is the common Gimp/GNOME file save dialog with additional Wireshark extensions.
@@ -399,14 +399,14 @@ Append the packets from the selected file after the currently loaded packets.
[[ChIOMergeFileWin32]]
.``Merge'' on Microsoft Windows
-image::wsug_graphics/ws-merge-win32.png[]
+image::wsug_graphics/ws-merge-win32.png[{screenshot-attrs}]
This is the common Windows file open dialog with additional Wireshark extensions.
[[ChIOMergeFile2]]
.``Merge'' on Linux and UNIX
-image::wsug_graphics/ws-merge-gtk24.png[]
+image::wsug_graphics/ws-merge-gtk24.png[{screenshot-attrs}]
This is the common Gimp/GNOME file open dialog with additional Wireshark extensions.
@@ -477,7 +477,7 @@ data, to be imported and set import parameters.
[[ChIOFileImportDialog]]
.The ``Import from Hex Dump'' dialog
-image::wsug_graphics/ws-file-import.png[]
+image::wsug_graphics/ws-file-import.png[{screenshot-attrs}]
Specific controls of this import dialog are split in two sections:
@@ -580,7 +580,7 @@ with file sets in a convenient way:
==== The ``List Files'' dialog box
.The "List Files" dialog box
-image::wsug_graphics/ws-file-set-dialog.png[]
+image::wsug_graphics/ws-file-set-dialog.png[{screenshot-attrs}]
Each line contains information about a file of the file set:
@@ -646,7 +646,7 @@ plain text file it is recommended that you:
====
.The ``Export as Plain Text File'' dialog box
-image::wsug_graphics/ws-export-plain.png[]
+image::wsug_graphics/ws-export-plain.png[{screenshot-attrs}]
* The ``Export to file:'' frame chooses the file to export the packet data to.
@@ -659,7 +659,7 @@ image::wsug_graphics/ws-export-plain.png[]
==== The ``Export as PostScript File'' dialog box
.The "Export as PostScript File" dialog box
-image::wsug_graphics/ws-export-ps.png[]
+image::wsug_graphics/ws-export-ps.png[{screenshot-attrs}]
* _Export to file:_ frame chooses the file to export the packet data to.
@@ -710,7 +710,7 @@ packet summary. The PSML file specification is available at:
link:$$http://www.nbee.org/doku.php?id=netpdl:psml_specification$$[].
.The "Export as PSML File" dialog box
-image::wsug_graphics/ws-export-psml.png[]
+image::wsug_graphics/ws-export-psml.png[{screenshot-attrs}]
* _Export to file:_ frame chooses the file to export the packet data to.
@@ -735,7 +735,7 @@ Wireshark versions.
====
.The "Export as PDML File" dialog box
-image::wsug_graphics/ws-export-pdml.png[]
+image::wsug_graphics/ws-export-pdml.png[{screenshot-attrs}]
* _Export to file:_ frame chooses the file to export the packet data to.
@@ -751,7 +751,7 @@ format is defined by the PDML specification.
Export the bytes selected in the "Packet Bytes" pane into a raw binary file.
.The "Export Selected Packet Bytes" dialog box
-image::wsug_graphics/ws-export-selected.png[]
+image::wsug_graphics/ws-export-selected.png[{screenshot-attrs}]
* _Name:_ the filename to export the packet data to.
@@ -773,7 +773,7 @@ is for the same platform you are running Wireshark on) without any further work
on your part. This feature is not available when using GTK2 versions below 2.4.
.The "Export Objects" dialog box
-image::wsug_graphics/ws-export-objects.png[]
+image::wsug_graphics/ws-export-objects.png[{screenshot-attrs}]
* _Packet num:_ The packet number in which this object was found. In some
cases, there can be multiple objects in the same packet.
@@ -817,7 +817,7 @@ do this Wireshark pops up the ``Print'' dialog box as shown in
[[ChIOPrintDialogBox]]
.The ``Print'' dialog box
-image::wsug_graphics/ws-print.png[]
+image::wsug_graphics/ws-print.png[{screenshot-attrs}]
The following fields are available in the Print dialog box: _Printer_::
This field contains a pair of mutually exclusive radio buttons:
@@ -870,7 +870,7 @@ function.
[[ChIOPacketRangeFrame]]
.The ``Packet Range'' frame
-image::wsug_graphics/ws-packet-range.png[]
+image::wsug_graphics/ws-packet-range.png[{screenshot-attrs}]
If the button:[Captured] button is set (default), all packets from the selected rule
will be processed. If the button:[Displayed] button is set, only the currently
@@ -901,7 +901,7 @@ function.
[[ChIOPacketFormatFrame]]
.The ``Packet Format'' frame
-image::wsug_graphics/ws-packet-format.png[]
+image::wsug_graphics/ws-packet-format.png[{screenshot-attrs}]
* _Packet summary line_ enable the output of the summary line, just as in the
``Packet List'' pane.
diff --git a/docbook/wsug_src/WSUG_chapter_statistics.asciidoc b/docbook/wsug_src/WSUG_chapter_statistics.asciidoc
index d88a54b84e..f1ba386374 100644
--- a/docbook/wsug_src/WSUG_chapter_statistics.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_statistics.asciidoc
@@ -49,7 +49,7 @@ be pretty hard to understand.
General statistics about the current capture file.
.The ``Summary'' window
-image::wsug_graphics/ws-stats-summary.png[]
+image::wsug_graphics/ws-stats-summary.png[{screenshot-attrs}]
* __File__: general information about the capture file.
@@ -77,7 +77,7 @@ image::wsug_graphics/ws-stats-summary.png[]
The protocol hierarchy of the captured packets.
.The ``Protocol Hierarchy'' window
-image::wsug_graphics/ws-stats-hierarchy.png[scaledwidth="100%"]
+image::wsug_graphics/ws-stats-hierarchy.png[{screenshot-attrs}]
This is a tree of all the protocols in the capture. Each row contains the
statistical values of one protocol. Two of the columns (_Percent Packets_ and
@@ -147,7 +147,7 @@ per second in each direction. A timeline graph is also drawn across the
``Rel Start'' / ``Abs Start'' and ``Duration'' columns.
.The ``Conversations'' window
-image::wsug_graphics/ws-stats-conversations.png[scaledwidth="100%"]
+image::wsug_graphics/ws-stats-conversations.png[{screenshot-attrs}]
Each row in the list shows the statistical values for exactly one conversation.
@@ -249,7 +249,7 @@ will be received by some or all of the listed unicast endpoints.
This window shows statistics about the endpoints captured.
.The ``Endpoints'' window
-image::wsug_graphics/ws-stats-endpoints.png[scaledwidth="100%"]
+image::wsug_graphics/ws-stats-endpoints.png[{screenshot-attrs}]
For each supported protocol, a tab is shown in this window. Each tab label shows
the number of endpoints captured (e.g. the tab label ``Ethernet &#183; 4'' tells
@@ -291,7 +291,7 @@ User configurable graph of the captured network packets.
You can define up to five differently colored graphs.
.The ``IO Graphs'' window
-image::wsug_graphics/ws-stats-iographs.png[]
+image::wsug_graphics/ws-stats-iographs.png[{screenshot-attrs}]
The user can configure the following things:
@@ -374,12 +374,12 @@ corresponding response.
First of all, you have to select the DCE-RPC interface:
.The "Compute DCE-RPC statistics" window
-image::wsug_graphics/ws-stats-srt-dcerpc-filter.png[]
+image::wsug_graphics/ws-stats-srt-dcerpc-filter.png[{screenshot-attrs}]
You can optionally set a display filter, to reduce the amount of packets.
.The "DCE-RPC Statistic for ..." window
-image::wsug_graphics/ws-stats-srt-dcerpc.png[]
+image::wsug_graphics/ws-stats-srt-dcerpc.png[{screenshot-attrs}]
Each row corresponds to a method of the interface selected (so the EPM interface
in version 3 has 7 methods). For each method the number of calls, and the
@@ -404,7 +404,7 @@ is found it is checked for:
* Packet order
.The "Compare" window
-image::wsug_graphics/ws-stats-compare.png[]
+image::wsug_graphics/ws-stats-compare.png[{screenshot-attrs}]
You can configure the following:
@@ -440,7 +440,7 @@ network traffic found in the capture. Probe requests will be merged into an
existing network if the SSID matches.
.The "WLAN Traffic Statistics" window
-image::wsug_graphics/ws-stats-wlan-traffic.png[]
+image::wsug_graphics/ws-stats-wlan-traffic.png[{screenshot-attrs}]
Each row in the list shows the statistical values for exactly one wireless
network.
diff --git a/docbook/wsug_src/WSUG_chapter_telephony.asciidoc b/docbook/wsug_src/WSUG_chapter_telephony.asciidoc
index f84d022f32..0023052968 100644
--- a/docbook/wsug_src/WSUG_chapter_telephony.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_telephony.asciidoc
@@ -25,7 +25,7 @@ The RTP analysis function takes the selected RTP stream (and the reverse stream,
if possible) and generates a list of statistics on it.
.The ``RTP Stream Analysis'' window
-image::wsug_graphics/ws-tel-rtpstream-analysis.png[]
+image::wsug_graphics/ws-tel-rtpstream-analysis.png[{screenshot-attrs}]
Starting with basic data as packet number and sequence number, further
statistics are created based on arrival time, delay, jitter, packet size, etc.
@@ -72,7 +72,7 @@ Statistics of the captured LTE MAC traffic. This window will summarize the LTE
MAC traffic found in the capture.
.The ``LTE MAC Traffic Statistics'' window
-image::wsug_graphics/ws-stats-lte-mac-traffic.png[]
+image::wsug_graphics/ws-stats-lte-mac-traffic.png[{screenshot-attrs}]
The top pane shows statistics for common channels. Each row in the middle pane
shows statistical highlights for exactly one UE/C-RNTI. In the lower pane, you
@@ -87,7 +87,7 @@ Statistics of the captured LTE RLC traffic. This window will summarize the LTE
RLC traffic found in the capture.
.The ``LTE RLC Traffic Statistics'' window
-image::wsug_graphics/ws-stats-lte-rlc-traffic.png[]
+image::wsug_graphics/ws-stats-lte-rlc-traffic.png[{screenshot-attrs}]
At the top, the check-box allows this window to include RLC PDUs found within
MAC PDUs or not. This will affect both the PDUs counted as well as the display
diff --git a/docbook/wsug_src/WSUG_chapter_use.asciidoc b/docbook/wsug_src/WSUG_chapter_use.asciidoc
index cbcbd3dbcc..02da624544 100644
--- a/docbook/wsug_src/WSUG_chapter_use.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_use.asciidoc
@@ -49,7 +49,7 @@ will be described later).
[[ChUseFig01]]
.The Main window
-image::wsug_graphics/ws-main.png[]
+image::wsug_graphics/ws-main.png[{screenshot-attrs}]
Wireshark's main window consists of parts that are commonly known from many
other GUI programs.
@@ -127,7 +127,7 @@ or loaded any packets.
[[ChUseWiresharkMenu]]
.The Menu
-image::wsug_graphics/ws-menu.png[]
+image::wsug_graphics/ws-menu.png[{screenshot-attrs}]
The main menu contains the following items:
@@ -198,7 +198,7 @@ The Wireshark file menu contains the fields shown in <<ChUseTabFile>>.
[[ChUseWiresharkFileMenu]]
.The ``File'' Menu
-image::wsug_graphics/ws-file-menu.png[]
+image::wsug_graphics/ws-file-menu.png[{screenshot-attrs}]
[[ChUseTabFile]]
.File menu items
@@ -294,7 +294,7 @@ The Wireshark Edit menu contains the fields shown in <<ChUseTabEdit>>.
[[ChUseWiresharkEditMenu]]
.The ``Edit'' Menu
-image::wsug_graphics/ws-edit-menu.png[]
+image::wsug_graphics/ws-edit-menu.png[{screenshot-attrs}]
[[ChUseTabEdit]]
.Edit menu items
@@ -392,7 +392,7 @@ The Wireshark View menu contains the fields shown in <<ChUseTabView>>.
[[ChUseWiresharkViewMenu]]
.The ``View'' Menu
-image::wsug_graphics/ws-view-menu.png[]
+image::wsug_graphics/ws-view-menu.png[{screenshot-attrs}]
[[ChUseTabView]]
.View menu items
@@ -462,7 +462,7 @@ The Wireshark Go menu contains the fields shown in <<ChUseTabGo>>.
[[ChUseWiresharkGoMenu]]
.The ``Go'' Menu
-image::wsug_graphics/ws-go-menu.png[]
+image::wsug_graphics/ws-go-menu.png[{screenshot-attrs}]
[[ChUseTabGo]]
.Go menu items
@@ -489,7 +489,7 @@ The Wireshark Capture menu contains the fields shown in <<ChUseTabCap>>.
[[ChUseWiresharkCaptureMenu]]
.The ``Capture'' Menu
-image::wsug_graphics/ws-capture-menu.png[]
+image::wsug_graphics/ws-capture-menu.png[{screenshot-attrs}]
[[ChUseTabCap]]
.Capture menu items
@@ -512,7 +512,7 @@ The Wireshark Analyze menu contains the fields shown in <<ChUseAnalyze>>.
[[ChUseWiresharkAnalyzeMenu]]
.The ``Analyze'' Menu
-image::wsug_graphics/ws-analyze-menu.png[]
+image::wsug_graphics/ws-analyze-menu.png[{screenshot-attrs}]
[[ChUseAnalyze]]
.Analyze menu items
@@ -542,7 +542,7 @@ The Wireshark Statistics menu contains the fields shown in <<ChUseStatistics>>.
[[ChUseWiresharkStatisticsMenu]]
.The ``Statistics'' Menu
-image::wsug_graphics/ws-statistics-menu.png[]
+image::wsug_graphics/ws-statistics-menu.png[{screenshot-attrs}]
All menu items will bring up a new window showing specific statistical information.
@@ -583,7 +583,7 @@ The Wireshark Telephony menu contains the fields shown in <<ChUseTelephony>>.
[[ChUseWiresharkTelephonyMenu]]
.The ``Telephony'' Menu
-image::wsug_graphics/ws-telephony-menu.png[]
+image::wsug_graphics/ws-telephony-menu.png[{screenshot-attrs}]
All menu items will bring up a new window showing specific telephony related statistical information.
@@ -617,7 +617,7 @@ The Wireshark Tools menu contains the fields shown in <<ChUseTools>>.
[[ChUseWiresharkToolsMenu]]
.The ``Tools'' Menu
-image::wsug_graphics/ws-tools-menu.png[]
+image::wsug_graphics/ws-tools-menu.png[{screenshot-attrs}]
[[ChUseTools]]
.Tools menu items
@@ -639,7 +639,7 @@ The Wireshark Internals menu contains the fields shown in <<ChUseInternals>>.
[[ChUseWiresharkInternalsMenu]]
.The ``Internals'' Menu
-image::wsug_graphics/ws-internals-menu.png[]
+image::wsug_graphics/ws-internals-menu.png[{screenshot-attrs}]
[[ChUseInternals]]
.Help menu items
@@ -658,7 +658,7 @@ The Wireshark Help menu contains the fields shown in <<ChUseHelp>>.
[[ChUseWiresharkHelpMenu]]
.The ``Help'' Menu
-image::wsug_graphics/ws-help-menu.png[]
+image::wsug_graphics/ws-help-menu.png[{screenshot-attrs}]
[[ChUseHelp]]
.Help menu items
@@ -701,43 +701,43 @@ you haven't loaded one).
[[ChUseWiresharkMainToolbar]]
.The ``Main'' toolbar
-image::wsug_graphics/ws-main-toolbar.png[]
+image::wsug_graphics/ws-main-toolbar.png[{screenshot-attrs}]
[[ChUseMainToolbar]]
.Main toolbar items
[options="header"]
|===============
|Toolbar Icon|Toolbar Item|Corresponding Menu Item|Description
-|image:wsug_graphics/toolbar/capture_interfaces_24.png[] |button:[Interfaces...]|menu:Capture[Interfaces...]| This item brings up the Capture Interfaces List dialog box (discussed further in <<ChCapCapturingSection>>).
-|image:wsug_graphics/toolbar/capture_options_24.png[] |button:[Options...]|menu:Capture[Options...]| This item brings up the Capture Options dialog box (discussed further in <<ChCapCapturingSection>>) and allows you to start capturing packets.
-|image:wsug_graphics/toolbar/capture_start_24.png[] |button:[Start]|menu:Capture[Start]| This item starts capturing packets with the options form the last time.
-|image:wsug_graphics/toolbar/capture_stop_24.png[] |button:[Stop]|menu:Capture[Stop]| This item stops the currently running live capture process <<ChCapCapturingSection>>).
-|image:wsug_graphics/toolbar/capture_restart_24.png[] |button:[Restart]|menu:Capture[Restart]| This item stops the currently running live capture process and restarts it again, for convenience.
-|image:wsug_graphics/toolbar/stock_open_24.png[] |button:[Open...]|menu:File[Open...]| This item brings up the file open dialog box that allows you to load a capture file for viewing. It is discussed in more detail in <<ChIOOpen>>.
-|image:wsug_graphics/toolbar/stock_save_as_24.png[] |button:[Save As...]|menu:File[Save As...]| This item allows you to save the current capture file to whatever file you would like. It pops up the Save Capture File As dialog box (which is discussed further in <<ChIOSaveAs>>).
+|image:wsug_graphics/toolbar/capture_interfaces_24.png[{toolbar-icon-attrs}] |button:[Interfaces...]|menu:Capture[Interfaces...]| This item brings up the Capture Interfaces List dialog box (discussed further in <<ChCapCapturingSection>>).
+|image:wsug_graphics/toolbar/capture_options_24.png[{toolbar-icon-attrs}] |button:[Options...]|menu:Capture[Options...]| This item brings up the Capture Options dialog box (discussed further in <<ChCapCapturingSection>>) and allows you to start capturing packets.
+|image:wsug_graphics/toolbar/capture_start_24.png[{toolbar-icon-attrs}] |button:[Start]|menu:Capture[Start]| This item starts capturing packets with the options form the last time.
+|image:wsug_graphics/toolbar/capture_stop_24.png[{toolbar-icon-attrs}] |button:[Stop]|menu:Capture[Stop]| This item stops the currently running live capture process <<ChCapCapturingSection>>).
+|image:wsug_graphics/toolbar/capture_restart_24.png[{toolbar-icon-attrs}] |button:[Restart]|menu:Capture[Restart]| This item stops the currently running live capture process and restarts it again, for convenience.
+|image:wsug_graphics/toolbar/stock_open_24.png[{toolbar-icon-attrs}] |button:[Open...]|menu:File[Open...]| This item brings up the file open dialog box that allows you to load a capture file for viewing. It is discussed in more detail in <<ChIOOpen>>.
+|image:wsug_graphics/toolbar/stock_save_as_24.png[{toolbar-icon-attrs}] |button:[Save As...]|menu:File[Save As...]| This item allows you to save the current capture file to whatever file you would like. It pops up the Save Capture File As dialog box (which is discussed further in <<ChIOSaveAs>>).
If you currently have a temporary capture file, the Save icon will be shown instead.
-|image:wsug_graphics/toolbar/stock_close_24.png[] |button:[Close]|menu:File[Close]|This item closes the current capture. If you have not saved the capture, you will be asked to save it first.
-|image:wsug_graphics/toolbar/stock_refresh_24.png[] |button:[Reload]|menu:View[Reload]| This item allows you to reload the current capture file.
-|image:wsug_graphics/toolbar/stock_print_24.png[] |button:[Print...]|menu:File[Print...]| This item allows you to print all (or some of) the packets in the capture file. It pops up the Wireshark Print dialog box (which is discussed further in <<ChIOPrintSection>>).
-|image:wsug_graphics/toolbar/stock_search_24.png[] |button:[Find Packet...]|menu:Edit[Find Packet...]|This item brings up a dialog box that allows you to find a packet. There is further information on finding packets in <<ChWorkFindPacketSection>>.
-|image:wsug_graphics/toolbar/stock_left_arrow_24.png[] |button:[Go Back]|menu:Go[Go Back]|This item jumps back in the packet history.
-|image:wsug_graphics/toolbar/stock_right_arrow_24.png[] |button:[Go Forward]|menu:Go[Go Forward]|This item jumps forward in the packet history.
-|image:wsug_graphics/toolbar/stock_jump_to_24.png[] |button:[Go to Packet...]|menu:Go[Go to Packet...]| This item brings up a dialog box that allows you to specify a packet number to go to that packet.
-|image:wsug_graphics/toolbar/stock_top_24.png[] |button:[Go To First Packet]|menu:Go[First Packet]| This item jumps to the first packet of the capture file.
-|image:wsug_graphics/toolbar/stock_bottom_24.png[] |button:[Go To Last Packet]|menu:Go[Last Packet]| This item jumps to the last packet of the capture file.
-|image:wsug_graphics/toolbar/colorize_24.png[] |button:[Colorize]|menu:View[Colorize]| Colorize the packet list (or not).
-|image:wsug_graphics/toolbar/autoscroll_24.png[] |button:[Auto Scroll in Live Capture]|menu:View[Auto Scroll in Live Capture]| Auto scroll packet list while doing a live capture (or not).
-|image:wsug_graphics/toolbar/stock_zoom_in_24.png[] |button:[Zoom In]|menu:View[Zoom In]| Zoom into the packet data (increase the font size).
-|image:wsug_graphics/toolbar/stock_zoom_in_24.png[] |button:[Zoom Out]|menu:View[Zoom Out]| Zoom out of the packet data (decrease the font size).
-|image:wsug_graphics/toolbar/stock_zoom_1_24.png[] |button:[Normal Size]|menu:View[Normal Size]| Set zoom level back to 100%.
-|image:wsug_graphics/toolbar/resize_columns_24.png[] |button:[Resize Columns]|menu:View[Resize Columns]| Resize columns, so the content fits into them.
-|image:wsug_graphics/toolbar/capture_filter_24.png[] |button:[Capture Filters...]|menu:Capture[Capture Filters...]| This item brings up a dialog box that allows you to create and edit capture filters. You can name filters, and you can save them for future use. More detail on this subject is provided in <<ChWorkDefineFilterSection>>.
-|image:wsug_graphics/toolbar/display_filter_24.png[] |button:[Display Filters...]|menu:Analyze[Display Filters...]| This item brings up a dialog box that allows you to create and edit display filters. You can name filters, and you can save them for future use. More detail on this subject is provided in <<ChWorkDefineFilterSection>>.
-|image:wsug_graphics/toolbar/stock_colorselector_24.png[]|button:[Coloring Rules...]|menu:View[Coloring Rules...]| This item brings up a dialog box that allows you to color packets in the packet list pane according to filter expressions you choose. It can be very useful for spotting certain types of packets. More detail on this subject is provided in <<ChCustColorizationSection>>.
-|image:wsug_graphics/toolbar/stock_preferences_24.png[] |button:[Preferences...]|menu:Edit[Preferences]| This item brings up a dialog box that allows you to set preferences for many parameters that control Wireshark. You can also save your preferences so Wireshark will use them the next time you start it. More detail is provided in <<ChCustPreferencesSection>>
-|image:wsug_graphics/toolbar/stock_help_24.png[] |button:[Help]|menu:Help[Contents]| This item brings up help dialog box.
+|image:wsug_graphics/toolbar/stock_close_24.png[{toolbar-icon-attrs}] |button:[Close]|menu:File[Close]|This item closes the current capture. If you have not saved the capture, you will be asked to save it first.
+|image:wsug_graphics/toolbar/stock_refresh_24.png[{toolbar-icon-attrs}] |button:[Reload]|menu:View[Reload]| This item allows you to reload the current capture file.
+|image:wsug_graphics/toolbar/stock_print_24.png[{toolbar-icon-attrs}] |button:[Print...]|menu:File[Print...]| This item allows you to print all (or some of) the packets in the capture file. It pops up the Wireshark Print dialog box (which is discussed further in <<ChIOPrintSection>>).
+|image:wsug_graphics/toolbar/stock_search_24.png[{toolbar-icon-attrs}] |button:[Find Packet...]|menu:Edit[Find Packet...]|This item brings up a dialog box that allows you to find a packet. There is further information on finding packets in <<ChWorkFindPacketSection>>.
+|image:wsug_graphics/toolbar/stock_left_arrow_24.png[{toolbar-icon-attrs}] |button:[Go Back]|menu:Go[Go Back]|This item jumps back in the packet history.
+|image:wsug_graphics/toolbar/stock_right_arrow_24.png[{toolbar-icon-attrs}] |button:[Go Forward]|menu:Go[Go Forward]|This item jumps forward in the packet history.
+|image:wsug_graphics/toolbar/stock_jump_to_24.png[{toolbar-icon-attrs}] |button:[Go to Packet...]|menu:Go[Go to Packet...]| This item brings up a dialog box that allows you to specify a packet number to go to that packet.
+|image:wsug_graphics/toolbar/stock_top_24.png[{toolbar-icon-attrs}] |button:[Go To First Packet]|menu:Go[First Packet]| This item jumps to the first packet of the capture file.
+|image:wsug_graphics/toolbar/stock_bottom_24.png[{toolbar-icon-attrs}] |button:[Go To Last Packet]|menu:Go[Last Packet]| This item jumps to the last packet of the capture file.
+|image:wsug_graphics/toolbar/colorize_24.png[{toolbar-icon-attrs}] |button:[Colorize]|menu:View[Colorize]| Colorize the packet list (or not).
+|image:wsug_graphics/toolbar/autoscroll_24.png[{toolbar-icon-attrs}] |button:[Auto Scroll in Live Capture]|menu:View[Auto Scroll in Live Capture]| Auto scroll packet list while doing a live capture (or not).
+|image:wsug_graphics/toolbar/stock_zoom_in_24.png[{toolbar-icon-attrs}] |button:[Zoom In]|menu:View[Zoom In]| Zoom into the packet data (increase the font size).
+|image:wsug_graphics/toolbar/stock_zoom_in_24.png[{toolbar-icon-attrs}] |button:[Zoom Out]|menu:View[Zoom Out]| Zoom out of the packet data (decrease the font size).
+|image:wsug_graphics/toolbar/stock_zoom_1_24.png[{toolbar-icon-attrs}] |button:[Normal Size]|menu:View[Normal Size]| Set zoom level back to 100%.
+|image:wsug_graphics/toolbar/resize_columns_24.png[{toolbar-icon-attrs}] |button:[Resize Columns]|menu:View[Resize Columns]| Resize columns, so the content fits into them.
+|image:wsug_graphics/toolbar/capture_filter_24.png[{toolbar-icon-attrs}] |button:[Capture Filters...]|menu:Capture[Capture Filters...]| This item brings up a dialog box that allows you to create and edit capture filters. You can name filters, and you can save them for future use. More detail on this subject is provided in <<ChWorkDefineFilterSection>>.
+|image:wsug_graphics/toolbar/display_filter_24.png[{toolbar-icon-attrs}] |button:[Display Filters...]|menu:Analyze[Display Filters...]| This item brings up a dialog box that allows you to create and edit display filters. You can name filters, and you can save them for future use. More detail on this subject is provided in <<ChWorkDefineFilterSection>>.
+|image:wsug_graphics/toolbar/stock_colorselector_24.png[{toolbar-icon-attrs}]|button:[Coloring Rules...]|menu:View[Coloring Rules...]| This item brings up a dialog box that allows you to color packets in the packet list pane according to filter expressions you choose. It can be very useful for spotting certain types of packets. More detail on this subject is provided in <<ChCustColorizationSection>>.
+|image:wsug_graphics/toolbar/stock_preferences_24.png[{toolbar-icon-attrs}] |button:[Preferences...]|menu:Edit[Preferences]| This item brings up a dialog box that allows you to set preferences for many parameters that control Wireshark. You can also save your preferences so Wireshark will use them the next time you start it. More detail is provided in <<ChCustPreferencesSection>>
+|image:wsug_graphics/toolbar/stock_help_24.png[{toolbar-icon-attrs}] |button:[Help]|menu:Help[Contents]| This item brings up help dialog box.
|===============
[[ChUseFilterToolbarSection]]
@@ -750,14 +750,14 @@ information on display filters is available in <<ChWorkDisplayFilterSection>>.
[[ChUseWiresharkFilterToolbar]]
.The ``Filter'' toolbar
-image::wsug_graphics/ws-filter-toolbar.png[]
+image::wsug_graphics/ws-filter-toolbar.png[{screenshot-attrs}]
[[ChUseFilterToolbar]]
.Filter toolbar items
[options="header"]
|===============
|Toolbar Icon|Toolbar Item|Description
-|image:wsug_graphics/toolbar/display_filter_24.png[]|button:[Filter:]|Brings up the filter construction dialog, described in <<FiltersDialog>>.
+|image:wsug_graphics/toolbar/display_filter_24.png[{toolbar-icon-attrs}]|button:[Filter:]|Brings up the filter construction dialog, described in <<FiltersDialog>>.
||_Filter input_|The area to enter or edit a display filter string, see <<ChWorkBuildDisplayFilterSection>>. A syntax check of your filter string is done while you are typing. The background will turn red if you enter an incomplete or invalid string, and will become green when you enter a valid string. You can click on the pull down arrow to select a previously-entered filter string from a list. The entries in the pull down list will remain available even after a program restart.
After you've changed something in this field, don't forget to press the Apply
@@ -765,9 +765,9 @@ button (or the Enter/Return key), to apply this filter string to the display.
This field is also where the current filter in effect is displayed.
-|image:wsug_graphics/toolbar/stock_add_24.png[] |button:[Expression...]|The middle button labeled "Add Expression..." opens a dialog box that lets you edit a display filter from a list of protocol fields, described in <<ChWorkFilterAddExpressionSection>>
-|image:wsug_graphics/toolbar/stock_clear_24.png[] |button:[Clear]|Reset the current display filter and clears the edit area.
-|image:wsug_graphics/toolbar/stock_apply_20.png[] |button:[Apply]|Apply the current value in the edit area as the new display filter.
+|image:wsug_graphics/toolbar/stock_add_24.png[{toolbar-icon-attrs}] |button:[Expression...]|The middle button labeled "Add Expression..." opens a dialog box that lets you edit a display filter from a list of protocol fields, described in <<ChWorkFilterAddExpressionSection>>
+|image:wsug_graphics/toolbar/stock_clear_24.png[{toolbar-icon-attrs}] |button:[Clear]|Reset the current display filter and clears the edit area.
+|image:wsug_graphics/toolbar/stock_apply_20.png[{toolbar-icon-attrs}] |button:[Apply]|Apply the current value in the edit area as the new display filter.
Applying a display filter on large capture files might take quite a long time.
@@ -781,7 +781,7 @@ The packet list pane displays all the packets in the current capture file.
[[ChUseWiresharkListPane]]
.The ``Packet List'' pane
-image::wsug_graphics/ws-list-pane.png[scaledwidth="100%"]
+image::wsug_graphics/ws-list-pane.png[{screenshot-attrs}]
Each line in the packet list corresponds to one packet in the capture file. If
you select a line in this pane, more details will be displayed in the ``Packet
@@ -832,31 +832,31 @@ them.
[horizontal]
.Related packet symbols
-image:wsug_graphics/related-first.png[height="18px"]::
+image:wsug_graphics/related-first.png[{related-attrs}]::
First packet in a conversation.
-image:wsug_graphics/related-current.png[height="18px"]::
+image:wsug_graphics/related-current.png[{related-attrs}]::
Part of the selected conversation.
-image:wsug_graphics/related-other.png[height="18px"]::
+image:wsug_graphics/related-other.png[{related-attrs}]::
_Not_ part of the selected conversation.
-image:wsug_graphics/related-last.png[height="18px"]::
+image:wsug_graphics/related-last.png[{related-attrs}]::
Last packet in a conversation.
-image:wsug_graphics/related-request.png[height="18px"]::
+image:wsug_graphics/related-request.png[{related-attrs}]::
Request.
-image:wsug_graphics/related-response.png[height="18px"]::
+image:wsug_graphics/related-response.png[{related-attrs}]::
Response.
-image:wsug_graphics/related-ack.png[height="18px"]::
+image:wsug_graphics/related-ack.png[{related-attrs}]::
The selected packet acknowledges this packet.
-image:wsug_graphics/related-dup-ack.png[height="18px"]::
+image:wsug_graphics/related-dup-ack.png[{related-attrs}]::
The selected packet is a duplicate acknowledgement of this packet.
-image:wsug_graphics/related-segment.png[height="18px"]::
+image:wsug_graphics/related-segment.png[{related-attrs}]::
The selected packet is related to this packet in some other way, e.g. as part
of reassembly.
@@ -881,7 +881,7 @@ pane) in a more detailed form.
[[ChUseWiresharkDetailsPane]]
.The ``Packet Details'' pane
-image::wsug_graphics/ws-details-pane.png[]
+image::wsug_graphics/ws-details-pane.png[{screenshot-attrs}]
This pane shows the protocols and protocol fields of the packet selected in the
``Packet List'' pane. The protocols and fields of the packet shown in a tree
@@ -912,7 +912,7 @@ The packet bytes pane shows the data of the current packet (selected in the
[[ChUseWiresharkBytesPane]]
.The ``Packet Bytes'' pane
-image::wsug_graphics/ws-bytes-pane.png[]
+image::wsug_graphics/ws-bytes-pane.png[{screenshot-attrs}]
The ``Packet Bytes'' pane shows a canonical
https://en.wikipedia.org/wiki/Hex_dump[hex dump] of the packet data. Each line
@@ -926,7 +926,7 @@ source by clicking its corresponding tab at the bottom of the pane.
[[ChUseWiresharkBytesPaneTabs]]
.The ``Packet Bytes'' pane with tabs
-image::wsug_graphics/ws-bytes-pane-tabs.png[]
+image::wsug_graphics/ws-bytes-pane-tabs.png[{screenshot-attrs}]
Additional pages typically contain data reassembled from multiple packets or
decrypted data.
@@ -948,13 +948,13 @@ to change the size.
[[ChUseWiresharkStatusbarEmpty]]
.The initial Statusbar
-image::wsug_graphics/ws-statusbar-empty.png[height="22px"]
+image::wsug_graphics/ws-statusbar-empty.png[{statusbar-attrs}]
This statusbar is shown while no capture file is loaded, e.g. when Wireshark is started.
[[ChUseWiresharkStatusbarLoaded]]
.The Statusbar with a loaded capture file
-image::wsug_graphics/ws-statusbar-loaded.png[height="22px"]
+image::wsug_graphics/ws-statusbar-loaded.png[{statusbar-attrs}]
* *The colorized bullet* on the left shows the highest expert info level found
in the currently loaded capture file. Hovering the mouse over this icon will
@@ -990,13 +990,13 @@ image::wsug_graphics/ws-statusbar-loaded.png[height="22px"]
[[ChUseWiresharkStatusbarProfile]]
.The Statusbar with a configuration profile menu
-image::wsug_graphics/ws-statusbar-profile.png[height="192px"]
+image::wsug_graphics/ws-statusbar-profile.png[{pdf-scaledwidth},height=192]
For a detailed description of configuration profiles, see <<ChCustConfigProfilesSection>>.
[[ChUseWiresharkStatusbarSelected]]
.The Statusbar with a selected protocol field
-image::wsug_graphics/ws-statusbar-selected.png[height="22px"]
+image::wsug_graphics/ws-statusbar-selected.png[{statusbar-attrs}]
This is displayed if you have selected a protocol field from the ``Packet
Details'' pane.
@@ -1011,7 +1011,7 @@ display filter, representing the selected protocol field.
[[ChUseWiresharkStatusbarFilter]]
.The Statusbar with a display filter message
-image::wsug_graphics/ws-statusbar-filter.png[height="22px"]
+image::wsug_graphics/ws-statusbar-filter.png[{statusbar-attrs}]
This is displayed if you are trying to use a display filter which may have
unexpected results. For a detailed description, see
diff --git a/docbook/wsug_src/WSUG_chapter_work.asciidoc b/docbook/wsug_src/WSUG_chapter_work.asciidoc
index ce17324adc..eaf6af6864 100644
--- a/docbook/wsug_src/WSUG_chapter_work.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_work.asciidoc
@@ -24,7 +24,7 @@ header selected, which shows up in the byte view as the selected bytes.
[[ChWorkSelPack1]]
.Wireshark with a TCP packet selected for viewing
-image::wsug_graphics/ws-packet-selected.png[]
+image::wsug_graphics/ws-packet-selected.png[{screenshot-attrs}]
You can also select and view packets the same way while Wireshark is capturing
if you selected ``Update list of packets in real time'' in the ``Capture
@@ -39,7 +39,7 @@ easily compare two or more packets, even across multiple files.
[[ChWorkPacketSepView]]
.Viewing a packet in a separate window
-image::wsug_graphics/ws-packet-sep-win.png[]
+image::wsug_graphics/ws-packet-sep-win.png[{screenshot-attrs}]
Along with double-clicking the packet list and using the main menu there are a
number of other ways to open a new packet window:
@@ -63,7 +63,7 @@ corresponding pane.
[[ChWorkColumnHeaderPopUpMenu]]
.Pop-up menu of the ``Packet List'' column header
-image::wsug_graphics/ws-column-header-popup-menu.png[]
+image::wsug_graphics/ws-column-header-popup-menu.png[{screenshot-attrs}]
The following table gives an overview of which functions are available in this
header, where to find the corresponding function in the main menu, and a short
@@ -95,7 +95,7 @@ description of each item.
[[ChWorkPacketListPanePopUpMenu]]
.Pop-up menu of the ``Packet List'' pane
-image::wsug_graphics/ws-packet-pane-popup-menu.png[]
+image::wsug_graphics/ws-packet-pane-popup-menu.png[{screenshot-attrs}]
The following table gives an overview of which functions are available in this pane, where to find the corresponding function in the main menu, and a short description of each item.
@@ -137,7 +137,7 @@ The following table gives an overview of which functions are available in this
[[ChWorkPacketDetailsPanePopUpMenu]]
.Pop-up menu of the ``Packet Details'' pane
-image::wsug_graphics/ws-details-pane-popup-menu.png[]
+image::wsug_graphics/ws-details-pane-popup-menu.png[{screenshot-attrs}]
The following table gives an overview of which functions are available in this
pane, where to find the corresponding function in the main menu, and a short
@@ -217,7 +217,7 @@ All protocol and field names are entered in lowercase. Also, don't forget to p
[[ChWorkTCPFilter]]
.Filtering on the TCP protocol
-image::wsug_graphics/ws-display-filter-tcp.png[]
+image::wsug_graphics/ws-display-filter-tcp.png[{screenshot-attrs}]
As you might have noticed, only packets of the TCP protocol are displayed now
(e.g. packets 1-10 are hidden). The packet numbering will remain as before, so
@@ -446,7 +446,7 @@ Wireshark display filter strings.
[[ChWorkFilterAddExpression1]]
.The ``Filter Expression'' dialog box
-image::wsug_graphics/ws-filter-add-expression.png[]
+image::wsug_graphics/ws-filter-add-expression.png[{screenshot-attrs}]
When you first bring up the Filter Expression dialog box you are shown a tree
of field names, organized by protocol, and a box for selecting a relation.
@@ -516,7 +516,7 @@ Wireshark.
[[FiltersDialog]]
.The ``Capture Filters'' and ``Display Filters'' dialog boxes
-image::wsug_graphics/ws-filters.png[]
+image::wsug_graphics/ws-filters.png[{screenshot-attrs}]
_New_::
This button adds a new filter to the list of filters. The currently entered
@@ -589,7 +589,7 @@ from the _Edit_ menu. Wireshark will pop up the dialog box shown in
[[ChWorkFindPacketDialog]]
.The ``Find Packet'' dialog box
-image::wsug_graphics/ws-find-packet.png[]
+image::wsug_graphics/ws-find-packet.png[{screenshot-attrs}]
You might first select the kind of thing to search for:
@@ -656,7 +656,7 @@ Go forward in the packet history, works much like the page history in current w
[[ChWorkGoToPacketDialog]]
.The ``Go To Packet'' dialog box
-image::wsug_graphics/ws-goto-packet.png[]
+image::wsug_graphics/ws-goto-packet.png[{screenshot-attrs}]
This dialog box will let you enter a packet number. When you press button:[OK],
Wireshark will jump to that packet.
@@ -809,7 +809,7 @@ the menu:Edit[] menu or from the pop-up menu of the ``Packet List'' pane. See
[[ChWorkTimeReference]]
.Wireshark showing a time referenced packet
-image::wsug_graphics/ws-time-reference.png[]
+image::wsug_graphics/ws-time-reference.png[{screenshot-attrs}]
A time referenced packet will be marked with the string $$*REF*$$ in the Time
column (see packet number 10). All subsequent packets will show the time since