summaryrefslogtreecommitdiff
path: root/doc/ethereal.pod.template
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ethereal.pod.template')
-rw-r--r--doc/ethereal.pod.template7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index ef09184443..8774d88636 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1384,6 +1384,11 @@ abbreviations:
ge, >= Greater than or Equal to
le, <= Less than or Equal to
+An additional operater exists that is expressed only in English, not
+punctuation:
+
+ contains Does the protocol, byte-string, or string contain a value
+
Furthermore, each protocol field is typed. The types are:
Unsigned integer (either 8-bit, 16-bit, 24-bit, or 32-bit)
@@ -1480,7 +1485,7 @@ Use of octal to look for "HEAD":
This means that you must escape backslashes with backslashes inside
double quotes:
- smb.path == "\\\\SERVER\\SHARE"
+ smb.path contains "\\\\SERVER\\SHARE"
to look for \\SERVER\SHARE in "smb.path".