table of contents
other versions
- buster 1.8.1-6
- buster-backports 1.10.0-2~bpo10+1
- testing 1.10.0-2
- unstable 1.10.0-2
- experimental 1.10.1-1
PCAP_STATUSTOSTR(3PCAP) | PCAP_STATUSTOSTR(3PCAP) |
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)3 January 2014 |