diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2010-04-26 12:19:04 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2010-04-26 12:19:04 +0000 |
commit | 7c6b3823a3300a005301568cdc1c71fe055775c8 (patch) | |
tree | a105cc85050dae4fb4dad9673ff7ed99f617a63a /docbook | |
parent | adf7e454327c141af8557c9aa7217e1e8977a1b3 (diff) | |
download | wireshark-7c6b3823a3300a005301568cdc1c71fe055775c8.tar.gz wireshark-7c6b3823a3300a005301568cdc1c71fe055775c8.tar.bz2 wireshark-7c6b3823a3300a005301568cdc1c71fe055775c8.zip |
Document ESS Category Attributes UAT.
svn path=/trunk/; revision=32564
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/wsug_src/WSUG_chapter_customize.xml | 35 |
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. |