aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-01 18:45:43 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-01 18:45:43 +0000
commit5c625026446e3c08b2dafdffe5c900c06de9999c (patch)
treeec7a6aa94d5c00127cf06a92c00e4650e67f3b01 /docbook/wsug_src
parent72e8e8dbee327966b181a497db61ba83008465a3 (diff)
downloadwireshark-5c625026446e3c08b2dafdffe5c900c06de9999c.tar.gz
wireshark-5c625026446e3c08b2dafdffe5c900c06de9999c.tar.bz2
wireshark-5c625026446e3c08b2dafdffe5c900c06de9999c.zip
Added a UAT table to describe enterprise specific-trap types.
svn path=/trunk/; revision=30796
Diffstat (limited to 'docbook/wsug_src')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index 3883b33bea..33e10b1423 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -1059,6 +1059,11 @@ standard libpcap format.
</listitem>
<listitem>
<para>
+ SNMP Enterprise Specific Trap Types (snmp_specific_traps) (<xref linkend="ChSNMPEnterpriseSpecificTrapTypes"/>)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
SNMP Users (snmp_users) (<xref linkend="ChSNMPUsersSection"/>)
</para>
</listitem>
@@ -1381,6 +1386,39 @@ standard libpcap format.
</section>
+ <section id="ChSNMPEnterpriseSpecificTrapTypes"><title>SNMP Enterprise Specific Trap Types</title>
+ <para>
+ Wireshark uses this table to map specific-trap values to user defined descriptions in a Trap PDU.
+ The description is shown in the packet details specific-trap element.
+ </para>
+ <para>
+ This table is handled by an <xref linkend="ChUserTable"/> with the following fields.
+ </para>
+ <variablelist>
+ <varlistentry><term><command>Enterprise OID</command></term>
+ <listitem>
+ <para>
+ The object identifier representing the object generating the trap.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry><term><command>Trap Id</command></term>
+ <listitem>
+ <para>
+ An Integer representing the specific-trap code.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry><term><command>Description</command></term>
+ <listitem>
+ <para>
+ The description to show in the packet details.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+
<section id="ChSNMPUsersSection"><title>SNMP users Table</title>
<para>
Wireshark uses this table to verify authentication and to decrypt encrypted SNMPv3 packets.