Re: [Wireshark-dev] Build breakage on master?

2022-02-28 Thread Guy Harris
> On Mon, Feb 28, 2022 at 10:58 AM Martin Mathieson via Wireshark-dev > wrote: > >> I am seeing this error on master. Don't have time to look into it just now, >> but I have just made a new VM for building Wireshark. Which object file is >> supposed to implement these? >> >> /usr/bin/ld: ru

Re: [Wireshark-dev] Questions about the design of a samsung-ipc protocol dissector

2022-02-28 Thread Denis 'GNUtoo' Carikli
On Tue, 22 Feb 2022 18:03:30 +0200 ss ws wrote: > Hi Denis, Hi, > I found myself writing several "multi payloads" dissectors like the > one you describe and I can say the best thing you can do is write a > compact description of each packet into the info column and separate > the payloads: > * V

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] Build breakage on master?

2022-02-28 Thread Jim Young
Looking at a few of the undefined references with `git grep` it looks like they are defined in epan/dissectors/packet-ncp.inc. > % git grep ncp_echo_server > epan/dissectors/packet-ncp-int.h:extern gboolean ncp_echo_server; > epan/dissectors/packet-ncp.c: > &

[Wireshark-dev] Build breakage on master?

2022-02-28 Thread Martin Mathieson via Wireshark-dev
I am seeing this error on master. Don't have time to look into it just now, but I have just made a new VM for building Wireshark. Which object file is supposed to implement these? /usr/bin/ld: run/libwireshark.so.0.0.0: undefined reference to `nds_defrag' /usr/bin/ld: run/libwireshark.so.0.0.0:

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