Antonio Sánchez
Antonio Sánchez
The checks are not working because the last commit to the master branch does not pass all the tests: https://github.com/secdev/scapy/commit/4f42d2522915312ba2bbfb4c434a13ae9fc9ec8b
What do you mean with "Intended"? If a tool is running the "sniff" function with TCPSession and it receives an "out-of-order" TCP segment, it will crash inmediatly. Under my point...
Hi @shrddr, The problem is not when the packet is missing, in that case nothing wrong must happen. The problem is when the sequence number is invalid (
I'm having the same problem and I don't found any way to fix it.
Aparently It is a problem related with virtualenv. I need to do more checks.
@tungpun which version of yara do you have? try this: ``` $ echo "import \"hash\"" > rule.yar && yara rule.yar rule.yar ``` Works?
Hi, I'm having exactly the same issue than you. Did you solve it? Thanks.
Hi @stryngs Here is a video I made in February and the code to reproduce the error (included the pcap): https://github.com/plutec/scapy_poc Regards,
Created, but missing some dependencies: sudo apt-get install dh-autoreconf
What do you mean with "Makefile"? A real Makefile yo use with make or a kind of "makefile.sh"?