aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-09-29 22:19:24 +0000
committerGuy Harris <guy@alum.mit.edu>1999-09-29 22:19:24 +0000
commite4f7809763fd5590e28107184445ed1bbd3df971 (patch)
tree40ff25b9f7aa331a5f7530fea5daca6cb006f073 /file.h
parent7b732a9f80f3ff44071520c9ff1101a012fc7b28 (diff)
Add an item to the "File/Print" dialog box to ask that the full hex data
of the packet be printed (this is only done if "Print detail" is selected; it should be grayed out of "Print summary" is selected). If that item is selected, suppress the hex printing of uninterpreted data items in the protocol tree. Move some GTK+ keys not used outside of "gtk/print_dlg.c" from "gtk/keys.h" into "gtk/print_dlg.c". svn path=/trunk/; revision=736
Diffstat (limited to 'file.h')
-rw-r--r--file.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/file.h b/file.h
index 623c7cf153..17ed329442 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.46 1999/09/23 04:38:52 ashokn Exp $
+ * $Id: file.h,v 1.47 1999/09/29 22:19:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -133,16 +133,6 @@ int read_cap_file(capture_file *);
int tail_cap_file(char *, capture_file *);
/* size_t read_frame_header(capture_file *); */
-typedef struct {
- gboolean to_file; /* TRUE if we're printing to a file */
- char *dest; /* if printing to file, pathname;
- if not, command string */
- gboolean print_summary; /* TRUE if we should just print summary;
- FALSE if we should print protocol tree. */
- gboolean expand_all; /* TRUE if we should expand all levels;
- FALSE if we should expand as displayed. */
-} print_args_t;
-
int print_packets(capture_file *cf, print_args_t *print_args);
void filter_packets(capture_file *);
void change_time_formats(capture_file *);