pcap_statustostr
convert a PCAP_ERROR_ or PCAP_WARNING_ value to a string
- Provided by: libpcap0.8-dev (Version: 1.10.1-4ubuntu1.22.04.1)
- Source: libpcap
- Report a bug
convert a PCAP_ERROR_ or PCAP_WARNING_ value to a string
#include <pcap/pcap.h>
const char *pcap_statustostr(int error);
pcap_statustostr() converts a PCAP_ERROR_ or PCAP_WARNING_ value returned by a libpcap routine to an error string.
pcap(3PCAP)