ChargePoint / wireshark-v2g

Dissector for the V2G Protocols
Other
43 stars 18 forks source link

wip conversion to libcbv2g #62

Open chardin-cpi opened 4 months ago

chardin-cpi commented 4 months ago

Need to use a supported library under active development.

see https://github.com/ChargePoint/wireshark-v2g/issues/56

JeremyWhaling commented 3 weeks ago

Just FYI, the base v2g.lua file appears to be prior to my pull request. In other words, the ESDP/J3400/ISO 15118-200 support isn't included. I can help add it back if you would like.

JeremyWhaling commented 3 weeks ago

Note once the dust settles, I also have an improvement to the "dissect_all_tlvs_in_packet" function: I added support to handle malformed TLVs without throwing a Lua error and instead flags the TLV as malformed within Wireshark.