aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-04-17 11:50:14 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-04-17 11:50:14 +0000
commitf4564cf6aa66ac7c2c5d12388b201fc67b40cfc7 (patch)
treef4a5368db13769a2d737d14e2abaa4393ce9a491 /print.h
parent5c550c3788ffaaf57b8183162599f3e8dbcee74b (diff)
added PSML output to the printing dialog
svn path=/trunk/; revision=10628
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 d2b97bce3b..bb24342a2b 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.38 2004/04/15 19:56:15 ulfl Exp $
+ * $Id: print.h,v 1.39 2004/04/17 11:50:14 ulfl Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -32,6 +32,7 @@
#define PR_FMT_TEXT 0
#define PR_FMT_PS 1
#define PR_FMT_PDML 2
+#define PR_FMT_PSML 3
/* print_range, enum which frames should be printed */
typedef enum {