www.LinuxHowtos.org
PCAP_STATUSTOSTR
Section: Misc. Reference Manual Pages (3PCAP)Updated: 3 January 2014
Index Return to Main Contents
NAME
pcap_statustostr - convert a PCAP_ERROR_ or PCAP_WARNING_ value to a stringSYNOPSIS
#include <pcap/pcap.h> const char *pcap_statustostr(int error);
DESCRIPTION
pcap_statustostr() converts a PCAP_ERROR_ or PCAP_WARNING_ value returned by a libpcap routine to an error string.SEE ALSO
pcap(3PCAP)