Skip to content

Commit 873d0f3

Browse files
gpotter2guedou
authored andcommitted
Reorder categories sorted by priority (#18)
1 parent 2ef8adb commit 873d0f3

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

index.md

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,43 +45,26 @@ The same code base now runs natively on both Python 2 and Python 3.
4545
{: .box-note}
4646
## [Get started with Scapy](https://scapy.readthedocs.io/en/latest/introduction.html)
4747

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
5249

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.
7650

7751
#### Documents
7852

7953
* [**Official Online HTML documentation**](http://scapy.readthedocs.io/)
8054
* [Scapy's installation page](http://scapy.readthedocs.io/en/latest/installation.html)
8155
* [ThePacketGeek's Building Network Tools with Scapy tutorial](https://thepacketgeek.com/series/building-network-tools-with-scapy/)
8256
* [Security Power Tools](http://www.oreilly.com/catalog/9780596009632/) where Philippe Biondi wrote a complete chapter about Scapy.
83-
* [Report bugs/wishes/patches here](https://github.com/secdev/scapy/issues/new)
57+
58+
#### Development
59+
60+
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.
63+
64+
* [Submit patches](https://github.com/secdev/scapy/pulls/new)
65+
* [Report bugs/wishes here](https://github.com/secdev/scapy/issues/new)
8466
* [Active tickets here](https://github.com/secdev/scapy/issues)
67+
* Head over to [Scapy's GitHub Projects](https://github.com/secdev/scapy/projects) to see what is being worked on.
8568

8669
#### Slides
8770

@@ -110,6 +93,24 @@ Send questions, bug reports, suggestions, ideas, cool usages of Scapy, etc. To a
11093
* May miss packets under heavy load
11194
* BPF filters do not work on PPP interfaces
11295

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
112+
base. The fork has been renamed as kamene.
113+
113114
---
114115

115116
{% raw %}

0 commit comments

Comments
 (0)