Releases: JarryShaw/PyPCAPKit
Releases · JarryShaw/PyPCAPKit
PyPCAPKit v0.15.3
New distribution [0.15.3]
- bugfix for #55 (ARP parsing issue)
- added logging integration (as
pcapkit
logger)
PyPCAPKit v0.15.2
New distribution [0.15.2]
- added register interface to protocols for extensibility
- revised pcapkit.foundation.analysis, now supports extensibility through register function
- minor bugfix in traceflow for consistency in format and output
New distribution [0.15.1]
New distribution [0.15.1]
- revised const enumerations
- revised vendor crawlers
PyPCAPKit v0.15.0
New distribution [0.15.0]
- bumped version to 0.15.0
- fixed issue #37 & #40 as we updated deps on DictDumper
- merged protocol parsing & constructing logics
- revised TCP flow tracing & several interfaces
- added a full API doc as hosted on https://pypcapkit.jarryshaw.me
- minor bugfix all over the whole project
PyPCAPKit v0.14.5
- revised deps
- added vendor CLI
- delayed vendor import (#31)
PyPCAPKit v0.14.4
New distribution [0.14.4]
- included vendor scripts to distro
- seperate CLI deps in setup.py
- added vendor deps in setup.py
- linted source files (except protocols/ipsuite)
- revised impl of vendor scripts
- updated const enums accordingly
- some other minor changes
PyPCAPKit v0.14.3
PyPCAPKit v0.14.2
- bugfix in exceptions & TCP reassembly algo.
- moved venv in project
PyPCAPKit v0.14.1
New distribution [0.14.1]
- add PCAPKIT_DEVMODE environ
- revised Makefile
PyPCAPKit v0.14.0
New distribution [0.14.0]
- updated TCP reassembly pipeline for RST flag
- updated README correspondingly
- linted test script