summaryrefslogtreecommitdiff
path: root/docbook/wsug_src
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-03-31 04:28:39 +0000
committerGuy Harris <guy@alum.mit.edu>2013-03-31 04:28:39 +0000
commit7b32fc6873aeaeedc7ac66d3481913c2a14bc19d (patch)
tree5c8960b45ad7f8ccdbc54023acf374e4fac2888c /docbook/wsug_src
parente2eabbc883cdb2f18b45d487865227c7be634c18 (diff)
downloadwireshark-7b32fc6873aeaeedc7ac66d3481913c2a14bc19d.tar.gz
Reflect the new menu item for the dialog box for importing a hex dump
file (and note in more detail what it does). svn path=/trunk/; revision=48666
Diffstat (limited to 'docbook/wsug_src')
-rw-r--r--docbook/wsug_src/WSUG_chapter_io.xml7
-rw-r--r--docbook/wsug_src/WSUG_chapter_use.xml5
2 files changed, 7 insertions, 5 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_io.xml b/docbook/wsug_src/WSUG_chapter_io.xml
index 6778d7360c..7e76a88a13 100644
--- a/docbook/wsug_src/WSUG_chapter_io.xml
+++ b/docbook/wsug_src/WSUG_chapter_io.xml
@@ -743,13 +743,14 @@
handle these dumps.
</para>
<section id="ChIOImportDialog">
- <title>The "File import" dialog box</title>
+ <title>The "Import from Hex Dump" dialog box</title>
<para>
- This dialog box lets you select a file to be imported and set import parameters.
+ This dialog box lets you select a text file, containing a hex dump
+ of packet data, to be imported and set import parameters.
</para>
<para>
<figure id="ChIOFileImportDialog">
- <title>The "File Import" dialog</title>
+ <title>The "Import from Hex Dump" dialog</title>
<graphic entityref="WiresharkFileImportDialog" format="PNG"/>
</figure>
</para>
diff --git a/docbook/wsug_src/WSUG_chapter_use.xml b/docbook/wsug_src/WSUG_chapter_use.xml
index 9737b5bbde..ca023d7ed9 100644
--- a/docbook/wsug_src/WSUG_chapter_use.xml
+++ b/docbook/wsug_src/WSUG_chapter_use.xml
@@ -434,11 +434,12 @@
</para></entry>
</row>
<row>
- <entry><command>Import...</command></entry>
+ <entry><command>Import from Hex Dump...</command></entry>
<entry></entry>
<entry><para>
This menu item brings up the import file dialog box that
- allows you to import a text file into a new temporary capture.
+ allows you to import a text file containing a hex dump
+ into a new temporary capture.
It is discussed in more detail in <xref linkend="ChIOImportSection"/>.
</para></entry>
</row>