aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/ug-src/EUG_app_messages.xml
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-07-19 16:59:49 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-07-19 16:59:49 +0000
commit556f1245e46dd68dcf322f5dff30dc24f7702032 (patch)
treed8575d2d367ff820eeba9c472403373d1a74d767 /docbook/ug-src/EUG_app_messages.xml
parent5d366ee1e28624622011633a041fcbacc16dcb12 (diff)
The first draft of an updated "Ethereal User's Guide" redesigned and updated to the current released Ethereal version 0.10.5.
As generation of output files is a bit tricky, please have a look at the Readme.txt file for instructions. Please send comments and improvements. svn path=/trunk/; revision=11433
Diffstat (limited to 'docbook/ug-src/EUG_app_messages.xml')
-rw-r--r--docbook/ug-src/EUG_app_messages.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/docbook/ug-src/EUG_app_messages.xml b/docbook/ug-src/EUG_app_messages.xml
new file mode 100644
index 0000000000..3654a8d573
--- /dev/null
+++ b/docbook/ug-src/EUG_app_messages.xml
@@ -0,0 +1,32 @@
+<!-- EUG Appendix Messages -->
+<appendix id="AppMessages">
+ <title>Ethereal Warnings and Messages</title>
+ <section>
+ <title>Capture file format not understood</title>
+ <para>
+ If <application>Ethereal</application> cannot decode the capture
+ file format of the file you have asked it to load, you will receive
+ a warning box similar to that shown in <xref linkend="AppErr01"/>.
+ <figure id="AppErr01">
+ <title>Read File Format warning</title>
+ <graphic entityref="EtherealFormatError" format="PNG"/>
+ </figure>
+ </para>
+ </section>
+
+ <section>
+ <title>Save file error</title>
+ <para>
+ If <application>Ethereal</application> cannot open the file you
+ requested it to save captured packets in, you will receive a
+ warning box similar to that shown in <xref linkend="AppErr02"/>.
+ <figure id="AppErr02"><title>Save Error warning</title>
+ <graphic scale="60" entityref="EtherealSaveError" format="JPG"/>
+ </figure>
+ </para>
+ </section>
+
+ <!-- Simply add more sections above here ... -->
+
+</appendix>
+<!-- End of EUG Appendix Messages -->