logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pcap_statustostr - convert a PCAP_ERROR_ or PCAP_WARNING_ value to a string

Description

pcap_statustostr() converts a PCAP_ERROR_ or PCAP_WARNING_ value returned by a libpcap routine to an error string.

Name

pcap_statustostr - convert a PCAP_ERROR_ or PCAP_WARNING_ value to a string

See Also

pcap(3PCAP) 3 January 2014 PCAP_STATUSTOSTR(3PCAP)

Synopsis

#include<pcap/pcap.h>constchar*pcap_statustostr(interror);

See Also