Clarify layers/contribs in CONTRIBUTING.md

This commit is contained in:
gpotter2 2018-10-14 16:51:20 +02:00
parent 12d211e972
commit e8523c88d1
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ New protocols can go either in `scapy/layers` or to
on common networks, while protocols in `scapy/contrib` should be
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
Protocol-related features should be implemented within the same module