summaryrefslogtreecommitdiff
path: root/packet.c
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 /packet.c
parent7b732a9f80f3ff44071520c9ff1101a012fc7b28 (diff)
downloadwireshark-e4f7809763fd5590e28107184445ed1bbd3df971.tar.gz
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 'packet.c')
-rw-r--r--packet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.c b/packet.c
index 37056f2981..dcf12ec83e 100644
--- a/packet.c
+++ b/packet.c
@@ -1,7 +1,7 @@
/* packet.c
* Routines for packet disassembly
*
- * $Id: packet.c,v 1.44 1999/09/18 15:44:41 deniel Exp $
+ * $Id: packet.c,v 1.45 1999/09/29 22:19:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -56,6 +56,7 @@
#endif
#include "packet.h"
+#include "print.h"
#include "file.h"
extern capture_file cf;