/// <summary>Returns a pointer to a string giving information about the version of the libpcap library being used; note that it contains more information than just a version number. </summary> internal static IntPtr /*const char **/ pcap_lib_version() { return(UseWindows ? Windows.pcap_lib_version() : Unix.pcap_lib_version()); }