aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-04-15 19:56:15 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-04-15 19:56:15 +0000
commitd9fcc8e05a334dca9b6e9986692037177d65569c (patch)
treed092666e93c8c9bea0d1846da7bb3764995fbf12 /print.h
parent77f9354bf76f2bb62b928299d93f3916901336f8 (diff)
added print output option, to suppress dissection completely
(for raw packet hexdump) svn path=/trunk/; revision=10607
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 */