ChargePoint / wireshark-v2g

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

exi_add_characters: escape non-printing and non-ASCII characters #45

Closed malsyned closed 1 year ago

malsyned commented 1 year ago

If the character has a C string escape sequence, that sequence is used as its representation. Otherwise, it is represented as an even number of hexadigits inside \u{...}.

Fixes #44

malsyned commented 1 year ago

image

jhart-cpi commented 1 year ago

@malsyned if you rebase, I'll merge this.

malsyned commented 1 year ago

@malsyned if you rebase, I'll merge this.

I just saw this message from a couple of days ago. It looks like you decided to merge it as is, is there anything else you still need from me on this PR?

Thank you for accepting it, btw, love your plugin!