diff options
author | Gerald Combs <gerald@wireshark.org> | 2003-09-09 02:41:00 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2003-09-09 02:41:00 +0000 |
commit | 4c19deb2066cceaaddfb5db182e422d51900116c (patch) | |
tree | 3663412095aa0f1942455c3305c1b87bfa0d694e /doc | |
parent | 81fc518ec6eb6366b2143e6b56d0b35307a76812 (diff) | |
download | wireshark-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.template | 9 |
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 |