table of contents
other versions
- buster 1.8.1-6
- buster-backports 1.10.0-2~bpo10+1
- testing 1.10.0-2
- unstable 1.10.0-2
- experimental 1.10.1-1
PCAP_LIB_VERSION(3PCAP) | PCAP_LIB_VERSION(3PCAP) |
NAME¶
pcap_lib_version - get the version information for libpcapSYNOPSIS¶
#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)3 January 2014 |