Skip to content

Commit

Permalink
Missing windows imports (#322)
Browse files Browse the repository at this point in the history
* Some new Windows links

Replaced links for PyWin32, Winpcap, pyreadline

* Update compatibility.py
  • Loading branch information
gpotter2 authored and guedou committed Nov 2, 2016
1 parent 870770b commit f82deef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scapy/arch/windows/compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

from scapy.arch.consts import LOOPBACK_NAME
from scapy.config import conf,ConfClass
from scapy.base_classes import Gen, SetGen
import scapy.plist as plist
from scapy.utils import PcapReader
from scapy.data import MTU, ETH_P_ARP
import os,re,sys,socket,time, itertools

WINDOWS = True

def sndrcv(pks, pkt, timeout = 2, inter = 0, verbose=None, chainCC=0, retry=0, multi=0):
if not isinstance(pkt, Gen):
Expand Down

0 comments on commit f82deef

Please sign in to comment.