aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-07-20 06:16:09 +0000
committerGuy Harris <guy@alum.mit.edu>1999-07-20 06:16:09 +0000
commitee263d93815a26e593f3f47416aa777c6dc0066a (patch)
tree6c94269df21b418f4c83dda9d0dc96e2bb1fb141 /capture.h
parentc2107fa6002db504bcc92d43a6760ae386b7abd0 (diff)
If doing a catpure with "-S", as soon as we've created the capture file
(this assumes that "libpcap" writes out the header as soon as that happens, which is the case for "libpcap" 0.4), we sync it out (to make sure said header is in the file), and signal the parent process, so that it opens the capture file and updates its windows to indicate that the capture is in progress. svn path=/trunk/; revision=371
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/capture.h b/capture.h
index 18ca05a1c0..43395bf067 100644
--- a/capture.h
+++ b/capture.h
@@ -1,7 +1,7 @@
/* capture.h
* Definitions for packet capture windows
*
- * $Id: capture.h,v 1.8 1999/07/09 04:18:33 gram Exp $
+ * $Id: capture.h,v 1.9 1999/07/20 06:16:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -36,7 +36,6 @@ typedef struct _loop_data {
gint go;
gint max;
gint linktype;
- gint signal_sent;
time_t sync_time;
packet_counts counts;
pcap_dumper_t *pdh;