Re: [Wireshark-dev] Syncthing protocol dissector

2022-02-28 Thread Richard Sharpe
On Mon, Feb 28, 2022 at 11:53 AM Tmore1 wrote: > > Hi, > > Thank you. I understand that only C dissectors are distributed with > Wireshark - in my message, I asked whether the project would be > interested in my reimplementing it in C. Yes. If needed I can help you shepherd the changes into the r

Re: [Wireshark-dev] Syncthing protocol dissector

2022-02-28 Thread Tmore1
Hi, Thank you. I understand that only C dissectors are distributed with Wireshark - in my message, I asked whether the project would be interested in my reimplementing it in C. The Syncthing protocols are a mixture of protobufs and ordinary fields. I assumed that the way to write such a dissector

Re: [Wireshark-dev] Syncthing protocol dissector

2022-02-28 Thread Alexis La Goutte
Hi Thomas, We don't accept LUA dissector on source code But there is now a protobuff dissector on Wireshark and i think it will not be complicated to add this protocol. Cheers On Sun, Feb 27, 2022 at 5:39 AM Tmore1 wrote: > Hello, > > Several years ago, there was some discussion on this list

[Wireshark-dev] Syncthing protocol dissector

2022-02-26 Thread Tmore1
Hello, Several years ago, there was some discussion on this list about a Syncthing protocol dissector: https://www.wireshark.org/lists/wireshark-dev/201811/msg00017.html AFAICT, there still doesn't seem to be one. I'm new to Wireshark internals (and pretty new to Wireshark externals, as well ;))