ChargePoint / wireshark-v2g

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

exi_add_characters: use g_malloc/g_free for portability #46

Closed chardin-cpi closed 1 year ago

chardin-cpi commented 1 year ago

Wireshark doesn't allow access to the generic malloc/free from the standard c library. So, use the portable version to get the windows variation to build.