Denis Ovsienko
Denis Ovsienko
From all the comments it looks as if the design is still being decided. Here is a practical use case. www.tcpdump.org has a download directory (`/release/`), which generates a signification...
Yes, that would be nice.
Thank you for preparing these changes and addressing the CI feedback. Please do not include the regenerated `configure` script into the commits.
The second commit ("rpcap: set keepalives on rpcap's control socket") is almost an exact copy of the changes from pull request #773, which still requires significant work to become good...
@GabrielGanne, please go ahead with your version of the TCP keepalive patch.
If the only functions implemented by a plugin would be a custom read function and a custom write function, would it be simpler to use `popen()` instead? For example, tar...
the-tcpdump-group/tcpdump#458 seems to implement a similar idea, although the code seems a bit more complicated than I thought and uses `fork()` + `execvp()` instead of `popen()`.
the-tcpdump-group/tcpdump#935 is yet another alternative implementation.
Renaming `VERSION` would not be the right thing to do, as later some other code could have `#include ` with some 3rd-party `changes.h` in mind, and libpcap would have to...