diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2006-02-07 22:08:12 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2006-02-07 22:08:12 +0000 |
commit | b5f22bf8a82eac162550d248e182add5edcb9cc4 (patch) | |
tree | df15e06d1e44d84ced83537305176acca86a51df /docbook | |
parent | 3cb23ec4f80d5eae31c3331863ea0213967cfdb6 (diff) | |
download | wireshark-b5f22bf8a82eac162550d248e182add5edcb9cc4.tar.gz wireshark-b5f22bf8a82eac162550d248e182add5edcb9cc4.tar.bz2 wireshark-b5f22bf8a82eac162550d248e182add5edcb9cc4.zip |
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.xml | 16 |
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 <capture autostop condition> ] ... [ -N <name resolving flags> ] [ -o <preference/recent setting> ] ... [ -r <infile> ] [ -R <read (display) filter> ] [ -s <capture snaplen> ] [ -t <time stamp format> ] [ -w <savefile> ] [ -y <capture link type> ] - [ -z <statistics> ] [ <infile> ] </programlisting> + [ -X <eXtension option> ] [ -z <statistics> ] [ <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 <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 <statistics-string></command></term> <listitem> <para> |