aboutsummaryrefslogtreecommitdiffstats
path: root/follow.c
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 /follow.c
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 'follow.c')
-rw-r--r--follow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/follow.c b/follow.c
index d4d0220e23..68dbd61943 100644
--- a/follow.c
+++ b/follow.c
@@ -1,6 +1,6 @@
/* follow.c
*
- * $Id: follow.c,v 1.22 2000/07/07 09:30:56 guy Exp $
+ * $Id: follow.c,v 1.23 2000/08/03 12:44:20 gram Exp $
*
* Copyright 1998 Mike Hall <mlh@io.com>
*
@@ -44,7 +44,7 @@
#include "packet.h"
#include "follow.h"
-extern FILE* data_out_file;
+FILE* data_out_file;
gboolean incomplete_tcp_stream = FALSE;