Skip to content

Releases: CodeDevAM/lemonshark

v0.10.0

26 May 19:12
Compare
Choose a tag to compare

v0.10.0

-Allow selection of a profile

v0.9.1

20 Feb 19:24
Compare
Choose a tag to compare

v0.9.1

-make ls_epan_field_value_get_bytes() more robust

v0.9.0

17 Jan 18:06
Compare
Choose a tag to compare

v0.9.0

-add value representation
-fix double value bug for dotnet
-add parent id to field description

v0.8.1

15 Jan 19:23
Compare
Choose a tag to compare

v0.8.1

-fix python version

v0.8.0

15 Jan 19:13
Compare
Choose a tag to compare

v0.8.0

-add representation count to field count methods

v0.7.0

15 Jan 18:53
Compare
Choose a tag to compare

v0.7.0

-bux fixes for string length values
-performance frindly APIs for string
-upgrade to Wireshark 4.4.3

v0.6.0

08 Jan 18:45
Compare
Choose a tag to compare

v0.6.0

bug fixes and robustness

v.0.5.0

07 Jan 19:45
Compare
Choose a tag to compare

v0.5.0

dotnet: -add requestedFieldIdCount parameter to Session GetPacket()

v0.4.0

03 Jan 19:25
Compare
Choose a tag to compare

v0.4.0

-Introduce EpanPacket and EpanField for better performance with a reduced amount of allocations

-Add examples and update documentation; introduce new build scripts and improve error handling

v0.3.0

26 Nov 15:01
Compare
Choose a tag to compare

v0.3.0
liblemonshark:
-fix memory bugs (not resetting epan_dissect)
-upgrade to Wireshark 4.4.2

dotnet:
-fix utf-8 string handling
-fix field name out of range issues
-fix field type name out of range issues
-add Buffers list to Packet
-add Childrens list to Field

python:
-fix field name out of range issues
-fix field type name out of range issues
-add get_buffers list to Packet
-add get_childrens list to Field