Releases: ChargePoint/wireshark-v2g
Releases · ChargePoint/wireshark-v2g
V2G Wireshark Plug-in v0.8.0
Changing EXI Decoding Library
This release is primarily for testing the new library libcbv2g. The changes should be equivalent to the prior releases and might fix a couple of decoding issues according to the lib.
The library does have support for -20 but the changes required for are going to be a new indirection off the Lua to the grammar dissectors. This is not complicated - but, it is a lot of work so it is going to take some typing to get it done.
What's Changed
- chore: replace the usage of openv2g with libcbv2g for decode by @chardin-cpi in #68
Full Changelog: v0.7.1...v0.8.0
V2G Wireshark Plug-in v0.7.1
What's Changed
- Update V2G Lua Dissector to support SDP with EMSP, put TLS/TCP connection in info field, and some bug fixes by @JeremyWhaling in #58
- ci: update macos to match the latest wireshark changes for dmg by @chardin-cpi in #63
New Contributors
- @JeremyWhaling made their first contribution in #58
Full Changelog: v0.7.0...v0.7.1
V2G Wireshark Plug-in v0.7.0
What's Changed
- Add a flag to extract_secrets.py to pass it a known TLS session key by @rruiz-cpi in #49
- build: update the wireshark base to release-4.2 by @chardin-cpi in #53
- feat(dissector): add more derived values for current demand by @chardin-cpi in #52
New Contributors
- @rruiz-cpi made their first contribution in #49
Full Changelog: v0.6.1...v0.7.0
V2G Wireshark Plug-in v0.6.1
What's Changed
- dissectors: add terminating sentinels to value_string arrays by @malsyned in #43
- exi_add_characters: escape non-printing and non-ASCII characters by @malsyned in #45
- exi_add_characters: use g_malloc/g_free for portability by @chardin-cpi in #46
New Contributors
Full Changelog: v0.6.0...v0.6.1
V2G Wireshark Plug-in v0.6.0
What's Changed
- Update macOS build instructions. by @carlnorum-cpi in #37
- src: improve presentation of supportedAppProtocol by @suihkulokki in #35
- feat(dissector): allow a preference to set the exi dissector to use by @chardin-cpi in #39
- Ckhardin/wireshark 4.0 by @chardin-cpi in #40
New Contributors
- @suihkulokki made their first contribution in #35
Full Changelog: v0.5.0...v0.6.0
V2G Wireshark Plug-in v0.5.0
What's Changed
- ci: sync the macos yaml with the upstream wireshark changes by @chardin-cpi in #33
- src: first pass implementation for the iso2 body decodes by @chardin-cpi in #32
Full Changelog: v0.4.2...v0.5.0
V2G Wireshark Plug-in v0.4.2
What's Changed
- src: add in the missing the index prints for the array decodes by @chardin-cpi in #29
- src: fix the bounds checking on the snprintf for the bytes by @chardin-cpi in #30
- extern: patch the openv2g to increase the decoder limits by @chardin-cpi in #31
Full Changelog: v0.4.1...v0.4.2
V2G Wireshark Plug-in v0.4.1
What's Changed
- cmake: install the v2g.lua specific to intree or module build by @chardin-cpi in #23
- Improve representation by @adoebber in #27
- Update macOS build instructions. by @carlnorum-cpi in #28
New Contributors
- @adoebber made their first contribution in #27
- @carlnorum-cpi made their first contribution in #28
Full Changelog: v0.4.0...v0.4.1
V2G Wireshark Plug-in v0.4.0
cmake: bump version to 0.4.0 - added a call to ASN1 decode the certs in iso1 - changes the tshark output a bit, so bump this as a minor Signed-off-by: Charles Hardin <charles.hardin@chargepoint.com>
V2G Wireshark Plug-in v0.3.4
cmake: bump version to 0.3.4 - address some mac os build issues with clang - address some connection tracking on handshake Signed-off-by: Charles Hardin <charles.hardin@chargepoint.com>