summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-02-07 22:08:12 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-02-07 22:08:12 +0000
commitb5f22bf8a82eac162550d248e182add5edcb9cc4 (patch)
treedf15e06d1e44d84ced83537305176acca86a51df /docbook
parent3cb23ec4f80d5eae31c3331863ea0213967cfdb6 (diff)
downloadwireshark-b5f22bf8a82eac162550d248e182add5edcb9cc4.tar.gz
eXtenstion options access to the -X command line options
svn path=/trunk/; revision=17207
Diffstat (limited to 'docbook')
-rw-r--r--docbook/eug_src/EUG_chapter_customize.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/docbook/eug_src/EUG_chapter_customize.xml b/docbook/eug_src/EUG_chapter_customize.xml
index 4910a4c64d..d90049a367 100644
--- a/docbook/eug_src/EUG_chapter_customize.xml
+++ b/docbook/eug_src/EUG_chapter_customize.xml
@@ -67,7 +67,7 @@ ethereal [ -vh ] [ -DklLnpQS ] [ -a &lt;capture autostop condition> ] ...
[ -N &lt;name resolving flags> ] [ -o &lt;preference/recent setting> ] ...
[ -r &lt;infile> ] [ -R &lt;read (display) filter> ] [ -s &lt;capture snaplen> ]
[ -t &lt;time stamp format> ] [ -w &lt;savefile> ] [ -y &lt;capture link type> ]
- [ -z &lt;statistics> ] [ &lt;infile> ] </programlisting>
+ [ -X &lt;eXtension option> ] [ -z &lt;statistics> ] [ &lt;infile> ] </programlisting>
</example>
We will examine each of the command line options in turn.
@@ -464,6 +464,20 @@ standard libpcap format.
</para>
</listitem>
</varlistentry>
+ <varlistentry><term><command>-X &lt;eXtension option></command></term>
+ <listitem>
+ <para>
+ Specify an option to be passed to a Tethereal module. The eXtension
+ option is in the form extension_key:value, where extension_key can
+ be:
+ <varlistentry><term><command>lua_script</command>:lua_script_filename</term>
+ <listitem><para>
+ Tell Ethereal to load the given script in addition to the default Lua scripts.
+ </para></listitem>
+ </varlistentry>
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry><term><command>-z &lt;statistics-string></command></term>
<listitem>
<para>