aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-07 00:28:34 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-07 00:28:34 +0000
commit7ff188128bc622b128fb5a8268573098edc0d16b (patch)
treec502dca14bb2095b403d04517eefa1b337b79cba /docbook
parent7cf1229160ef2430f2916d074fefe1ab2c43de30 (diff)
Added a users context list to map a presentation context identifier to an
object identifier when the capture does not contain a PRES package with a presentation context definition list for the conversation. Added a few expert infos. svn path=/trunk/; revision=27631
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index 1c7fe7e134..97f55db735 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -1039,6 +1039,11 @@ standard libpcap format.
</listitem>
<listitem>
<para>
+ PRES Users Context List (pres_context_list) (<xref linkend="ChPresContextList"/>)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
SCCP Users Table (sccp_users) (<xref linkend="ChSccpUsers"/>)
</para>
</listitem>
@@ -1265,6 +1270,34 @@ standard libpcap format.
</section>
+ <section id="ChPresContextList"><title>PRES Users Context List</title>
+ <para>
+ Wireshark uses this table to map a presentation context identifier to a given object identifier when the
+ capture does not contain a PRES package with a presentation context definition list for the conversation.
+ </para>
+ <para>
+ This table is handled by an <xref linkend="ChUserTable"/> with the following fields.
+ </para>
+ <variablelist>
+ <varlistentry><term><command>Context Id</command></term>
+ <listitem>
+ <para>
+ An Integer representing the presentation context identifier for which this association is valid.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry><term><command>Syntax Name OID</command></term>
+ <listitem>
+ <para>
+ The object identifier representing the abstract syntax name, which defines the protocol that is
+ carried over this association.
+ </para>
+ </listitem>
+ </varlistentry>
+ </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.