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

Skip over interfaces with no raw address (rather than crashing). #223

Closed nevsan closed 5 years ago

nevsan commented 7 years ago

I get an instant crash if I import scapy while I have virtual machines running (VirtualBox via Vagrant), because one of the tunnels, vboxnet1, doesn't have a raw address. Here's a quick fix.