Re: [tcpdump-workers] Register leak in libpcap 0.9.7

2008-06-16 Thread Bruce Keats
Yep, it works. Bruce On Fri, Jun 13, 2008 at 4:26 PM, Bruce Keats <[EMAIL PROTECTED]> wrote: > That was fast! Thanks Guy. > > I will give it a try. > > Bruce > > On Fri, Jun 13, 2008 at 4:17 PM, Guy Harris <[EMAIL PROTECTED]> wrote: > >> Bruce Keats wrote: >> >>> I have a program that is li

Re: [tcpdump-workers] Register leak in libpcap 0.9.7

2008-06-13 Thread Bruce Keats
That was fast! Thanks Guy. I will give it a try. Bruce On Fri, Jun 13, 2008 at 4:17 PM, Guy Harris <[EMAIL PROTECTED]> wrote: > Bruce Keats wrote: > >> I have a program that is listening on a radio tap interface that is using >> libpcap. It occasionally changes the BPF something like "ether h

Re: [tcpdump-workers] Register leak in libpcap 0.9.7

2008-06-13 Thread Guy Harris
Bruce Keats wrote: I have a program that is listening on a radio tap interface that is using libpcap. It occasionally changes the BPF something like "ether host xx:xx:xx:xx:xx:xx". ...which presumably means it calls pcap_compile() more than once. Is there a fix for this issue? Yes: revis

[tcpdump-workers] Register leak in libpcap 0.9.7

2008-06-13 Thread Bruce Keats
I have a program that is listening on a radio tap interface that is using libpcap. It occasionally changes the BPF something like "ether host xx:xx:xx:xx:xx:xx". If the program has been running for awhile, I see the following error message: "too many registers needed to evaluate expression" If I