from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
PCAP_LIB_VERSION
Section: Misc. Reference Manual Pages (3PCAP) Updated: 3 January 2014 Index
Return to Main Contents
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)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
|