diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-02-20 17:27:16 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-02-20 17:27:16 +0000 |
commit | e79d6d725e8e52dbea3aa45f19cfffb4d11416f5 (patch) | |
tree | 81361420e2c50ff8c16bc815de04ba325e1f60ee /print.h | |
parent | 6d421d36dd45283207095a3abbaeffb67b26c441 (diff) | |
download | wireshark-e79d6d725e8e52dbea3aa45f19cfffb4d11416f5.tar.gz wireshark-e79d6d725e8e52dbea3aa45f19cfffb4d11416f5.tar.bz2 wireshark-e79d6d725e8e52dbea3aa45f19cfffb4d11416f5.zip |
comment changed
svn path=/trunk/; revision=10133
Diffstat (limited to 'print.h')
-rw-r--r-- | print.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |