Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Paul Offord
for Wireshark <wireshark-dev@wireshark.org> Subject: Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies This is exactly what I do here with my plugin. Although without the TCP part. The method to do it without using Qt in the dissector is to implement a tap interface in the dis

Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Roland Knall
wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-bounces@ > wireshark.org] *On Behalf Of *Roland Knall > *Sent:* 05 August 2016 11:10 > > *To:* Developer support list for Wireshark <wireshark-dev@wireshark.org> > *Subject:* Re: [Wireshark-dev] Adding Qt5 libs via VS Addition

Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Paul Offord
ubject: Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies So, if I understand it correctly, it is a RPC interface? I still think, implementing this as a dissector is a major overkill, and will also lead to issues further down the line, if dissectory API changes or similar issue

Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Roland Knall
ark-dev-bounces@ > wireshark.org] *On Behalf Of *Roland Knall > *Sent:* 05 August 2016 10:25 > *To:* Developer support list for Wireshark <wireshark-dev@wireshark.org> > *Subject:* Re: [Wireshark-dev] Adding Qt5 libs via VS Additional > Dependencies > > > > Paul,

Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Paul Offord
list for Wireshark <wireshark-dev@wireshark.org> Subject: Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies Paul, could you give an example, why you chose Qt libraries over Gtk? Was it not possible, or is it a personal choice? I do have plugins for WS, wh

Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Anders Broman
version? Regards Anders From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Roland Knall Sent: den 5 augusti 2016 11:25 To: Developer support list for Wireshark <wireshark-dev@wireshark.org> Subject: Re: [Wireshark-dev] Adding Qt5 libs

Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Paul Offord
Thanks Graham. From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Graham Bloice Sent: 05 August 2016 10:21 To: Developer support list for Wireshark <wireshark-dev@wireshark.org> Subject: Re: [Wireshark-dev] Adding Qt5 libs via VS Addi

Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Roland Knall
Paul, could you give an example, why you chose Qt libraries over Gtk? Was it not possible, or is it a personal choice? I do have plugins for WS, which use Qt, but not for dissectors, so I am just curious, what was missing. regards Roland On Fri, Aug 5, 2016 at 11:20 AM, Graham Bloice

Re: [Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Graham Bloice
On 5 August 2016 at 07:54, Paul Offord wrote: > Hi, > > > > I have written a plugin dissector that uses some Qt5 functions. To build > with Visual Studio 2013 I have to manually add some Qt5 libs via Project -> > Properties -> Linker -> Input -> Additional

[Wireshark-dev] Adding Qt5 libs via VS Additional Dependencies

2016-08-05 Thread Paul Offord
Hi, I have written a plugin dissector that uses some Qt5 functions. To build with Visual Studio 2013 I have to manually add some Qt5 libs via Project -> Properties -> Linker -> Input -> Additional Dependencies. This works OK but whenever I run: cmake -D ENABLE_CHM_GUIDES=on -G "Visual