aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-17 11:50:14 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-17 11:50:14 +0000
commitb1b964ddb8a1cda94198d02a46016d3afce3bf64 (patch)
treef4a5368db13769a2d737d14e2abaa4393ce9a491 /print.h
parent7a297b891feebfff3a0d36dc54bf8781d3a9446c (diff)
added PSML output to the printing dialog
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10628 f5534014-38df-0310-8fa8-9805f1628bb7
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 {