преобразовать значение PCAP_ERROR_ или PCAP_WARNING_ в строку (convert a PCAP_ERROR_ or PCAP_WARNING_ value to a string)
Имя (Name)
pcap_statustostr - 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)