1PCAP_STATUSTOSTR(3PCAP) PCAP_STATUSTOSTR(3PCAP)
23
4
NAME
6pcap_statustostr - convert a PCAP_ERROR_ or PCAP_WARNING_ value to a
7string
8
SYNOPSIS
10#include <pcap/pcap.h>
1112
const char *pcap_statustostr(int error);
13
DESCRIPTION
15pcap_statustostr() converts a PCAP_ERROR_ or PCAP_WARNING_ value
16returned by a libpcap routine to an error string.
17
SEE ALSO
19pcap(3PCAP)
2021
22
23
3 January 2014 PCAP_STATUSTOSTR(3PCAP)