phaethon / kamene

Network packet and pcap file crafting/sniffing/manipulation/visualization security tool. Originally forked from scapy in 2015 and providing python3 compatibility since then.
GNU General Public License v2.0
868 stars 191 forks source link

fix for py >= 39 #265

Closed foobar3000 closed 3 years ago

foobar3000 commented 3 years ago

Import gcd from math instead of fractions. https://docs.python.org/3/library/fractions.html https://stackoverflow.com/questions/66174862/import-error-cant-import-name-gcd-from-fractions

phaethon commented 3 years ago

Thanks for the fix!