You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+29-28Lines changed: 29 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,43 +45,26 @@ The same code base now runs natively on both Python 2 and Python 3.
45
45
{: .box-note}
46
46
## [Get started with Scapy](https://scapy.readthedocs.io/en/latest/introduction.html)
47
47
48
-
### Related projects
49
-
50
-
*[UTscapy](http://www.secdev.org/projects/UTscapy/): Unit Testing with scapy (shipped with Scapy 2.X+)
51
-
*[Scapytain](http://www.secdev.org/projects/scapytain/): a web application to store, organize and run test campaigns on top of Scapy (low project activity)
48
+
## Help, documentation
52
49
53
-
### Other
54
-
55
-
An independent fork of Scapy was created from v2.2.0 in 2015, aimed at
56
-
supporting only Python3 (<a rel="nofollow"
57
-
href="https://github.com/phaethon/scapy">scapy3k</a>). The fork
58
-
diverged, did not follow evolutions and fixes, and has had its own
59
-
life without contributions back to Scapy. Unfortunately, it has been
60
-
packaged as python3-scapy in some distributions, and as scapy-python3
61
-
on PyPI leading to confusion amongst users. It should not be the case
62
-
anymore soon. Scapy supports Python3 in addition to Python2 since
63
-
2.4.0. Scapy v2.4.0 should be favored as the official Scapy code
64
-
base. The fork has been renamed as kamene.
65
-
66
-
### Help, documentation
67
-
68
-
69
-
### Development
70
-
71
-
Scapy development uses [Git](https://git-scm.com/) version control system. Scapy reference repository is at [https://github.com/secdev/scapy/](https://github.com/secdev/scapy/).
72
-
It provides the ticket management service used for submitting patches or bugs.
73
-
You can [report a bug](https://github.com/secdev/scapy/issues) or [create a PR](https://github.com/secdev/scapy/pulls)
74
-
75
-
Head over to [Scapy's GitHub Projects](https://github.com/secdev/scapy/projects) to see what is being worked on.
76
50
77
51
#### Documents
78
52
79
53
*[**Official Online HTML documentation**](http://scapy.readthedocs.io/)
Scapy development uses [Git](https://git-scm.com/) version control system. Scapy reference repository is hosted on [GitHub secdev/scapy](https://github.com/secdev/scapy/).
61
+
62
+
It provides the ticket management service used for submitting patches or bugs.
* Head over to [Scapy's GitHub Projects](https://github.com/secdev/scapy/projects) to see what is being worked on.
85
68
86
69
#### Slides
87
70
@@ -110,6 +93,24 @@ Send questions, bug reports, suggestions, ideas, cool usages of Scapy, etc. To a
110
93
* May miss packets under heavy load
111
94
* BPF filters do not work on PPP interfaces
112
95
96
+
### Related projects
97
+
98
+
*[UTscapy](http://www.secdev.org/projects/UTscapy/): Unit Testing with scapy (shipped with Scapy 2.X+)
99
+
*[Scapytain](http://www.secdev.org/projects/scapytain/): a web application to store, organize and run test campaigns on top of Scapy (low project activity)
100
+
101
+
### Other
102
+
103
+
An independent fork of Scapy was created from v2.2.0 in 2015, aimed at
104
+
supporting only Python3 (<a rel="nofollow"
105
+
href="https://github.com/phaethon/scapy">scapy3k</a>). The fork
106
+
diverged, did not follow evolutions and fixes, and has had its own
107
+
life without contributions back to Scapy. Unfortunately, it has been
108
+
packaged as python3-scapy in some distributions, and as scapy-python3
109
+
on PyPI leading to confusion amongst users. It should not be the case
110
+
anymore soon. Scapy supports Python3 in addition to Python2 since
111
+
2.4.0. Scapy v2.4.0 should be favored as the official Scapy code
0 commit comments