Re: [Wireshark-dev] Its possible to build and run wireshark from IDE

2018-11-08 Thread Dario Lombardo
On Wed, Nov 7, 2018 at 5:39 PM Tomer Bar wrote: > i want to expose the validation of the display filter and use it like > service? > any idea? > > Do you want to do it programmatically (I mean you have a C code and you want to link with wireshark in some way) or can you do it running binary

Re: [Wireshark-dev] Its possible to build and run wireshark from IDE

2018-11-08 Thread Guy Harris
On Nov 8, 2018, at 12:52 AM, Dario Lombardo wrote: > On Wed, Nov 7, 2018 at 5:39 PM Tomer Bar wrote: >> i want to expose the validation of the display filter and use it like >> service? >> any idea? > > Do you want to do it programmatically (I mean you have a C code and you want > to link

[Wireshark-dev] Question about asn2wrs

2018-11-08 Thread Craig Jackson
I'm working on a decoder for the NISO Z39.50 protocol. This is an ASN.1/BER protocol used in the library automation community. There some things I'm having trouble figuring out how to configure, and there are also a bunch of things which have never been documented in asn2wrs. I'm wondering if one

[Wireshark-dev] Anyone working on a Syncthing dissector?

2018-11-08 Thread Antoine d'Otreppe
Hi there, I'm interested in learning more about wireshark in general, and in particular learning how to make my own dissectors. I just happened to find a protocol that doesn't seem to have any dissector for it yet: syncthing. https://syncthing.net/ The local discovery protocol looks easy

Re: [Wireshark-dev] Its possible to build and run wireshark from IDE

2018-11-08 Thread Jakub Zawadzki
Hello Tomer, W dniu 2018-11-08 10:46, Guy Harris napisał(a): On Nov 8, 2018, at 12:52 AM, Dario Lombardo wrote: On Wed, Nov 7, 2018 at 5:39 PM Tomer Bar wrote: i want to expose the validation of the display filter and use it like service? any idea? Do you want to do it programmatically

Re: [Wireshark-dev] Question about asn2wrs

2018-11-08 Thread Pascal Quantin
Hi Craig, Le jeu. 8 nov. 2018 à 19:44, Craig Jackson a écrit : > I'm working on a decoder for the NISO Z39.50 protocol. This is an > ASN.1/BER protocol used in the library automation community. > > There some things I'm having trouble figuring out how to configure, and > there are also a bunch

Re: [Wireshark-dev] Anyone working on a Syncthing dissector?

2018-11-08 Thread Peter Wu
Hi Antoine! Based on the specifications for Syncthing, it appears that it uses Protobuf for defining its messages: https://docs.syncthing.net/specs/ I am not sure how well protobuf is currently supported on Wireshark, you could scan the issue tracker and code review site to see if there is any