mkg20001 / libp2p-dissector

Libp2p dissector for wireshark v2.5 (WIP)
16 stars 2 forks source link

Fix secio protocol buffers parsing #1

Closed mkg20001 closed 6 years ago

mkg20001 commented 6 years ago

Currently protocol buffers objects can not be parsed correctly for some reason. I don't know if this is due to a bug in protobuf-c or in my code. screenshot

mkg20001 commented 6 years ago

Data looks ok data

mkg20001 commented 6 years ago

Clearly protobuf-c bug code gdb

mkg20001 commented 6 years ago

Upstream https://github.com/protobuf-c/protobuf-c/issues/310

mkg20001 commented 6 years ago

tvb_get_string_raw solves the problem