
pcap (3) - NetBSD Manual Pages
Some network devices opened with pcap_open_live () do not support select () or poll () (for example, regular network devices on …
pcap (3) - NetBSD Manual Pages
In versions of libpcap prior to 1.0, the pcap.h header file was not in a pcap directory on most platforms; if you are writing an …
pcap (3) - NetBSD Manual Pages
To obtain a list of devices that can be opened for a live capture, call pcap_findalldevs (); to free the list returned by pcap_findalldevs …
pcap_open_live (3) - NetBSD Manual Pages
The latter should not be confused with all available capture devices as seen by pcap_findalldevs (3), which may also include D-Bus, …
pcap_open_dead (3) - NetBSD Manual Pages
BACKWARD COMPATIBILITY The pcap_open_dead_with_tstamp_precision () function became available in libpcap release 1.5.1. …
pcap_loop (3) - NetBSD Manual Pages
It returns PCAP_ERROR_BREAK if the loop terminated due to a call to pcap_break-loop () before any packets were processed, …
pcap_open_offline (3) - NetBSD Manual Pages
The file can have the pcap file format as described in pcap-savefile (5), which is the file format used by, among other programs, …