About 50 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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, …

  5. 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. …

  6. 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, …

  7. 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, …