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 "Restart select when we see a EINTR" for python3 #242

Closed snjv180 closed 6 years ago

snjv180 commented 6 years ago

The problem was in exception handling for python3 which I missed. Fixing my commit.