Open GoogleCodeExporter opened 8 years ago
ASAIK dynamic bindings are not supported in wireshark. i.e field registrations
cannot be performed at dissect time. That is the main issue here.
Original comment by dear.c...@gmail.com
on 21 Jul 2010 at 6:04
Roudy
On second thought I think there might be a way to implement a generic plugin to decode all protobuf messages by parsing .proto files at runtime. This is interesting and better than the piece-by-piece plugin generation. Let me look into it.
dear chap
Original comment by dear.c...@gmail.com
on 28 Jul 2010 at 2:01
dear Dear,
thanks for replying.
I have read a little about the wire-shark architecture.
What i meant by my previous post will obviously lead to provide a "built-in
dissector" for protocol buffers.
This way, the dissector is always available for the user inside the wireshark
application (example UDP, TCP, HTTP...etc). The dissector will reside in
libwireshark.so. So any updates to the dissector will lead to recompile this
library.
Roudy
Original comment by roudy.da...@gmail.com
on 24 Sep 2010 at 8:29
Roudy the latest version of protobuf-wireshark is a runtime version which
parses proto files at runtime. It wont have the behaviour you want of being
able to specify a proto file via a file chooser dialog but you can store all
your proto files in a particular dir and that would be picked up by the
protobuf plugin on wireshark start.
Original comment by dear.c...@gmail.com
on 29 Apr 2011 at 3:54
Original issue reported on code.google.com by
roudy.da...@gmail.com
on 14 Jun 2010 at 2:59