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
89c6369c203a8f724c8039536ee1cd0266a94f15
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
5
Nov
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
16
15
13
6
5
4
3
29
Jun
28
27
24
22
21
13
12
6
5
4
22
May
20
7
6
2
1
29
Apr
28
12
11
9
8
7
5
4
2
1
30
Mar
29
28
27
26
25
21
20
19
18
8
7
6
5
2
1
17
Feb
13
12
11
10
9
Broke an import loop
Added SuperSocket.sniff() method
Added opened_socked parameter to sniff()
Merge
Merge
Added scapy/crypto into setup.py
Updated doc to speak about "corrupted zip" error
Added cert.py: X.509 Cert and Key module based on OpenSSL binary
Make get_source_addr_from_candidate_set() decent
in6_getscope(): Correct multicast case + ULA now considered global
Added in6_get_common_plen()
Have construct_source_candidate_set() return a sorted list with global addresses first
No need to sort and then reverse. Do both simultaneously
Fixed run_scapy.bat to work under Python 2.6
Improved RawVal to work with volatile values.
Added RawVal object that ca be assigned to any packet field and will inserted as-is in the packet string
The docs point to wireshark.com when they should point to wireshark.org.
Bind Layer IPv6 for CookedLinux packets as well (ticket #314)
L3PacketSocket does not set correct ethertype for IPv6 when using TUN devices.
Modified Packet.summary() to take conf.emph in account
Reworked Packet.summary()
Had packet.show() and packet.__repr__() take conf.emph in account
Reworked config.Resolve() classes and created conf.emph
Accept list of IP in Route.route(). (fix ticket #319)
Merge with scapy-win2 branch
Added workround for missing IPPROTO_IPV6 in Python 2.6
Added links for Python 2.6 on Windows (+ 3rd party-packages)
Merge
Minor documentation fixes. (Thanks go to Mehdi Asgari.)
Update link to WinPcap installer. Clarify that Wireshark is optional
Updated docs to reflect the merge of Scapy-win2 back into Scapy
Fixed infinite recursion in ASN1 BER codec
Added BER encoding classes for VIDEOTEX and NUMERIC strings
Fixed RandASN1Object() in case of IP address object
Fix for get_last_packet_timestamp() on x86_64 (thanks to A. Howell)
Fixed get_last_packet_timestamp() for x86_64 systems (thanks to StalkR)
Merge with windows branch
Improved regex for routing table parsing on Windows
Fixed visible REM lines in Windows .bat files
Added batch files to start Scapy and UTScapy on Windows
Loading