aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-09 18:11:21 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-09 18:11:21 +0000
commitea0a32e92fd4add66f3db522d015d9f144836621 (patch)
tree16794215055746b0fce47315b789bf26a3ea9eb9 /print.h
parent7e20ddc9f68006c7f7fbdfe76867e919b5fc3472 (diff)
use the same packet range things for "Print" dialog, as already implemented
in the "Save As" dialog and some other minor changes svn path=/trunk/; revision=9610
Diffstat (limited to 'print.h')
-rw-r--r--print.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/print.h b/print.h
index 89603b903a..d632c791e0 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.33 2003/12/09 22:21:24 ulfl Exp $
+ * $Id: print.h,v 1.34 2004/01/09 18:10:40 ulfl Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -53,9 +53,7 @@ typedef struct {
gboolean to_file; /* TRUE if we're printing to a file */
char *dest; /* if printing to file, pathname;
if not, command string */
- print_range_e print_range;
- /*guint32 print_range_min;*/
- /*guint32 print_range_max;*/
+ packet_range_t range;
gboolean print_summary; /* TRUE if we should just print summary;
FALSE if we should print protocol tree. */