Releases: KimiNewt/pyshark
Releases · KimiNewt/pyshark
v0.6
What's Changed
- Dropped support for Python 3.5/3.6
- Fix elastic mapping for new Wireshark 4 by @esclear in #608
- Accepting rpcap:// as a valid interface name by @msimone-human in #616
- Add args and kwargs to RemoteCapture init by @esh4 in #619
- Replace py dependency with termcolor. by @bwoodsend in #575
- Unicode support added to correct issue617 by @mahtin in #624
- Make packet layer names case-insensitive for backward compatibility with v0.4.6 by @tonyle72 in #638
- Bugfix for python 3.9+ by @mattia-lecci in #642
- Bugfix in LiveRingCapture by @chribro88 in #644
Full Changelog: v0.5.3...v0.6
v0.5.3
v0.5.2
What's Changed
- Add some params for LiveRingCapture. by @miaotony in #563
- EK Layer now supports "payload"-type fields by casting to bytes.
- EK Layer has new "get_field_as_list" function to assist with getting fields that may appear once or more
Fixes
- Fixed issues with printing boolean fields in EK layer.
- Fixed verification of capture interface on LiveCapture.
v0.5
What's Changed
- New EK parsing mode, allowing faster and easier use than the regular JSON mode which will likely be eventually deprecated.
- Support typing in EK mode.
Minor fixes
- Checking file permissions in FileCapture by @KimiNewt in #546
- Show tshark error in crash exception by @KimiNewt in #547
- Verify capture settings before starting capture by @KimiNewt in #550
- Fix path when user provides
tshark_path
usingLiveCapture
. by @miaotony in #562 - Fix some tshark_path problems. by @miaotony in #565
- Fix Windows eventloop-related issues by @KimiNewt in #566
]
Full Changelog: v0.4.6...v0.5
v0.4.6
What's Changed
Changes
- Added type hints for major classes.
- Edited docs to comply with PEP8.
Fixes
- Python 3.10 and Python 3.9 compatibility by @bnlrnz in #517
- Fixed crashed related to LiveRingCapture by @squigdawg in #529
- Removed restriction for win32 users not allowed to use monitor mode by @LauJosefsen in #531