ChargePoint / wireshark-v2g

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

src: add in the missing the index prints for the array decodes #29

Closed chardin-cpi closed 1 year ago

chardin-cpi commented 1 year ago

The array index is used as the subtree name, so without filling out the character array the decoder uses the unitialized stack.

Fixes #26

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