aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-10-11 11:40:13 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-10-11 11:40:13 +0000
commit5a2106b111a4ad9dc8bf20ee1877e69a86d69ffc (patch)
treebbf51a9a7a446838d2720fb23556bd1ec2b7f413 /docbook
parentf8a1888e9f29bd245212e11c1b486830541332d3 (diff)
List services as a configuration file.
svn path=/trunk/; revision=26412
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_app_files.xml34
1 files changed, 30 insertions, 4 deletions
diff --git a/docbook/wsug_src/WSUG_app_files.xml b/docbook/wsug_src/WSUG_app_files.xml
index 1762fc9cb3..77caee5d93 100644
--- a/docbook/wsug_src/WSUG_app_files.xml
+++ b/docbook/wsug_src/WSUG_app_files.xml
@@ -204,6 +204,12 @@
<entry>%WIRESHARK%\hosts, %APPDATA%\Wireshark\hosts</entry>
</row>
<row>
+ <entry><command>services</command></entry>
+ <entry>Network services.</entry>
+ <entry>/etc/services, $HOME/.wireshark/services</entry>
+ <entry>%WIRESHARK%\services, %APPDATA%\Wireshark\services</entry>
+ </row>
+ <row>
<entry><command>subnets</command></entry>
<entry>IPv4 subnet name resolution.</entry>
<entry>/etc/subnets, $HOME/.wireshark/subnets</entry>
@@ -325,8 +331,7 @@ variable: value
defined and saved. It consists of one or more lines,
where each line has the following format:
<programlisting>
-@&lt;filter name>@&lt;filter string>
-@[&lt;bg RGB(16-bit)>][&lt;fg RGB(16-bit)>]
+@&lt;filter name>@&lt;filter string>@[&lt;bg RGB(16-bit)>][&lt;fg RGB(16-bit)>]
</programlisting>
</para>
<para>
@@ -345,7 +350,7 @@ variable: value
<programlisting>
tcp
udp
- </programlisting>
+ </programlisting>
</para>
<para>
The settings from this file are read in at program start and written
@@ -426,6 +431,26 @@ c0-00-ff-ff-ff-ff TR_broadcast
</listitem>
</varlistentry>
<varlistentry>
+ <term><command>services</command></term>
+ <listitem>
+ <para>
+ Wireshark uses the files listed in <xref linkend="AppFilesTabFolders"/>
+ to translate port numbers into names.
+ </para>
+ <para>
+ An example is:
+ <programlisting>
+mydns 5045/udp # My own Domain Name Server
+mydns 5045/tcp # My own Domain Name Server
+ </programlisting>
+ </para>
+ <para>
+ The settings from this file are read in at program start and never
+ written by Wireshark.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><command>subnets</command></term>
<listitem>
<para>
@@ -457,7 +482,8 @@ c0-00-ff-ff-ff-ff TR_broadcast
written by Wireshark.
</para>
</listitem>
- </varlistentry> <varlistentry>
+ </varlistentry>
+ <varlistentry>
<term><command>ipxnets</command></term>
<listitem>
<para>