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
7ee40d89
Commit
7ee40d89
authored
7 years ago
by
Pierre LALET
Browse files
Options
Downloads
Patches
Plain Diff
sendrecv: import clean-up
parent
d3a692f5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scapy/sendrecv.py
+3
-4
3 additions, 4 deletions
scapy/sendrecv.py
with
3 additions
and
4 deletions
scapy/sendrecv.py
+
3
−
4
View file @
7ee40d89
...
...
@@ -14,20 +14,19 @@ import threading
import
os
from
select
import
select
,
error
as
select_error
import
subprocess
import
sys
import
time
from
scapy.consts
import
DARWIN
,
FREEBSD
,
OPENBSD
,
WINDOWS
from
scapy.data
import
ETH_P_ALL
,
MTU
from
scapy.config
import
conf
,
CacheInstance
from
scapy.config
import
conf
from
scapy.packet
import
Gen
from
scapy.utils
import
get_temp_file
,
PcapReader
,
tcpdump
,
wrpcap
from
scapy
import
plist
from
scapy.error
import
log_runtime
,
log_interactive
,
warning
from
scapy.error
import
log_runtime
,
log_interactive
from
scapy.base_classes
import
SetGen
from
scapy.supersocket
import
StreamSocket
import
scapy.modules.six
as
six
from
scapy.modules.six.moves
import
map
,
zip
from
scapy.modules.six.moves
import
map
if
conf
.
route
is
None
:
# unused import, only to initialize conf.route
import
scapy.route
...
...
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