Reset the tap listeners in "retap_packets()" before rerunning the taps.

svn path=/trunk/; revision=9677
This commit is contained in:
Guy Harris 2004-01-16 19:35:32 +00:00
parent 04ac43b255
commit 58ee0d5b69

5
file.c
View File

@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
* $Id: file.c,v 1.341 2004/01/13 22:33:26 guy Exp $
* $Id: file.c,v 1.342 2004/01/16 19:35:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -1400,6 +1400,9 @@ retap_packets(capture_file *cf)
{
packet_range_t range;
/* Reset the tap listeners. */
reset_tap_listeners();
/* Iterate through the list of packets, dissecting all packets and
re-running the taps. */
packet_range_init(&range);