aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-09-09 02:41:00 +0000
committerGerald Combs <gerald@wireshark.org>2003-09-09 02:41:00 +0000
commit4c19deb2066cceaaddfb5db182e422d51900116c (patch)
tree3663412095aa0f1942455c3305c1b87bfa0d694e /doc
parent81fc518ec6eb6366b2143e6b56d0b35307a76812 (diff)
downloadwireshark-4c19deb2066cceaaddfb5db182e422d51900116c.tar.gz
wireshark-4c19deb2066cceaaddfb5db182e422d51900116c.tar.bz2
wireshark-4c19deb2066cceaaddfb5db182e422d51900116c.zip
In the Find dialog add periods or dashes to the list of allowed hex
separator characters. Update the Ethereal man page accordingly. svn path=/trunk/; revision=8420
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod.template9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 8e3362c888..fe282a57f0 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -452,8 +452,13 @@ Exit the application.
=item Edit:Find Frame
Search forward or backward, starting with the currently selected packet
-(or the most recently selected packet, if no packet is selected), for a
-packet matching a given display filter expression.
+(or the most recently selected packet, if no packet is selected). Search
+criteria can be a display filter expression, a string of hexadecimal
+digits, or a text string.
+
+Hexadecimal digits can be separated by colons, periods, or dashes.
+Text string searches can be ASCII or Unicode (or both), and may be
+case insensitive.
=item Edit:Find Next