msantos / epcap

Erlang packet capture interface using pcap
http://listincomprehension.com/2009/12/erlang-packet-sniffer-using-ei-and.html
BSD 3-Clause "New" or "Revised" License
178 stars 56 forks source link

Support OSX before PCAP_NETMASK_UNKNOWN was added #5

Closed DeadZen closed 11 years ago

DeadZen commented 11 years ago

This was added recently and failed to build due to being undeclared.

msantos commented 11 years ago

Thanks!