Re: [tcpdump-workers] rpcap support on non-windows

2017-03-07 Thread Guy Harris
On Mar 2, 2017, at 11:04 AM, Joerg Mayer wrote: > Now it fails (i.e. it no longer crashes!) with: > jmayer@newegg:~/worktmp/libpcap/build(master)$ dumpcap -i > rpcap://10.122.4.11/wifi0 > Capturing on 'rpcap://10.122.4.11/wifi0' > dumpcap: Invalid capture filter "(null)" for interface > 'rpcap:

Re: [tcpdump-workers] rpcap support on non-windows

2017-03-02 Thread Joerg Mayer
Hello, On Wed, Mar 01, 2017 at 05:50:57AM +0100, Joerg Mayer wrote: > I'm trying to get libpcap working on macOS. ... > Trying to understand the problem it looks like accessing struct pcap_md (the > rpcap specific stuff) is broken on non-win32 platforms (or at least on bpf > platforms). > > The i