summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-05-24 20:40:42 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-05-24 20:40:42 +0000
commit05973d7fc99d21a5f0f15016eb57add5e858c8b6 (patch)
tree329c65571b65ba2fbd43058b13ec38c382a12b07 /docbook
parent082c1718a74b10e0cb4a4d87fbf3f28d790cebd0 (diff)
downloadwireshark-05973d7fc99d21a5f0f15016eb57add5e858c8b6.tar.gz
Help for the SCTP Users Table
svn path=/trunk/; revision=21926
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index f7d86d3abe..fdb19282c9 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -1089,6 +1089,49 @@ standard libpcap format.
</variablelist>
</section>
+ <section id="ChSccpUsers"><title>SCCP users Table</title>
+ <para>
+ Wireshark uses this table to map specific protocols to a certain DPC/SSN combination for SCCP.
+ </para>
+ <para>
+ This table is handled by an <xref linkend="ChUserTable"/> with the following fields.
+ </para>
+ <variablelist>
+ <varlistentry><term><command>ni</command></term>
+ <listitem>
+ <para>
+ An Integer representing the network indicator for which this association is valid.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry><term><command>called_pc</command></term>
+ <listitem>
+ <para>
+ An range of integers representing the dpcs for which this association is valid.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry><term><command>called_ssn</command></term>
+ <listitem>
+ <para>
+ An range of integers representing the ssns for which this association is valid.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry><term><command>user</command></term>
+ <listitem>
+ <para>
+ The protocol that is carried over this association
+ </para>
+ </listitem>
+ </varlistentry>
+
+
+ </variablelist>
+ </section>
</chapter>