diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-04-17 11:50:14 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-04-17 11:50:14 +0000 |
commit | f4564cf6aa66ac7c2c5d12388b201fc67b40cfc7 (patch) | |
tree | f4a5368db13769a2d737d14e2abaa4393ce9a491 /print.h | |
parent | 5c550c3788ffaaf57b8183162599f3e8dbcee74b (diff) | |
download | wireshark-f4564cf6aa66ac7c2c5d12388b201fc67b40cfc7.tar.gz wireshark-f4564cf6aa66ac7c2c5d12388b201fc67b40cfc7.tar.bz2 wireshark-f4564cf6aa66ac7c2c5d12388b201fc67b40cfc7.zip |
added PSML output to the printing dialog
svn path=/trunk/; revision=10628
Diffstat (limited to 'print.h')
-rw-r--r-- | print.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |