Open maikeueule opened 6 years ago
Hi !
This issue has been resolved on the original scapy fork, which now supports Python 3 ! This fork (scapy3k) is missing many updates, bug fixes and tweaks. You can have a look at https://github.com/secdev/scapy to get more support !
Have a good day
Edit: proof
Thanks for your prompt reply,
I have just seen the announcement of the original project for official Python 3 support. I stumbled upon this repo as this is the code currently packaged in debian :)
Have a good day !
Hi,
I noticed that this version of scapy fails to set the destination MAC address, while the original scapy version works.
An example using the latest git version, and redacted IPv6's :
This version:
Original version:
I inspected generated probes with Wireshark, and we indeed have dst = ff:ff:ff:ff:ff:ff in the Ethernet header.
Thanks for any guidance.