maddingue / Net-Pcap

Net::Pcap - Interface to pcap(3) LBL packet capture library
3 stars 11 forks source link

Expose pcap_open_(offline|dead)_with_tstamp_precision #10

Open a3f opened 6 years ago

a3f commented 6 years ago

I don't know where those HAVE_PCAP_* are supposed to come from, but PCAP_TSTAMP_PRECISION_NANO as well as the functions have been introduced in libpcap 1.5, so it's ok to use the macro to check for them.