aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-05-31 00:11:27 +0000
committerGerald Combs <gerald@wireshark.org>2007-05-31 00:11:27 +0000
commitd3a594e6f3d7d8fdcbf9a1a37b83b42fe55661e8 (patch)
tree4a9cff9770d5a04afd2436f13a33d7d37743f871 /docbook
parentce1de92c96384863f1035df84577d6c6b57a2f5e (diff)
Fix a couple of TCP filter typos.
svn path=/trunk/; revision=22012
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index fdb19282c9..ed70d123bf 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -398,9 +398,9 @@ standard libpcap format.
<varlistentry><term><command>-P &lt;path setting></command></term>
<listitem>
<para>
- Special path settings usually detected automatically. This is used
- for special cases, e.g. starting Wireshark from a known location on
- an USB stick.
+ Special path settings usually detected automatically. This is used
+ for special cases, e.g. starting Wireshark from a known location on
+ an USB stick.
</para>
<para>
The criterion is of the form key:path, where key is one of:
@@ -412,8 +412,8 @@ standard libpcap format.
</varlistentry>
<varlistentry><term><command>persdata</command>:path</term>
<listitem><para>
- path of personal data files, it's the folder initially opened.
- After the initilization, the recent file will keep the folder
+ path of personal data files, it's the folder initially opened.
+ After the initilization, the recent file will keep the folder
last used.
</para></listitem>
</varlistentry>
@@ -911,8 +911,8 @@ standard libpcap format.
<para>
Display Filter Macos are a mechanism to create shortcuts for complex filters. For example defining a
display filter macro named <command>tcp_conv</command> whose text is
- <command> ( (ip.src == $1and ip.dst == $2 and tcp.srcpt == $3 and tcp.dstpt == $4) or
- (ip.src == $2and ip.dst == $1 and tcp.srcpt == $4 and tcp.dstpt == $3) ) </command>
+ <command> ( (ip.src == $1 and ip.dst == $2 and tcp.srcport == $3 and tcp.dstport == $4) or
+ (ip.src == $2 and ip.dst == $1 and tcp.srcport == $4 and tcp.dstport == $3) ) </command>
would allow to use a display filter like <command>${tcp_conv:10.1.1.2;10.1.1.3;1200;1400}</command>
instead of typing the whole filter.
</para>
@@ -1120,7 +1120,7 @@ standard libpcap format.
</para>
</listitem>
</varlistentry>
-
+
<varlistentry><term><command>user</command></term>
<listitem>
<para>