aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-09 21:38:21 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-09 21:38:21 +0000
commit7e37a382d421d34b6fc3b1434ba8122da7b62a36 (patch)
treeb9df881a349c0f7b3a5ef5abb1b7d5c04c7c90e6 /tethereal.c
parentcc50e44a5d0262d7611463de5a1796e3a7b71963 (diff)
We don't need to keep the progress bar quantum or next step in the
capture_file structure - just make it local to the routine scanning through the packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9616 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tethereal.c b/tethereal.c
index 26e4b7ce24..9581fbe1f0 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.215 2004/01/09 19:02:18 ulfl Exp $
+ * $Id: tethereal.c,v 1.216 2004/01/09 21:38:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2927,8 +2927,6 @@ cf_open(char *fname, gboolean is_tempfile, capture_file *cf)
cf->snap = WTAP_MAX_PACKET_SIZE;
} else
cf->has_snap = TRUE;
- cf->progbar_quantum = 0;
- cf->progbar_nextstep = 0;
firstsec = 0, firstusec = 0;
prevsec = 0, prevusec = 0;