Skip to content
Snippets Groups Projects
Commit 13433605 authored by Pierre Lalet's avatar Pierre Lalet Committed by GitHub
Browse files

Merge pull request #831 from llazzaro/master

Add missing import
parents 22abf5e2 fc833857
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
from scapy.packet import *
from scapy.fields import *
from scapy.layers.l2 import *
from scapy.layers.eap import EAPOL
class WPA_key(Packet):
name = "WPA_key"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment