Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scapy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
scapy
Commits
e1788840
Commit
e1788840
authored
8 years ago
by
Pierre Lalet
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #421 from DorElias/patch-1
Fix import errors in windows
parents
a0b3084f
7f0c382b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scapy/arch/windows/compatibility.py
+3
-1
3 additions, 1 deletion
scapy/arch/windows/compatibility.py
with
3 additions
and
1 deletion
scapy/arch/windows/compatibility.py
+
3
−
1
View file @
e1788840
...
@@ -20,7 +20,9 @@ from scapy.config import conf,ConfClass
...
@@ -20,7 +20,9 @@ from scapy.config import conf,ConfClass
from
scapy.base_classes
import
Gen
,
SetGen
from
scapy.base_classes
import
Gen
,
SetGen
import
scapy.plist
as
plist
import
scapy.plist
as
plist
from
scapy.utils
import
PcapReader
from
scapy.utils
import
PcapReader
from
scapy.data
import
MTU
,
ETH_P_ARP
from
scapy.arch.pcapdnet
import
PcapTimeoutElapsed
from
scapy.error
import
log_runtime
from
scapy.data
import
MTU
,
ETH_P_ARP
,
ETH_P_ALL
WINDOWS
=
True
WINDOWS
=
True
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment