summaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-20 17:27:16 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-20 17:27:16 +0000
commite79d6d725e8e52dbea3aa45f19cfffb4d11416f5 (patch)
tree81361420e2c50ff8c16bc815de04ba325e1f60ee /print.h
parent6d421d36dd45283207095a3abbaeffb67b26c441 (diff)
downloadwireshark-e79d6d725e8e52dbea3aa45f19cfffb4d11416f5.tar.gz
comment changed
svn path=/trunk/; revision=10133
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 */