pcap_lib_version
get the version information for libpcap
- Provided by: libpcap0.8-dev (Version: 1.10.1-4ubuntu1.22.04.1)
- Source: libpcap
- Report a bug
get the version information for libpcap
#include <pcap/pcap.h>
const char *pcap_lib_version(void);
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.
pcap(3PCAP)