Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Guy Harris
On Oct 27, 2016, at 8:54 PM, Guy Harris wrote: > On Oct 27, 2016, at 4:18 PM, Joerg Mayer wrote: > >> (the policy 42 stuff fixes >> the symptom instead of the root cause). > > ...the policy 42 stuff. Apple doesn't build libpcap with an @rpath > install_name, and we don't do so with autotools

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Guy Harris
On Oct 27, 2016, at 4:18 PM, Joerg Mayer wrote: > 3) It will neither compile nor link. > > The attached patch will make it compile and link It will also add confusion to the API and ABI on UN*X. Windows is already weird, so we're stuck with that. I checked in a change, 65a5b4b53ee23c12b9e823

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Joerg Mayer
On Thu, Oct 27, 2016 at 12:09:20PM -0700, Guy Harris wrote: > On Oct 27, 2016, at 11:28 AM, Roland Knall wrote: > > > Guy, is the version on github for libpcap already equipped with pcap_open > > on Mac? > > The current version on github has pcap_open() in pcap-new.c; *however*: > > 1) i

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Guy Harris
On Oct 27, 2016, at 11:28 AM, Roland Knall wrote: > Guy, is the version on github for libpcap already equipped with pcap_open on > Mac? The current version on github has pcap_open() in pcap-new.c; *however*: 1) it's not in Makefile.in, so it doesn't show up if you do autotools builds;

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Roland Knall
Guy, is the version on github for libpcap already equipped with pcap_open on Mac? I don't need it to function, just for the cmake script to work and run, as it would make development of the new version so much easier. I'll change the title accordingly, but the interface changes should be ok so far

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Guy Harris
On Oct 27, 2016, at 3:36 AM, Graham Bloice wrote: > Should the tab title be "RPCap Remote interfaces" ? The tab title should be "Remote interfaces". *Currently*, the only versions of pcap that have remote capture support built in are WinPcap... ...and Npcap. In the future, there will be supp

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Jeff Morriss
On Thu, Oct 27, 2016 at 7:14 AM, Peter Wu wrote: > On Thu, Oct 27, 2016 at 12:57:53PM +0200, Roland Knall wrote: > > I've changed the title to something that helps me recognize it, but I can > > change it to something else. > > > > The show column is a duplicate of the list of interfaces in the f

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Roland Knall
On Thu, Oct 27, 2016 at 1:14 PM, Peter Wu wrote: > Not being able to store remote interface is probably a bug / missing > feature. See for example user responses at > https://ask.wireshark.org/questions/47141/remote-capture-on-startup > > Kind regards, > Peter > This raises difficult questions i

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Peter Wu
On Thu, Oct 27, 2016 at 12:57:53PM +0200, Roland Knall wrote: > I've changed the title to something that helps me recognize it, but I can > change it to something else. > > The show column is a duplicate of the list of interfaces in the first tab. > The basic idea would be to manage all general is

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Roland Knall
I've changed the title to something that helps me recognize it, but I can change it to something else. The show column is a duplicate of the list of interfaces in the first tab. The basic idea would be to manage all general issues of the interfaces (hide/show, comments, ...) in the first tab, use

Re: [Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Graham Bloice
On 27 October 2016 at 10:36, Roland Knall wrote: > Hi > > I am currently rewriting the ManageInterfacesDialog, and so far I am > nearly done. The last thing open are the Remote Capture Interfaces. > > But to do this the right way, I am also going to get rid of the two popup > dialogs and change t

[Wireshark-dev] GUI Change for Wireshark Remote Interfaces

2016-10-27 Thread Roland Knall
Hi I am currently rewriting the ManageInterfacesDialog, and so far I am nearly done. The last thing open are the Remote Capture Interfaces. But to do this the right way, I am also going to get rid of the two popup dialogs and change the layout of the tab a little bit. So I wanted to get some feed