aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src/WSUG_app_tools.asciidoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-11-01 14:35:29 -0700
committerGerald Combs <gerald@wireshark.org>2016-11-11 17:18:25 +0000
commit65ab2a97018877ec3a8664d7422c3ee4662e97ca (patch)
treef6068d14ae9493c400eca66019dedbb76a2c42f4 /docbook/wsug_src/WSUG_app_tools.asciidoc
parentaba4d3a3a7d8c7f97290621085a8fb7a33942847 (diff)
AsciiDoc: Create an include file for attributes.
Move the replacement definitions in asciidoc.conf to attributes.asciidoc. This makes the markup a bit cleaner and is more compatible with AsciiDoctor. Use a standard naming scheme for URLs. Change-Id: Ica73aaadb013be2a4e6a3963fb54e6db6e02e98f Reviewed-on: https://code.wireshark.org/review/18655 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/wsug_src/WSUG_app_tools.asciidoc')
-rw-r--r--docbook/wsug_src/WSUG_app_tools.asciidoc11
1 files changed, 5 insertions, 6 deletions
diff --git a/docbook/wsug_src/WSUG_app_tools.asciidoc b/docbook/wsug_src/WSUG_app_tools.asciidoc
index df66220bb3..9775e80dba 100644
--- a/docbook/wsug_src/WSUG_app_tools.asciidoc
+++ b/docbook/wsug_src/WSUG_app_tools.asciidoc
@@ -11,10 +11,10 @@
=== Introduction
-Along with the main application, Wireshark comes with an array of command line
-tools which can be helpful for specialized tasks. These tools will be described
-in this chapter. You can find more information about each command in the
-link:wireshark-man-page-reference:[][Manual Pages].
+Along with the main application, Wireshark comes with an array of
+command line tools which can be helpful for specialized tasks. These
+tools will be described in this chapter. You can find more information
+about each command in the link:{wireshark-man-page-url}[Manual Pages].
[[AppToolstshark]]
@@ -150,8 +150,7 @@ save into. In addition, you will have to terminate the capture with ^C when you
believe you have captured enough packets.
+tcpdump+ is not part of the Wireshark distribution. You can get it from
-link:$$http://www.tcpdump.org/:[]$$[http://www.tcpdump.org] or as a standard
-package in most Linux distributions.
+{tcpdump-main-url} or as a standard package in most Linux distributions.
[[AppToolsdumpcap]]