Gabriel Ganne
Gabriel Ganne
Hi, This is a small proposal to allow to configure the connection timeout for rpcap sockets. This is just to avoid waiting minutes for nothing should the connect() call fail....
### Before submitting a bug report - [X] I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue - [X] I searched for...
Hi, This is my take on https://github.com/the-tcpdump-group/libpcap/pull/773 based on @ether42 's work. It should address the comment made by @guyharris in comment https://github.com/the-tcpdump-group/libpcap/pull/773#issuecomment-1018860365 Best regards,
Hi, Commit 777e0b245c510e273e5ba917939a21778cb060f2 introduced `cmake_path` which has been added to Cmake in 3.20 only (https://cmake.org/cmake/help/git-master/command/cmake_path.html) This should only make the error message more explicit. Best regards,
Hi, This adds support for V2 version of SLL. Most of it is the same as v1 and I tried to keep the same names anyway. Please have a look,...
Fixes #827
This causes tcprewrite to exit with an error instead of crashing. Fixes: #824