logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pcap_lib_version - get the version information for libpcap

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);

See Also