Eriks Dobelis
Eriks Dobelis
@p-l- I respect the original author of the scapy and the community around it. But I don't much care about few people misleading the community about possibility to use scapy...
@anthraxx collision has been there since 2015.
@anthraxx @irl Renaming python module to scapy3k in the latest commit. Testing ongoing until new package release. Feel free to look at it.
Sorry for not keeping everyone updated, but things change back and forth quite fast last weeks, so that it is not easy to decide what to write :) Most likely...
Significant improvement in the latest version. Current solution requires dill library. Some issues may remain when using load_session in IPython, but save_session and -s parameter should work.
What is your open files limit? Have you tried increasing it? http://posidev.com/blog/2009/06/04/set-ulimit-parameters-on-ubuntu/
Can you provide the actual ICMPv6EchoReply bytes received and expected? Such as printed out with scapy.all.hexstr. I don't have two IPV6 hosts in my test environment to repeat your test...
From the brief look at this - could it be an issue with PyX instalation? See this discussion: https://stackoverflow.com/questions/41377700/issue-plotting-cap-files-scapy-python3
@bsmelo You cannot just copy module from scapy2 to scapy3k. It has to be ported. @Inachos already described one of the differences related to str vs. bytes. But there are...
@miguelmota Your trace includes python/2.7 directory. Scapy3k (scapy-python3 package) works only with python3. Can you confirm that you are using python3?