1PCAP_STRERROR(3PCAP)                                      PCAP_STRERROR(3PCAP)
2
3
4

NAME

6       pcap_strerror - convert an errno value to a string
7

SYNOPSIS

9       #include <pcap/pcap.h>
10
11       const char *pcap_strerror(int error);
12

DESCRIPTION

14       pcap_strerror()  is  provided  in case strerror(3) isn't available.  It
15       returns an error message string corresponding to error.
16

SEE ALSO

18       pcap(3PCAP)
19
20
21
22                                3 January 2014            PCAP_STRERROR(3PCAP)
Impressum