Thibaut Raballand

Results 6 comments of Thibaut Raballand

Hi Looks like there is not libpcap installed on your distribution since it cannot load pcap.h Cheers, Thibaut On Thu, Jul 27, 2017 at 9:34 PM, jlngnr wrote: > No...

And libpcap-dev? Le 29 juil. 2017 12:33 PM, "jlngnr" a écrit : > No Sorry. I hav libcap installed First as i installed homebridge > > — > You are...

Hi Lance. This is in fact not possible. The libpcap library do not support stats for files: https://www.tcpdump.org/manpages/pcap_stats.3pcap.html Cheers, Thibaut On Wed, May 20, 2020 at 9:25 AM lance23au wrote:...

Not simply. You have to parse the file entirely. You don't need to decode the packets, but go through it entirely, reading packetHeader one by one to get the size...

Hi, Looks like you compiled the module in a different version than the one you want to execute it.

Check which node version you have in each environment. I had the issue with running Node on Docker with a different version than on the host, while mounting the filesystem...