ChargePoint / wireshark-v2g

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

extern: patch the openv2g to increase the decoder limits #31

Closed chardin-cpi closed 1 year ago

chardin-cpi commented 1 year ago

The XML schema definitino doesn't impose max sizes on some of the strings or arrays, so the openv2g code just picked arbitrary values that are less than ideal. So, just increase these to get a decode to work.

This is very brittle but it does get the pcap references provided to successfully decode.

Fixes #25

Signed-off-by: Charles Hardin charles.hardin@chargepoint.com