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
e561c8fe
Commit
e561c8fe
authored
16 years ago
by
Phil
Browse files
Options
Downloads
Patches
Plain Diff
Release 2.0.0.6
parent
d5db227c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scapy/config.py
+1
-1
1 addition, 1 deletion
scapy/config.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
scapy/config.py
+
1
−
1
View file @
e561c8fe
...
@@ -222,7 +222,7 @@ noenum : holds list of enum fields for which conversion to string should NOT
...
@@ -222,7 +222,7 @@ noenum : holds list of enum fields for which conversion to string should NOT
AS_resolver: choose the AS resolver class to use
AS_resolver: choose the AS resolver class to use
extensions_paths: path or list of paths where extensions are to be looked for
extensions_paths: path or list of paths where extensions are to be looked for
"""
"""
version
=
"
2.0.0.
5
beta
"
version
=
"
2.0.0.
6
beta
"
session
=
""
session
=
""
interactive
=
False
interactive
=
False
stealth
=
"
not implemented
"
stealth
=
"
not implemented
"
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
e561c8fe
...
@@ -37,7 +37,7 @@ archive_util.ARCHIVE_FORMATS["ezip"] = (make_ezipfile,[],'Executable ZIP file')
...
@@ -37,7 +37,7 @@ archive_util.ARCHIVE_FORMATS["ezip"] = (make_ezipfile,[],'Executable ZIP file')
setup
(
setup
(
name
=
'
scapy
'
,
name
=
'
scapy
'
,
version
=
'
2.0.0.
5
'
,
version
=
'
2.0.0.
6
'
,
packages
=
[
'
scapy
'
,
'
scapy/arch
'
,
'
scapy/layers
'
,
'
scapy/asn1
'
,
'
scapy/tools
'
,
'
scapy/modules
'
],
packages
=
[
'
scapy
'
,
'
scapy/arch
'
,
'
scapy/layers
'
,
'
scapy/asn1
'
,
'
scapy/tools
'
,
'
scapy/modules
'
],
scripts
=
[
'
bin/scapy
'
,
'
bin/UTscapy
'
],
scripts
=
[
'
bin/scapy
'
,
'
bin/UTscapy
'
],
data_files
=
[(
'
share/man/man1
'
,
[
"
doc/scapy.1.gz
"
])],
data_files
=
[(
'
share/man/man1
'
,
[
"
doc/scapy.1.gz
"
])],
...
...
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