1PCAP_LIB_VERSION(3PCAP) PCAP_LIB_VERSION(3PCAP)
23
4
NAME
6pcap_lib_version - get the version information for libpcap
7
SYNOPSIS
9#include <pcap/pcap.h>
1011
const char *pcap_lib_version(void);
12
DESCRIPTION
14pcap_lib_version() returns a pointer to a string giving information
15about the version of the libpcap library being used; note that it con‐
16tains more information than just a version number.
17
SEE ALSO
19pcap(3PCAP)
2021
22
23
3 January 2014 PCAP_LIB_VERSION(3PCAP)