ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 34339: /trunk/gtk/ /trunk/gtk/: capt

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Sat, 02 Oct 2010 17:56:30 -0400
sake@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34339

User: sake
Date: 2010/10/02 02:15 PM

Log:
 Reverting SVN 34338, looks like libpcap and winpcap are more different than I thought. I might have to set up a local windows build system again :(


Sake:

Re:

libui.lib(capture_dlg.obj) : error LNK2019: unresolved external symbol _bpf_image referenced in function _capture_filter_compile_cb

libui.lib(capture_dlg.obj) : error LNK2019: unresolved external symbol _pcap_open_dead referenced in function _capture_compile_cb


I'm not sure about bpf_image but for pcap_open_dead() I expect you'll need to add stuff to capture-wpcap.c the same way I just added stuff for pcap_compile_nopcap() in SVN #34336.

Bill