[tcpdump-workers] Support building libpcap on Unix'ish OS's with remote pcap support

2017-02-28 Thread Joerg Mayer
Hello, the attached patch is an attempt to get remote pcap working on macOS (and other Unix'ish operating systems). I then rebuild Wireshark and managed to configure a remote capture session. Unfortunately I don't have an AP or other testdevice available right now. I *may* find a chance and tim

Re: [tcpdump-workers] Support building libpcap on Unix'ish OS's with remote pcap support

2017-02-28 Thread Joerg Mayer
Hello, after waiting for the message to time out in moderation, subscribing, waiting some more, I should have reread the message instead of just bouncing it... The patch itself is still valid, I just made a bit of progress on the Wireshark side, so please ignore that part (current status: see ne

[tcpdump-workers] rpcap support on non-windows

2017-02-28 Thread Joerg Mayer
Hello, I'm trying to get libpcap working on macOS. With the previously sent patch I am able to build libpcap with rpcap support. dumpcap (from Wireshark) compiles and links fine with the new version and it does a bit of rpcap communication with my rpcap server (an AP) and after that it segfaults.