Skip to content
Snippets Groups Projects
Commit f3d94aae authored by Guillaume Valadon's avatar Guillaume Valadon
Browse files

Merged in martingalloar/scapy/archimport (pull request #56)

Fixed import of supersocket module on non-linux platforms.
parents a270c549 b426d944
No related branches found
No related tags found
No related merge requests found
...@@ -138,4 +138,5 @@ class StreamSocket(SimpleSocket): ...@@ -138,4 +138,5 @@ class StreamSocket(SimpleSocket):
if conf.L3socket is None: if conf.L3socket is None:
conf.L3socket = L3RawSocket conf.L3socket = L3RawSocket
import arch
import sendrecv import sendrecv
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