Query: pcap_statustostr
OS: linux
Section: 3pcap
Links: linux man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCAP_STATUSTOSTR(3PCAP) PCAP_STATUSTOSTR(3PCAP)NAMEpcap_statustostr - convert a PCAP_ERROR_ or PCAP_WARNING_ value to a stringSYNOPSIS#include <pcap/pcap.h> const char *pcap_statustostr(int error);DESCRIPTIONpcap_statustostr() converts a PCAP_ERROR_ or PCAP_WARNING_ value returned by a libpcap routine to an error string.SEE ALSOpcap(3PCAP) 9 April 2008 PCAP_STATUSTOSTR(3PCAP)