Re: [Wireshark-dev] Win10Pcap - WinPcap-compatible NDIS 6.x capture driver

2015-06-16 Thread Guy Harris
On Jun 16, 2015, at 1:48 AM, Alexis La Goutte alexis.lagou...@gmail.com wrote: May be look to be the replacement of Winpcap (it is good about licencing...) Actually, GPL licensing is a problem - libpcap/WinPcap currently are under BSD-style licenses, and that won't change for libpcap, which

Re: [Wireshark-dev] Win10Pcap - WinPcap-compatible NDIS 6.x capture driver

2015-06-16 Thread Alexis La Goutte
On Wed, Jun 10, 2015 at 6:48 PM, Daiyuu Nobori nobori.da...@gmail.com wrote: Hi all, Please let me introduce my WinPcap-compatible NDIS 6.x open source driver. WinPcap is implemented in the NDIS 5.x driver model. The WinPcap dev team seems not working recently to integrate the WinPcap

[Wireshark-dev] Problems with ui/qt/config.pri when switching compilers or architecture - should it be cleaned

2015-06-16 Thread Anders Broman
Hi, Should config.pri be deleted when doing clean? Add to Wireshark.pro? - win32: QMAKE_CLEAN += *.pdb + win32: QMAKE_CLEAN += *.pdb *.pri Regards Anders ___ Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org

Re: [Wireshark-dev] Problems with ui/qt/config.pri when switching compilers or architecture - should it be cleaned

2015-06-16 Thread Graham Bloice
I think so. Yet another good reason to use CMake and out-of-tree builds :-) On 16 June 2015 at 09:51, Anders Broman anders.bro...@ericsson.com wrote: Hi, Should config.pri be deleted when doing ”clean”? Add to Wireshark.pro? - win32: QMAKE_CLEAN += *.pdb + win32: QMAKE_CLEAN += *.pdb