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
025621b7
Commit
025621b7
authored
7 years ago
by
Pierre Lorinquer
Committed by
Guillaume Valadon
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
"EAP-related" code has been put in a separate module.
parent
f937cccf
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
scapy/config.py
+1
-1
1 addition, 1 deletion
scapy/config.py
scapy/layers/eap.py
+729
-0
729 additions, 0 deletions
scapy/layers/eap.py
scapy/layers/l2.py
+1
-709
1 addition, 709 deletions
scapy/layers/l2.py
scapy/layers/radius.py
+1
-1
1 addition, 1 deletion
scapy/layers/radius.py
with
732 additions
and
711 deletions
scapy/config.py
+
1
−
1
View file @
025621b7
...
...
@@ -436,7 +436,7 @@ debug_tls:When 1, print some TLS session secrets when they are computed.
"
mobileip
"
,
"
netbios
"
,
"
netflow
"
,
"
ntp
"
,
"
ppp
"
,
"
pptp
"
,
"
radius
"
,
"
rip
"
,
"
rtp
"
,
"
skinny
"
,
"
smb
"
,
"
snmp
"
,
"
tftp
"
,
"
x509
"
,
"
bluetooth
"
,
"
dhcp6
"
,
"
llmnr
"
,
"
sctp
"
,
"
vrrp
"
,
"
ipsec
"
,
"
lltd
"
,
"
vxlan
"
]
"
sctp
"
,
"
vrrp
"
,
"
ipsec
"
,
"
lltd
"
,
"
vxlan
"
,
"
eap
"
]
contribs
=
dict
()
crypto_valid
=
isCryptographyValid
()
crypto_valid_advanced
=
isCryptographyAdvanced
()
...
...
This diff is collapsed.
Click to expand it.
scapy/layers/eap.py
0 → 100644
+
729
−
0
View file @
025621b7
This diff is collapsed.
Click to expand it.
scapy/layers/l2.py
+
1
−
709
View file @
025621b7
This diff is collapsed.
Click to expand it.
scapy/layers/radius.py
+
1
−
1
View file @
025621b7
...
...
@@ -15,7 +15,7 @@ from scapy.fields import ByteField, ByteEnumField, IntField, StrLenField,\
XStrLenField
,
XStrFixedLenField
,
FieldLenField
,
PacketField
,
\
PacketListField
,
IPField
,
MultiEnumField
from
scapy.layers.inet
import
UDP
from
scapy.layers.
l2
import
EAP
from
scapy.layers.
eap
import
EAP
from
scapy.config
import
conf
from
scapy.error
import
Scapy_Exception
...
...
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