pcap_lib_version - get the version information for libpcap
Contents
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.
Name
pcap_lib_version - get the version information for libpcap
See Also
pcap(3PCAP)
3 January 2014 PCAP_LIB_VERSION(3PCAP)
Synopsis
#include<pcap/pcap.h>constchar*pcap_lib_version(void);
