pcap_open_live
p = pcap_open_live(name, 68, 0, 0, errbuf);
pcap_t *pcap_open_live(const char *, int, int, int, char *);
handle = pcap_open_live(LOOPBACK_IF, SNAPLEN, NO_PROMISC, 0, errbuf);