aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-08-03 12:44:40 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-08-03 12:44:40 +0000
commita3e7190456e494901c48fedcf49a727524f042e7 (patch)
tree4b1c1ee8893d0ccec754399a3e37d1547178a2f6 /print.h
parent15a399d338210b4adeb88612b01777c836ab1fcb (diff)
Add a "Save As" feature to the TCP Follow dialogue, to save the stream
file to a user-specified file. Move the file-copy routine in save_cap_file() to an indepenent function in file.c (copy_binary_file()) so that follow_dlg.c can use it. Remove #include "follow.h" from the C files that don't need it. svn path=/trunk/; revision=2200
Diffstat (limited to 'print.h')
-rw-r--r--print.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/print.h b/print.h
index fa5f409ce6..d47d66936e 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.18 2000/01/22 06:22:19 guy Exp $
+ * $Id: print.h,v 1.19 2000/08/03 12:44:21 gram Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
*
@@ -28,6 +28,10 @@
#ifndef __PRINT_H__
#define __PRINT_H__
+#ifndef __PACKET_H__
+#include "packet.h"
+#endif
+
#define PR_FMT_TEXT 0
#define PR_FMT_PS 1