pcap_statustostr.3pcap - Man Page

convert a PCAP_ERROR_ or PCAP_WARNING_ value to a string

Synopsis

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

Info

3 January 2014