Skip to content

Releases: KimiNewt/pyshark

v0.6

26 Apr 09:35
Compare
Choose a tag to compare

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

14 Jul 15:43
Compare
Choose a tag to compare

EK Bugfixes version

What's Changed

  • Fix LiveRingCapture params. by @miaotony in #573
  • Fix Windows parsing issues in EK.
  • Ignore failed casting in EK field values

Full Changelog: v0.5.2...v0.5.3

v0.5.2

09 Jul 06:30
7025d97
Compare
Choose a tag to compare

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

08 Jul 16:41
Compare
Choose a tag to compare

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

Full Changelog: v0.4.6...v0.5

v0.4.6

07 Jun 11:00
Compare
Choose a tag to compare

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

v0.4.3

06 Feb 07:45
Compare
Choose a tag to compare
Updated setup.py version

v0.4.2.11

25 Sep 06:59
Compare
Choose a tag to compare
Updated setup.py version

v0.4.2.10

25 Sep 06:58
Compare
Choose a tag to compare
Updated setup.py version

v0.4.2.9

25 Sep 06:58
Compare
Choose a tag to compare
setup.py version bump

v0.4.2.3

08 May 11:23
ab5a21b
Compare
Choose a tag to compare
Merge pull request #333 from KimiNewt/support-v3-json

Support v3 json