aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src/WSUG_chapter_customize.xml
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-04-26 12:19:04 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-04-26 12:19:04 +0000
commit7c6b3823a3300a005301568cdc1c71fe055775c8 (patch)
treea105cc85050dae4fb4dad9673ff7ed99f617a63a /docbook/wsug_src/WSUG_chapter_customize.xml
parentadf7e454327c141af8557c9aa7217e1e8977a1b3 (diff)
Document ESS Category Attributes UAT.
svn path=/trunk/; revision=32564
Diffstat (limited to 'docbook/wsug_src/WSUG_chapter_customize.xml')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index c917570514..3fd4aac0b2 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -1251,6 +1251,41 @@ standard libpcap format.
</section>
+ <section id="ChEssCategoryAttributes"><title>ESS Category Attributes</title>
+ <para>
+ Wireshark uses this table to map ESS Security Category attributes to textual
+ representations. The values to put in this table are usually found in a
+ <ulink url="http://www.xmlspif.org/">XML SPIF</ulink>, which is used for defining
+ security labels.
+ </para>
+ <para>
+ This table is handled by an <xref linkend="ChUserTable"/> with the following fields.
+ </para>
+ <variablelist>
+ <varlistentry><term><command>Tag Set</command></term>
+ <listitem>
+ <para>
+ An Object Identifier representing the Category Tag Set.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry><term><command>Value</command></term>
+ <listitem>
+ <para>
+ The value (Label And Cert Value) representing the Category.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry><term><command>Name</command></term>
+ <listitem>
+ <para>
+ The textual representation for the value.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+
<section id="ChGeoIPDbPaths"><title>GeoIP Database Paths</title>
<para>
If your copy of Wireshark supports <ulink url="http://www.maxmind.com/">MaxMind's</ulink> GeoIP library, you can use their databases to match IP addresses to countries, cites, autonomous system numbers, ISPs, and other bits of information. Some databases are <ulink url="http://www.maxmind.com/download/geoip/database/">available at no cost</ulink>, while others require a licensing fee. See <ulink url="http://www.maxmind.com/app/ip-location">the MaxMind web site</ulink> for more information.