получить информацию о версии для libpcap (get the version information for libpcap)
Имя (Name)
pcap_lib_version - get the version information for libpcap
Синопсис (Synopsis)
#include <pcap/pcap.h>
const char *pcap_lib_version(void);
Описание (Description)
pcap_lib_version
() 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.
Смотри также (See also)
pcap
(3PCAP)