Reset the tap listeners in "retap_packets()" before rerunning the taps.
svn path=/trunk/; revision=9677
This commit is contained in:
parent
04ac43b255
commit
58ee0d5b69
5
file.c
5
file.c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user