Eriks Dobelis
Eriks Dobelis
I will get to a OS X machine later this week to investigate. If somebody could take 0.21 code and commit by commit forward to find out the commit to...
There is some issue with the new CAN layer implementation. Released 0.23 temporary disabling the layer before it is fixed, and this issue should not appear for now unless you...
@anthraxx Do you run it with sudo? Some of the tests require root rights and may hang without it. As the tests require sudo anyway for correct function, it is...
Those are all automaton tests. I am going to significantly revise automaton in line and style of recent python3 developments, and then I would rewrite the tests, too. Theoretically, the...
Dear @gpotter2 could you provide a patch or point to specific commit? For the people valuing code tested in production for 2+ years over release candidate.
Can you provide sample .pcap? There is no upstream for this project. It was forked, and it lives fully independently.
Can you record traffic with tcpdump in monitor mode and attach? Also, you can try recording pcap in tcpdump and reading it in scapy3k with `rdpcap`, and seeing whether it...
So, if you record with tcpdump and open with `rdpcap` traffic is parsed correctly? And the issue is with capturing?
Can you try different combinations of dnet and winpcapy configuration parameters? Change these lines in scapy/arch/unix.py: ``` scapy.config.conf.use_winpcapy = True scapy.config.conf.use_dnet = True ``` to two different combinations 1) winpcapy...
Do you have dnet library installed? (http://libdnet.sourceforge.net/, probably you can find packages) Try installing it and see if anything changes (leaving `winpcapy = False`)