Skip to content

Instantly share code, notes, and snippets.

@picatz
Created November 15, 2017 20:06
Show Gist options
  • Save picatz/1e2c0ada48732fbfd214716887bb7962 to your computer and use it in GitHub Desktop.
Save picatz/1e2c0ada48732fbfd214716887bb7962 to your computer and use it in GitHub Desktop.
pcap_lookupdev binding in crystal
@[Link("pcap")]
lib LibPcap
PCAP_ERRBUF_SIZE = UInt8.new(256)
fun pcap_lookupdev(errbuf : LibC::Char*) : LibC::Char*
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment