summaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-04-25 12:04:08 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-04-25 12:04:08 +0000
commit895375603d9a14cafbd1ef70ea87a39d9e51d9f9 (patch)
tree42dde0714aef5ead2cf2385fb258bdf99c01f457 /print.h
parentb03a9d08f3b7b319f4c27771582eee366e0626f8 (diff)
downloadwireshark-895375603d9a14cafbd1ef70ea87a39d9e51d9f9.tar.gz
put all required data into the print_args,
instead of confusing seperation of data svn path=/trunk/; revision=10692
Diffstat (limited to 'print.h')
-rw-r--r--print.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/print.h b/print.h
index 2096ed3eac..25512c73de 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.42 2004/04/24 23:13:46 ulfl Exp $
+ * $Id: print.h,v 1.43 2004/04/25 12:04:07 ulfl Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -57,8 +57,8 @@ typedef enum {
typedef struct {
print_format_e format; /* plain text, PostScript, PDML, ... */
gboolean to_file; /* TRUE if we're printing to a file */
- char *dest; /* if printing to file, pathname;
- if not, command string */
+ char *file; /* file output pathname */
+ char *cmd; /* print command string (not win32) */
packet_range_t range;
gboolean print_summary; /* TRUE if we should just print summary;