Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
pcap_lib_version(3) - Linux man page
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)