On 3 okt 2010, at 23:48, Guy Harris wrote:
> On Oct 3, 2010, at 12:44 PM, Sake Blok wrote:
>
>> On 3 okt 2010, at 20:18, Guy Harris wrote:
>>
>>> Where is it failing?
>>
>> It was failing in both "capture_filter_compile_cb" and "dumpcap.c", the only places where bpf_image is used. As long as HAVE_BPF_IMAGE is not defined, all is fine (except, the compile BPF button is not available and neither is dumpcap -d). But if I "add support for" bpf_image in the same way as I added support for pcap_open_dead, the linker complains that bpf_image can not be found.
>
> That's because, at least in the current top of tree, the bpf_image() wrapper in capture-wpcap.c is static. None of the other wrappers are.
Oops! Thanks for spotting that.
It now works on my WinXP-dev-VM... checking it in...
Cheers,
Sake