aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-11-03 11:12:27 +0000
committerGerald Combs <gerald@wireshark.org>2022-11-03 14:23:12 +0000
commit5084857eed77875af81c01140113b5673e884e23 (patch)
tree6a98e9f8d06f8cc18821cec9c58ccc424037411b /doc
parent1505fa1b4b91370aaa0b0127ef4c4a36bffd32c9 (diff)
WSUG: Document the layer operator.
Copy over the "layer operator" section from the wireshark-filter man page. Fix the "at operator" level in the wireshark-filter man page.
Diffstat (limited to 'doc')
-rw-r--r--doc/wireshark-filter.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/wireshark-filter.adoc b/doc/wireshark-filter.adoc
index 378b95ad84..24210a47f2 100644
--- a/doc/wireshark-filter.adoc
+++ b/doc/wireshark-filter.adoc
@@ -388,7 +388,7 @@ For more complicated ranges the same syntax used with slices is valid:
means layers number 2, 3 or 4 inclusive. The hash symbol is required to
distinguish a layer range from a slice.
-== The at operator
+=== The at operator
By prefixing the field name with an at sign (@) the comparison is done against
the raw packet data for the field.