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
Graph
6070e6ac1bc1f5c94616658f0110665a39667b83
Select Git revision
Branches
1
test
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Oct
19
18
10
Sep
4
3
27
Aug
26
21
7
3
2
1
24
Jul
23
28
Jun
17
30
Dec
29
27
Aug
23
Mar
10
Oct
7
30
Sep
10
Jul
14
Jun
27
May
23
18
9
17
Feb
2
1
31
Jan
21
22
Nov
19
14
Jun
30
May
28
Apr
2
11
Mar
28
Feb
19
Jul
28
Feb
15
Dec
14
8
11
Sep
13
Aug
9
7
6
14
Jul
6
28
Jun
16
21
May
18
21
Apr
10
7
20
Mar
14
Dec
7
Apr
4
Mar
18
Feb
17
16
23
Jan
13
12
11
6
5
30
Dec
29
14
10
9
6
21
Nov
20
16
5
2
30
Oct
22
16
Aug
20
Apr
2
29
Oct
26
24
21
20
19
18
15
9
8
7
6
3
29
Sep
28
27
21
19
1
27
Aug
13
7
6
22
Jul
20
14
Jun
16
May
6
5
30
Apr
29
28
17
16
15
26
Mar
15
20
Feb
15
Apr
14
17
Mar
10
9
8
4
13
Feb
16
13
11
10
9
6
5
2
11
Jan
1
Feb
30
Jan
8
6
5
27
Dec
25
23
22
19
27
Oct
25
1
17
Sep
13
12
28
Aug
12
Sep
10
3
31
Aug
30
29
28
25
21
20
17
16
15
14
12
11
10
30
Jul
29
28
7
28
3
7
28
2
1
23
Jun
20
23
May
3
23
Apr
7
Mar
2
1
29
Feb
26
22
21
12
11
10
13
Jan
11
28
Dec
6
4
23
Nov
23
Oct
20
18
17
15
13
10
9
24
Sep
14
10
Oct
14
Sep
3
31
Aug
27
23
7
3
2
1
31
Jul
29
27
24
23
22
20
19
18
17
Read and tested: OK for me + small fix => merge.
Fixing Issue #5068
Catch IOError exception
Implemented Phil's idea to solve issue #913.
Fix a non-ASCII character.
Comments removed
First import of DNSSEC code
Merged in p-l/scapy (pull request #11)
Documentation update (comment from pbi in issue #5058)
Merged in gvaladon/scapy-fork/Issue #600 (pull request #13)
Merged in gvaladon/scapy-fork/Issue #634 (pull request #12)
Merged in gvaladon/scapy-fork/Issue #91 (pull request #9)
Merged in gvaladon/scapy-fork/Issue #820 (pull request #8)
missing import
Warning printed if the IPv6 payload is longer thant 65535 bytes.
Documentation update (fixes #5058)
Issue #600 should not be fixed
Issue #600: Fragmenting long IPv6 packet produces deprecation warnings
Merged secdev/scapy into default
Issue #91: Tabs in source
Merged in gvaladon/scapy-fork (pull request #6)
Implements PEP-0343
Issue #820: _IPv6GuessPayload.default_payload_class() now hecks the lenght of data
Errors preventing ICMPv6 packets to be built
RandIP6() bug: http://thread.gmane.org/gmane.comp.security.scapy.general/4872
Issues #884 & #915: IPv6 NA is not a NS & Error in class ICMPv6ND_NS(_ICMPv6NDGuessPayload, _ICMPv6, Packet):
Issue #892: in6_isanycast inconsistent
Issue #588: RandIP6() returns an invalid IPv6 address when zeros are present in template
Issue #186: Scapy backtraces when sending a packet with a route6 entry that has no srcaddr
Use the mac address from the ICMPv6 message.
Use "hopcount" instead of "count" for DHCPv6 RelayForward msgs.
Use default transaction id hashing for DHCPv6 Information Request.
Specify all DHCPv6 query messages answered with DHCPv6 Reply.
Force using bash in run tests
Use conf.raw_layer to reference special layer "Raw" in place where it was not the case yet
Use conf.padding_layer to reference special layer "Padding"
Fix missing import
Remove forgotten debug line
Fix Raw usage in sendrecv
Added UDPDrain to send and extract payloads over UDP
Loading