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
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
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
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