aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src/WSUG_chapter_advanced.xml
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-05-31 21:49:26 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-05-31 21:49:26 +0000
commite10e4fb85c39ccbbb5078ab918421217e15551c4 (patch)
tree415ddf39b6b093a51d7e45ed5a821684eab8ced6 /docbook/wsug_src/WSUG_chapter_advanced.xml
parentc208638001d76fc4d2fd6c2f8fe72c72f50fef7f (diff)
Further cleanup of Wireshark User Guide
svn path=/trunk/; revision=18290
Diffstat (limited to 'docbook/wsug_src/WSUG_chapter_advanced.xml')
-rw-r--r--docbook/wsug_src/WSUG_chapter_advanced.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_advanced.xml b/docbook/wsug_src/WSUG_chapter_advanced.xml
index eec9b786f5..b310fe3131 100644
--- a/docbook/wsug_src/WSUG_chapter_advanced.xml
+++ b/docbook/wsug_src/WSUG_chapter_advanced.xml
@@ -677,13 +677,13 @@
<section><title>IP name resolution (network layer)</title>
<para>
- Try to resolve an IP address (e.g. 65.208.228.223) to
+ Try to resolve an IP address (e.g. 216.239.37.99) to
something more "human readable".
</para>
<para><command>DNS/ADNS name resolution (system/library service)</command>
Wireshark will ask the operating system (or the ADNS library),
to convert an IP address to the hostname associated with it
- (e.g. 65.208.228.223 -> www.wireshark.org). The DNS service is using
+ (e.g. 216.239.37.99 -> www.1.google.com). The DNS service is using
synchronous calls to the DNS server. So Wireshark will stop responding
until a response to a DNS request is returned. If possible, you might
consider using the ADNS library (which won't wait for a network response).
@@ -723,8 +723,8 @@
</para>
<para><command>hosts name resolution (hosts file)</command>
If DNS name resolution failed, Wireshark will try to convert an IP address
- to the hostname associated with it, using an hosts file provided by the
- user (e.g. 65.208.228.223 -> www.wireshark.org).
+ to the hostname associated with it, using a hosts file provided by the
+ user (e.g. 216.239.37.99 -> www.google.com).
</para>
</section>
@@ -808,7 +808,7 @@
</para>
<para>
Further information about checksums can be found at:
- <ulink url="http://en.wikipedia.org/wiki/Checksum"/>.
+ <ulink url="&WikipediaWebsite;/wiki/Checksum"/>.
</para>
</sidebar>
<section><title>Wireshark checksum validation</title>