add links to wiki example pages (Capture/Display Filters and Coloring Rules)

svn path=/trunk/; revision=13195
This commit is contained in:
Ulf Lamping 2005-01-29 14:43:33 +00:00
parent e4a550c538
commit 6a0691490c
4 changed files with 32 additions and 4 deletions

View File

@ -710,6 +710,14 @@ ethereal -i eth0 -k
This is explained in the tcpdump man page, which can be hard to
understand, so it's explained here to some extent.
</para>
<note>
<title>Note!</title>
<para>
You will find a lot of Capture Filter examples at the <command>Ethereal
Wiki Capture Filters page</command> at <ulink
url="&EtherealWikiCaptureFiltersPage;">&EtherealWikiCaptureFiltersPage;</ulink>.
</para>
</note>
<para>
You enter the capture filter into the Filter field of the Ethereal
Capture Options dialog box, as shown in

View File

@ -421,6 +421,14 @@ ethereal [ -vh ] [ -klLnpQS ] [ -a &lt;capture autostop condition> ] ...
You can set Ethereal up so that it colorizes packets according to a
filter. This allows you to emphasize the packets you are interested in.
</para>
<note>
<title>Note!</title>
<para>
You will find a lot of Coloring Rule examples at the <command>Ethereal
Wiki Coloring Rules page</command> at <ulink
url="&EtherealWikiColoringRulesPage;">&EtherealWikiColoringRulesPage;</ulink>.
</para>
</note>
<para>
To colorize packets, select the Coloring Rules... menu item from
the View menu, and Ethereal will pop up the "Coloring Rules"

View File

@ -584,6 +584,14 @@
specific expressions. The following sections provide more
information on doing this.
</para>
<note>
<title>Note!</title>
<para>
You will find a lot of Display Filter examples at the <command>Ethereal
Wiki Display Filter page</command> at <ulink
url="&EtherealWikiDisplayFiltersPage;">&EtherealWikiDisplayFiltersPage;</ulink>.
</para>
</note>
<section>
<title>Display filter fields</title>
<para>

View File

@ -59,18 +59,18 @@ DOCUMENT SECTION
<!ENTITY DocumentCopyrightHolder1 "Richard Sharpe">
<!ENTITY DocumentCopyrightHolder2 "Ed Warnicke">
<!ENTITY DocumentCopyrightHolder3 "Ulf Lamping">
<!ENTITY DocumentCopyrightYear "2004">
<!ENTITY DocumentCopyrightYear "2004-2005">
<!ENTITY DocumentEdition "Third ">
<!ENTITY DocumentVersion "V2.01">
<!ENTITY DocumentPubDate "2004">
<!ENTITY DocumentVersion "V2.0.2">
<!ENTITY DocumentPubDate "2005">
<!ENTITY DocumentLegalNotice "<para>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.</para><para>All logos and trademarks in this document are property of their respective owner.</para>">
<!--
Ethereal Info
-->
<!ENTITY EtherealCurrentVersion "0.10.6">
<!ENTITY EtherealCurrentVersion "0.10.9">
<!ENTITY EtherealWebSite "http://www.ethereal.com">
<!ENTITY EtherealUsersGuidePage "&EtherealWebSite;/docs/#usersguide">
<!ENTITY EtherealDownloadPage "&EtherealWebSite;/download.html">
@ -81,6 +81,10 @@ Ethereal Info
<!ENTITY EtherealFAQPromiscPage "&EtherealWebSite;/faq#promiscsniff">
<!ENTITY EtherealMediaPage "&EtherealWebSite;/media.html">
<!ENTITY EtherealWikiPage "http://wiki.ethereal.com">
<!ENTITY EtherealWikiCaptureFiltersPage "&EtherealWikiPage;/CaptureFilters">
<!ENTITY EtherealWikiDisplayFiltersPage "&EtherealWikiPage;/DisplayFilters">
<!ENTITY EtherealWikiPreferencesPage "&EtherealWikiPage;/Preferences">
<!ENTITY EtherealWikiColoringRulesPage "&EtherealWikiPage;/ColoringRules">
<!ENTITY EtherealWikiPreferencesPage "&EtherealWikiPage;/Preferences">
<!ENTITY EtherealDevMailList "ethereal-dev[AT]ethereal.com">