PyPCAPKit v0.16.0
What's Changed
- revised entire project
- type annotations
- protocol redesign
- linter compliance
- added and revised tests (see #82, bugfix help wanted)
- general bugfix in the project (#101 and many more)
- reviewed and rearranged APIs, especially
- added
pcapkit.corekit.multidict
module based onWerkzeug
project - removed
validators
& some decorators frompcapkit.utilities
- moved PCAP & aux protocols under
pcapkit.misc
- redesigned
Protocol
class to integrate parsing & construction at the same time, as well as better subclass protocol implementation experience
- added
- initialised PyPCAPKit Enhancement Proposals discussion channel (see #106)
Full Changelog: v0.15.5...v0.16.0