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
2cf360aa
Commit
2cf360aa
authored
10 years ago
by
Guillaume Valadon
Browse files
Options
Downloads
Patches
Plain Diff
Release 2.3.0
--HG-- extra : amend_source : 1a8c1e39d81d3c2818f63009124ff99f7dd73a4e
parent
48cd0564
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/scapy/conf.py
+2
-2
2 additions, 2 deletions
doc/scapy/conf.py
scapy/config.py
+1
-1
1 addition, 1 deletion
scapy/config.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
doc/scapy/conf.py
+
2
−
2
View file @
2cf360aa
...
...
@@ -42,9 +42,9 @@ copyright = '2008, 2009 Philippe Biondi and the Scapy community'
# other places throughout the built documents.
#
# The short X.Y version.
version
=
'
2.
2
.0
'
version
=
'
2.
3
.0
'
# The full version, including alpha/beta/rc tags.
release
=
'
2.
2
.0
-dev
'
release
=
'
2.
3
.0
'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
...
...
This diff is collapsed.
Click to expand it.
scapy/config.py
+
1
−
1
View file @
2cf360aa
...
...
@@ -316,7 +316,7 @@ noenum : holds list of enum fields for which conversion to string should NOT
AS_resolver: choose the AS resolver class to use
extensions_paths: path or list of paths where extensions are to be looked for
"""
version
=
"
2.
2
.0
-dev
"
version
=
"
2.
3
.0
"
session
=
""
interactive
=
False
interactive_shell
=
""
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
2cf360aa
...
...
@@ -46,7 +46,7 @@ if os.name == "nt":
setup
(
name
=
'
scapy
'
,
version
=
'
2.
2
.0
-dev
'
,
version
=
'
2.
3
.0
'
,
packages
=
[
'
scapy
'
,
'
scapy/arch
'
,
'
scapy/arch/windows
'
,
'
scapy/layers
'
,
'
scapy/asn1
'
,
'
scapy/tools
'
,
'
scapy/modules
'
,
'
scapy/crypto
'
,
'
scapy/contrib
'
],
scripts
=
SCRIPTS
,
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