aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-02-16 07:52:16 +0000
committerGuy Harris <guy@alum.mit.edu>2008-02-16 07:52:16 +0000
commit3b6dbecdf39e9f227c4e0918819acd5ff7007f76 (patch)
tree73a825a625bc19a5a3a772fdf4edc999d1bcb348 /docbook
parent95f3802ae9684879effa7f57b749e54a87940ee2 (diff)
Fix(?) nesting of <para> tags.
svn path=/trunk/; revision=24348
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index c18af63a2f..f8da658091 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -375,22 +375,22 @@ standard libpcap format.
wireshark -o mgcp.display_dissect_tree:TRUE -o mgcp.udp.callagent_port:2627
</command>
</para>
- <tip><title>Tip!</title>
- <para>
+ <tip><title>Tip!</title>
+ <para>
You can get a list of all available preference strings from the
preferences file, see <xref linkend="AppFiles"/>.
- </para>
- </tip>
+ </para>
+ </tip>
<para>User access tables can be overridden using "uat," followed by
the UAT file name and a valid record for the file: </para>
<para>
<command>
wireshark -o "uat:user_dlts:\"User 0 (DLT=147)\",\"http\",\"0\",\"\",\"0\",\"\""
</command>
+ </para>
<para>The example above would dissect packets with a libpcap data
link type 147 as HTTP, just as if you had configured it in the
DLT_USER protocol preferences.</para>
- <para>
</para>
</listitem>
</varlistentry>