Re: [tcpdump-workers] pcap_offline_read() fix

2004-11-30 Thread Guy Harris
On Nov 27, 2004, at 10:31 PM, Dug Song wrote: a program which changes the filter for its pcap handle at runtime with pcap_compile/setfilter() will abort when operating on a savefile, due to this dangling ptr reference in pcap_offline_read(): Checked in. - This is the tcpdump-workers list. Visit htt

[tcpdump-workers] pcap_offline_read() fix

2004-11-27 Thread Dug Song
a program which changes the filter for its pcap handle at runtime with pcap_compile/setfilter() will abort when operating on a savefile, due to this dangling ptr reference in pcap_offline_read(): --- savefile.c- Thu Mar 11 18:46:14 2004 +++ savefile.c Sun Nov 28 01:15:13 2004 @@ -906,7 +906,7 @@