I intend to write protobuf dissector , for that i read in http://protobuf-wireshark.googlecode.com/files/README-runtime-v0.1.txt , that we have to install libprotobuf?
How to go about it ? Please help asked 09 Aug '12, 02:14 yogeshg edited 09 Aug '12, 02:16 |
One Answer:
Not really anything to do with Wireshark as it's a separate project, but I guess you need to build protobuf. Slightly worrying that the protobuf dissector is based on Wireshark 1.0.2 which is really ancient. If you do get it to compile with a more recent version, please post back here. answered 09 Aug '12, 02:36 grahamb ♦ |