aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src
diff options
context:
space:
mode:
Diffstat (limited to 'docbook/wsug_src')
-rw-r--r--docbook/wsug_src/WSUG_app_tools.xml18
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml2
-rw-r--r--docbook/wsug_src/WSUG_chapter_work.asciidoc4
3 files changed, 12 insertions, 12 deletions
diff --git a/docbook/wsug_src/WSUG_app_tools.xml b/docbook/wsug_src/WSUG_app_tools.xml
index fe8d8828b4..431f8c93b3 100644
--- a/docbook/wsug_src/WSUG_app_tools.xml
+++ b/docbook/wsug_src/WSUG_app_tools.xml
@@ -28,7 +28,7 @@
<programlisting>
TShark 1.99.0 (v1.99.0-rc1-448-gd344a38 from master)
Dump and analyze network traffic.
-See http://www.wireshark.org for more information.
+See https://www.wireshark.org for more information.
Copyright 1998-2014 Gerald Combs &lt;gerald@wireshark.org&gt; and contributors.
This is free software; see the source for copying conditions. There is NO
@@ -184,7 +184,7 @@ tcpdump -i &lt;interface> -s 65535 -w &lt;some-file>
<programlisting>
Dumpcap 1.99.0 (v1.99.0-rc1-448-gd344a38 from master)
Capture network packets and dump them into a pcapng file.
-See http://www.wireshark.org for more information.
+See https://www.wireshark.org for more information.
Usage: dumpcap [options] ...
@@ -262,7 +262,7 @@ Use Ctrl-C to stop capturing at any time.
<programlisting>
Capinfos 1.99.0 (v1.99.0-rc1-448-gd344a38 from master)
Prints various information (infos) about capture files.
-See http://www.wireshark.org for more information.
+See https://www.wireshark.org for more information.
Usage: capinfos [options] &lt;infile&gt; ...
@@ -336,7 +336,7 @@ output format.
<programlisting>
Rawshark 1.99.0 (v1.99.0-rc1-448-gd344a38 from master)
Dump and analyze network traffic.
-See http://www.wireshark.org for more information.
+See https://www.wireshark.org for more information.
Copyright 1998-2014 Gerald Combs &lt;gerald@wireshark.org&gt; and contributors.
This is free software; see the source for copying conditions. There is NO
@@ -390,7 +390,7 @@ Miscellaneous:
<programlisting>
Editcap 1.99.0 (v1.99.0-rc1-448-gd344a38 from master)
Edit and/or translate the format of capture files.
-See http://www.wireshark.org for more information.
+See https://www.wireshark.org for more information.
Usage: editcap [options] ... &lt;infile&gt; &lt;outfile&gt; [ &lt;packet#&gt;[-&lt;packet#&gt;] ... ]
@@ -498,7 +498,7 @@ editcap: The available capture file types for the "-F" flag are:
ngwsniffer_1_1 - NetXray, Sniffer (Windows) 1.1
ngwsniffer_2_0 - Sniffer (Windows) 2.00x
niobserver - Network Instruments Observer
- nokialibpcap - Nokia tcpdump - libpcap
+ nokialibpcap - Nokia tcpdump - libpcap
nseclibpcap - Wireshark - nanosecond libpcap
nstrace10 - NetScaler Trace (Version 1.0)
nstrace20 - NetScaler Trace (Version 2.0)
@@ -771,7 +771,7 @@ editcap: The available encapsulation types for the "-T" flag are:
<programlisting>
Mergecap 1.99.0 (v1.99.0-rc1-448-gd344a38 from master)
Merge two or more capture files into one.
-See http://www.wireshark.org for more information.
+See https://www.wireshark.org for more information.
Usage: mergecap [options] -w &lt;outfile&gt;|- &lt;infile&gt; [&lt;infile&gt; ...]
@@ -875,7 +875,7 @@ Miscellaneous:
<programlisting>
Text2pcap 1.99.0 (v1.99.0-rc1-448-gd344a38 from master)
Generate a capture file from an ASCII hexdump of packets.
-See http://www.wireshark.org for more information.
+See https://www.wireshark.org for more information.
Usage: text2pcap [options] &lt;infile&gt; &lt;outfile&gt;
@@ -1198,7 +1198,7 @@ CLEAN_DISSECTOR_SRC = \
<programlisting>
Reordercap 1.99.0
Reorder timestamps of input file frames into output file.
-See http://www.wireshark.org for more information.
+See https://www.wireshark.org for more information.
Usage: reordercap [options] &lt;infile&gt; &lt;outfile&gt;
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index 2c5ba22f7e..c0da6a9353 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -51,7 +51,7 @@
<programlisting>
Wireshark 1.9.0 (SVN Rev 47047 from /trunk)
Interactively dump and analyze network traffic.
-See http://www.wireshark.org for more information.
+See https://www.wireshark.org for more information.
Copyright 1998-2013 Gerald Combs &lt;gerald@wireshark.org&gt; and contributors.
This is free software; see the source for copying conditions. There is NO
diff --git a/docbook/wsug_src/WSUG_chapter_work.asciidoc b/docbook/wsug_src/WSUG_chapter_work.asciidoc
index 84c7f310ad..c297dda10a 100644
--- a/docbook/wsug_src/WSUG_chapter_work.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_work.asciidoc
@@ -321,7 +321,7 @@ Classless InterDomain Routing (CIDR) notation can be used to test if an IPv4 add
ip.addr == 129.111.0.0/16
|IPv6 address|ipv6.addr == ::1
-|String (text)|http.request.uri == "http://www.wireshark.org/"
+|String (text)|http.request.uri == "https://www.wireshark.org/"
|===============
==== Combining expressions
@@ -796,4 +796,4 @@ the last time reference.
++++++++++++++++++++++++++++++++++++++
<!-- End of WSUG Chapter Work -->
-++++++++++++++++++++++++++++++++++++++ \ No newline at end of file
+++++++++++++++++++++++++++++++++++++++