Releases: CodeDevAM/lemonshark
Releases · CodeDevAM/lemonshark
v0.10.0
v0.10.0
-Allow selection of a profile
v0.9.1
v0.9.1
-make ls_epan_field_value_get_bytes() more robust
v0.9.0
v0.9.0
-add value representation
-fix double value bug for dotnet
-add parent id to field description
v0.8.1
v0.8.1
-fix python version
v0.8.0
v0.8.0
-add representation count to field count methods
v0.7.0
v0.7.0
-bux fixes for string length values
-performance frindly APIs for string
-upgrade to Wireshark 4.4.3
v0.6.0
v0.6.0
bug fixes and robustness
v.0.5.0
v0.5.0
dotnet: -add requestedFieldIdCount parameter to Session GetPacket()
v0.4.0
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
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