internal static IntPtr /* pcap_t* */ pcap_open_dead(int linktype, int snaplen) { return(UseWindows ? Windows.pcap_open_dead(linktype, snaplen) : Unix.pcap_open_dead(linktype, snaplen)); }