aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-09 22:27:28 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-09 22:27:28 +0000
commit892700e8930e0551513462dd63c8458aa6773290 (patch)
tree84327efde57d7b4451c242a0a02d88eca5319cde /print.h
parent8620b71841254bb4beed2b8266b8b154e701101a (diff)
print system enhanced, more print ranges and expanded states
svn path=/trunk/; revision=9222
Diffstat (limited to 'print.h')
-rw-r--r--print.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/print.h b/print.h
index ab88590360..89603b903a 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.32 2003/12/09 22:04:57 ulfl Exp $
+ * $Id: print.h,v 1.33 2003/12/09 22:21:24 ulfl Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -59,8 +59,6 @@ typedef struct {
gboolean print_summary; /* TRUE if we should just print summary;
FALSE if we should print protocol tree. */
- gboolean expand_all; /* TRUE if we should expand all levels;
- FALSE if we should expand as displayed. */
print_dissections_e print_dissections;
gboolean print_hex; /* TRUE if we should also print hex data;
FALSE if we should print only if not dissected. */