summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-07-23 08:33:44 +0000
committerGuy Harris <guy@alum.mit.edu>1999-07-23 08:33:44 +0000
commita1f7559b0aff5c3e15e3c59d174b3497d68acff8 (patch)
tree70b2237898ab24b44fdcd2ca13a1804141399faf /doc
parente14befef2202ebdce160780849c87ea4265f6f65 (diff)
downloadwireshark-a1f7559b0aff5c3e15e3c59d174b3497d68acff8.tar.gz
Add a "File/Print" menu item, which prints *all* the packets in the
capture to a file or printer. This should eventually get the ability to print either all the packets or only the packets selected by the display filter, and possibly also the ability to print only packets M through N. Get rid of "cur" member of "capture_file" structure; nobody used it. There's no need to pass a pointer to a "dialog_button" variable to "simple_dialog()" for the error boxes displayed if a file copy or move fails; that dialog box is just a message box and has only an "OK" button. Put the declaration of "prefs" into "prefs.h". svn path=/trunk/; revision=380
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index e6c13af48f..da84241ff3 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -150,6 +150,14 @@ Sets the default capture file name.
Open, close, or reload a capture file.
+=item File:Print
+
+Prints, for all the packets in the current capture, the packet number,
+followed by a description of each protocol header found in the packet,
+followed by the packet data itself. Printing options can be set with the
+I<Edit:Preferences> menu item, or in the dialog box popped up by this
+item.
+
=item File:Print Packet
Print a description of each protocol header found in the packet, followed