mirror of https://github.com/secdev/scapy.git
Clarify layers/contribs in CONTRIBUTING.md
This commit is contained in:
parent
12d211e972
commit
e8523c88d1
|
@ -93,6 +93,10 @@ New protocols can go either in `scapy/layers` or to
|
||||||
on common networks, while protocols in `scapy/contrib` should be
|
on common networks, while protocols in `scapy/contrib` should be
|
||||||
uncommon or specific.
|
uncommon or specific.
|
||||||
|
|
||||||
|
To be precise, `scapy/layers` protocols should not be importing `scapy/contrib`
|
||||||
|
protocols, whereas `scapy/contrib` protocols may import both `scapy/contrib` and
|
||||||
|
`scapy/layers` protocols.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
Protocol-related features should be implemented within the same module
|
Protocol-related features should be implemented within the same module
|
||||||
|
|
Loading…
Reference in New Issue