fxlb
fxlb
> https://catenacyber.fr/fail.pcap $ ls -lh fail.pcap -rw-r--r-- 1 xxx xxxx 457K Nov 24 15:26 fail.pcap "my 2kb pcap"?
``` $ ./tcpdump -#nq -r fail.pcap reading from file fail.pcap, link-type EN10MB (Ethernet), snapshot length 262144 1 15:37:47.040000 IP 192.168.202.115.3049 > 192.168.24.100.445: tcp 0 2 15:37:47.040000 IP 192.168.24.100.445 > 192.168.202.115.3049:...
Workaround commited.
> > drop autoconf/automake/configure, and just use CMake for libpcap. > > (as much as I dislike cmake, and find the documentation really hard to understand) > > Wireshark _eventually_...
Should we keep rpcapd code in the libpcap repository?
And please, rebase on top of the-tcpdump-group:master.
And please rebase you PR on top of the-tcpdump-group/libpcap:master. (Remove the [Merge branch 'master' into NEW_DLT_297] commit)
The simpler way to update the PR to have a readable history, after updating the master branch: ``` git reset --hard @^ git reset --hard @^ git rebase master git...
Thanks. Could you attach the poc pcap in a zip file?
Thank you for preparing these changes. I suggest to have 2 PR: 1) for the RFC: Add support for the Hard Reset notifications and the corresponding N flag in Graceful...