Running the 'simple_capture' example on OSX causes a segmentation fault. I've narrowed down the error to this line:
pcap_session.findalldevs().forEach(function (dev) {
If I comment out that block of code, the resulting packet capture runs successfully.
Running the 'simple_capture' example on OSX causes a segmentation fault. I've narrowed down the error to this line:
pcap_session.findalldevs().forEach(function (dev) {
If I comment out that block of code, the resulting packet capture runs successfully.