public static extern int pcap_next_ex(pcap_t* handle, ref pcap_pkthdr* header, ref byte* data);
public static extern void pcap_close(pcap_t* handle);