Document the "Print only marked packets" option in the "Print" dialog,

and document that you can now search for packets with particular text in
the Info column or protocol tree.

svn path=/trunk/; revision=8452
This commit is contained in:
Guy Harris 2003-09-10 22:33:31 +00:00
parent 3e1a532413
commit 341e84d9ec
1 changed files with 10 additions and 6 deletions

View File

@ -432,12 +432,12 @@ which to save it.
=item File:Print =item File:Print
Print, for all the packets in the current capture, either the summary Print, for all the packets in the current capture, or for only the
line for the packet or the protocol tree view of the packet; when marked packets in the current capture, either the summary line for the
printing the protocol tree view, the hex dump of the packet can be packet or the protocol tree view of the packet; when printing the
printed as well. Printing options can be set with the protocol tree view, the hex dump of the packet can be printed as well.
I<Edit:Preferences> menu item, or in the dialog box popped up by this Printing options can be set with the I<Edit:Preferences> menu item, or
item. in the dialog box popped up by this item.
=item File:Print Packet =item File:Print Packet
@ -456,6 +456,10 @@ Search forward or backward, starting with the currently selected packet
criteria can be a display filter expression, a string of hexadecimal criteria can be a display filter expression, a string of hexadecimal
digits, or a text string. digits, or a text string.
When searching for a text string, you can search the packet data, or you
can search the text in the Info column in the packet list pane or in the
protocol tree pane.
Hexadecimal digits can be separated by colons, periods, or dashes. Hexadecimal digits can be separated by colons, periods, or dashes.
Text string searches can be ASCII or Unicode (or both), and may be Text string searches can be ASCII or Unicode (or both), and may be
case insensitive. case insensitive.