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
f3986b93660d337a8d17844d8900e6be74b90764
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
30
Jan
29
28
26
25
24
23
22
21
20
19
18
17
16
15
12
8
7
6
21
Dec
14
8
7
4
1
30
Nov
29
27
Oct
14
9
7
6
5
4
3
2
25
Sep
24
9
21
17
31
Aug
28
12
11
10
29
Jul
30
29
13
17
Jun
8
13
May
12
11
26
Apr
12
10
7
30
Mar
26
24
20
12
10
9
2
27
Feb
22
21
20
16
15
5
4
18
Jan
8
6
5
3
31
Dec
27
25
23
22
21
20
18
17
29
Nov
21
17
13
Oct
9
8
1
30
Sep
29
19
18
10
29
Aug
27
20
12
6
5
4
28
Jul
25
24
19
Jun
17
12
10
4
3
2
26
May
23
16
14
5
24
Apr
8
28
Mar
3
25
Feb
24
19
17
16
2
31
Jan
20
17
8
2
31
Dec
29
11
4
2
29
Nov
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
Fix regression tests ("all" was used as a variable name)
Add regression tests for pcap/pcapng file read
rdpcap and PcapReader-like classes can be created from a file-like object
rdpcap() calls _rdpcap() or _rdpcapng() to handle both format
rdpcapng: use with statement
pcapng support: fix after review by @guedou
Implement initial Pcap-NG support
Merge pull request #1 from n1nj4sec/feature-winpcap
fix support for powershell (tested on windows 7) and fixed some warnings on winXP when sending packets
Merge pull request #20 from p-l-/feature-l2socket-promisc
Merge pull request #40 from p-l-/fix-dispatch-hook-exceptions
Return Raw() when an exception occurs in .dispatch_hook()
Merge pull request #39 from insomniacslk/master
ls() can now filter by layer name or description
Merge pull request #38 from guedou/diffplot
Use list comprehension in diffplot()
Merge pull request #36 from p-l-/fix-py25
Merge pull request #11 from p-l-/feature-slots
Fix for Python 2.5 (cannot mix keyword arguments and **kargs)
Fix ls()
Windows: code clean-up, fix iface repr, fix get_working_if()
Windows: add XP-specific code for routes
Fix IFACES: index by GUID instead of name (not unique)
Code clean up
Remove unneeded list
Fix global variable case
Windows: improve VBS fallback
Factorize powershell-related code + introduce VBS fallback
Windows: use a config value for powershell path
Ship winpcapy w/ scapy
Windows: use Winpcap, drop DNET dependency
Merge pull request #33 from p-l-/fix-argument-set
Merge pull request #30 from p-l-/feature-plot-xy
Merge pull request #32 from p-l-/fix-automaton-tests
Use .extend() instead of multiple .append() in loop
Replace filter/map + lambda by comprehension, prevent list creation
Rename argument set -> values; replace filter + lambda by comprehension
Rename argument set -> values
Linux/L2socket: handle .close() to remove promisc mode
Add a notebook to show graph examples
Loading