aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-09 22:27:28 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-09 22:27:28 +0000
commite46e33402baa43077606d05aa6e1931bb21fe4f2 (patch)
tree84327efde57d7b4451c242a0a02d88eca5319cde /print.h
parentfff19576aeb8ac581bfcb3c920eced0196b05efc (diff)
print system enhanced, more print ranges and expanded states
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9222 f5534014-38df-0310-8fa8-9805f1628bb7
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. */