aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.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 /gtk/packet_win.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 'gtk/packet_win.c')
-rw-r--r--gtk/packet_win.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/packet_win.c b/gtk/packet_win.c
index 423ea58d3d..7547c5c3ec 100644
--- a/gtk/packet_win.c
+++ b/gtk/packet_win.c
@@ -3,7 +3,7 @@
*
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet_win.c,v 1.9 2000/06/27 04:36:03 guy Exp $
+ * $Id: packet_win.c,v 1.10 2000/08/03 12:44:40 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -58,7 +58,6 @@
#include "column.h"
#include "print.h"
#include "resolv.h"
-#include "follow.h"
#include "util.h"
#include "packet_win.h"
#include "simple_dialog.h"