Recent Releases of pyshark
pyshark - v0.6
What's Changed
- Dropped support for Python 3.5/3.6
- Fix elastic mapping for new Wireshark 4 by @esclear in https://github.com/KimiNewt/pyshark/pull/608
- Accepting rpcap:// as a valid interface name by @msimone-human in https://github.com/KimiNewt/pyshark/pull/616
- Add args and kwargs to RemoteCapture init by @esh4 in https://github.com/KimiNewt/pyshark/pull/619
- Replace py dependency with termcolor. by @bwoodsend in https://github.com/KimiNewt/pyshark/pull/575
- Unicode support added to correct issue617 by @mahtin in https://github.com/KimiNewt/pyshark/pull/624
- Make packet layer names case-insensitive for backward compatibility with v0.4.6 by @tonyle72 in https://github.com/KimiNewt/pyshark/pull/638
- Bugfix for python 3.9+ by @mattia-lecci in https://github.com/KimiNewt/pyshark/pull/642
- Bugfix in LiveRingCapture by @chribro88 in https://github.com/KimiNewt/pyshark/pull/644
Full Changelog: https://github.com/KimiNewt/pyshark/compare/v0.5.3...v0.6
- Python
Published by KimiNewt almost 3 years ago
pyshark - v0.5.3
EK Bugfixes version
What's Changed
- Fix LiveRingCapture params. by @miaotony in https://github.com/KimiNewt/pyshark/pull/573
- Fix Windows parsing issues in EK.
- Ignore failed casting in EK field values
Full Changelog: https://github.com/KimiNewt/pyshark/compare/v0.5.2...v0.5.3
- Python
Published by KimiNewt over 3 years ago
pyshark - v0.5.2
What's Changed
- Add some params for LiveRingCapture. by @miaotony in https://github.com/KimiNewt/pyshark/pull/563
- EK Layer now supports "payload"-type fields by casting to bytes.
- EK Layer has new "getfieldas_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.
- Python
Published by KimiNewt over 3 years ago
pyshark - 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 https://github.com/KimiNewt/pyshark/pull/546
- Show tshark error in crash exception by @KimiNewt in https://github.com/KimiNewt/pyshark/pull/547
- Verify capture settings before starting capture by @KimiNewt in https://github.com/KimiNewt/pyshark/pull/550
- Fix path when user provides
tshark_pathusingLiveCapture. by @miaotony in https://github.com/KimiNewt/pyshark/pull/562 - Fix some tshark_path problems. by @miaotony in https://github.com/KimiNewt/pyshark/pull/565
- Fix Windows eventloop-related issues by @KimiNewt in https://github.com/KimiNewt/pyshark/pull/566 ]
Full Changelog: https://github.com/KimiNewt/pyshark/compare/v0.4.6...v0.5
- Python
Published by KimiNewt over 3 years ago
pyshark - 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 https://github.com/KimiNewt/pyshark/pull/517
- Fixed crashed related to LiveRingCapture by @squigdawg in https://github.com/KimiNewt/pyshark/pull/529
- Removed restriction for win32 users not allowed to use monitor mode by @LauJosefsen in https://github.com/KimiNewt/pyshark/pull/531
- Python
Published by KimiNewt over 3 years ago
pyshark - Tshark crash handling & Python 2.6 support
Better handling of tshark crashes, restored support for Python 2.6 and other minor fixes and improvements.
- Python
Published by KimiNewt over 10 years ago