Hello Sir, How to make Wireshark tool support Protocol Buffers? How to add my protobuf decoder into wireshark tool >> Analyze menu >> “Enabled Protocls" dialog? |
From your many similar questions I assume you are talking about google protocol buffers. As thet project never aproched Wireshark or offered their code to us we have no knowledge of the dissector but in general if you have a plugin or a builtin dissector you nedd to complie it agains your verion of Wireshark or put the ready made plugin executable in the plugins directory (See help-Aabout->folders) Not thet a plugin is only garanteed to work with the version of Wireshark it was built against. Other than that you'd better ask the people who made the plugin. Thank you Anders! Yes, I'm talking about google protocol buffers. How can I compile a plugin or built-in dissector against Wireshark1.10.3 please?
(26 Nov '13, 02:13)
MartinXie
(26 Nov '13, 04:04)
Anders ♦
|
Take a look at the protobuf-wireshark project. I've approached them about contributing it to the upstream Wireshark project so everyone can benefit without jumping through hoops of compiling it. |