aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-02-02 00:32:33 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-02-02 00:32:33 +0000
commitbb59123892c60c6f16b326ffb8c6852ecc656567 (patch)
treec49ecde49535d81c7d3d5e31dc63fb6cc03ae8e6 /docbook
parent5f521f725b8c3defd388a89f9ce52be4ee946a08 (diff)
Add more examples to eth.addr display filter examples, including the new
xxxx.xxxx.xxxx format recently introduced svn path=/trunk/; revision=20680
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_work.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_work.xml b/docbook/wsug_src/WSUG_chapter_work.xml
index 3e1efb26f3..0c6c1420ea 100644
--- a/docbook/wsug_src/WSUG_chapter_work.xml
+++ b/docbook/wsug_src/WSUG_chapter_work.xml
@@ -834,7 +834,12 @@ ip.len le 0x436
</row>
<row>
<entry>Ethernet address (6 bytes)</entry>
- <entry>eth.addr == ff:ff:ff:ff:ff:ff</entry>
+ <entry><para>Separators can be a colon
+ (:), dot (.) or dash (-) and can have one or
+ two bytes between seperators:<programlisting>
+eth.addr == ff:ff:ff:ff:ff:ff
+eth.addr == ff-ff-ff-ff-ff-ff
+eth.addr == ffff.ffff.ffff</programlisting></para></entry>
</row>
<row>
<entry>IPv4 address</entry>