From e2f4ce46296f83d8db0953e8005bacb09f7094e7 Mon Sep 17 00:00:00 2001 From: deniel Date: Wed, 28 Jul 1999 20:17:24 +0000 Subject: Fix the -S option : - read only the real number of packets that have been written by the child process. That's avoid incomplete packet read. - special timeout handling no more necessary and the whole real time capture and display behavior is much more satisfying with this patch. - wiretap modified to allow the reading of 'count' packets with wtap_loop. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@398 f5534014-38df-0310-8fa8-9805f1628bb7 --- capture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'capture.h') diff --git a/capture.h b/capture.h index 43395bf067..1d828411e8 100644 --- a/capture.h +++ b/capture.h @@ -1,7 +1,7 @@ /* capture.h * Definitions for packet capture windows * - * $Id: capture.h,v 1.9 1999/07/20 06:16:09 guy Exp $ + * $Id: capture.h,v 1.10 1999/07/28 20:17:16 deniel Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -36,6 +36,7 @@ typedef struct _loop_data { gint go; gint max; gint linktype; + gint sync_packets; time_t sync_time; packet_counts counts; pcap_dumper_t *pdh; -- cgit v1.2.3