aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-20 17:27:16 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-20 17:27:16 +0000
commitc8d881ff66ac9175f15bc3e727f2cce213404366 (patch)
tree81361420e2c50ff8c16bc815de04ba325e1f60ee /print.h
parentacb6d682d17ce99abec9055c74a5ed47524e1721 (diff)
comment changed
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10133 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'print.h')
-rw-r--r--print.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/print.h b/print.h
index a6bc44d353..138e8a054a 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.36 2004/01/25 00:58:12 guy Exp $
+ * $Id: print.h,v 1.37 2004/02/20 17:27:16 ulfl Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -49,7 +49,7 @@ typedef enum {
} print_dissections_e;
typedef struct {
- gint format; /* text or PostScript */
+ gint format; /* plain text, PostScript or PDML */
gboolean to_file; /* TRUE if we're printing to a file */
char *dest; /* if printing to file, pathname;
if not, command string */