aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-25 12:04:08 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-25 12:04:08 +0000
commit7862ca6700cf3a8adc5822ff99e0d15d76e8df8f (patch)
tree42dde0714aef5ead2cf2385fb258bdf99c01f457 /print.h
parent9fc177114d9340c4dc998c83720755091a23d174 (diff)
put all required data into the print_args,
instead of confusing seperation of data git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10692 f5534014-38df-0310-8fa8-9805f1628bb7
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;