aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'print.h')
-rw-r--r--print.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/print.h b/print.h
index 138e8a054a..d2b97bce3b 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.37 2004/02/20 17:27:16 ulfl Exp $
+ * $Id: print.h,v 1.38 2004/04/15 19:56:15 ulfl Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -43,6 +43,7 @@ typedef enum {
/* print_dissections, enum how the dissections should be printed */
typedef enum {
+ print_dissections_none, /* no dissections at all */
print_dissections_collapsed, /* no dissection details */
print_dissections_as_displayed, /* details as displayed */
print_dissections_expanded /* all dissection details */