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
Repository
a4476dae47d6ba5d099de795d4038756653240a1
Select Git revision
Branches
1
test
default
1 result
scapy
run_scapy
Find file
Blame
Permalink
16 years ago
71ad2b64
Made in-place and zip execution work with python2.6 (ticket #195)
· 71ad2b64
Phil
authored
16 years ago
71ad2b64
History
Made in-place and zip execution work with python2.6 (ticket #195)
Phil
authored
16 years ago
run_scapy
75 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
4
#! /bin/sh
DIR
=
$(
dirname
$0
)
PYTHONPATH
=
$DIR
exec
python
-m
scapy.__init__