Re: [Wireshark-dev] MacOS user on installed files

2018-03-11 Thread Jaap Keuter
> On 10 Mar 2018, at 09:42, Michael Tuexen > wrote: > >> On 10. Mar 2018, at 06:16, Jaap Keuter wrote: >> >> Hi List, >> >> While digging into https://ask.wireshark.org/question/2023 I stumbled up >> these entries in my file system >> >> macOS:~ jaap$ cd /Library/Application\ Support/ >> m

[Wireshark-dev] Building a protocol tree

2018-03-11 Thread Paul Offord
I need some advice building a protocol tree. I'm trying to build a tree like this: * trb - protocol * Label of "TRB Header" * trb.version - uint16 * trb.format - uint16 * trb.scheme_index - uint16 * trb.httpd - Boolean type but also introducing a subtree

[Wireshark-dev] Installing a plugin in non Development build

2018-03-11 Thread Jeswin Mathai
Hi! Is it possible to build a plugin in c that can be used directly in non Development build (normal installation). So that people won't have to install the entire development build of wireshark instead they can run a small installer. ___

Re: [Wireshark-dev] Building a protocol tree

2018-03-11 Thread Richard Sharpe
On Sun, Mar 11, 2018 at 5:04 AM, Paul Offord wrote: > I need some advice building a protocol tree. I’m trying to build a tree > like this: > > trb - protocol > > Label of “TRB Header” > trb.version – uint16 > trb.format – uint16 > trb.scheme_index – uint16 > trb.httpd – Boolean type but also int

Re: [Wireshark-dev] Installing a plugin in non Development build

2018-03-11 Thread Jaap Keuter
> On 11 Mar 2018, at 13:50, Jeswin Mathai wrote: > > Hi! > > Is it possible to build a plugin in c that can be used directly in non > Development build (normal installation). So that people won't have to install > the entire development build of wireshark instead they can run a small > insta

Re: [Wireshark-dev] Building Plugin without compling the source

2018-03-11 Thread Dario Lombardo
On Sun, Mar 11, 2018 at 6:46 AM, Jeswin Mathai wrote: > Hi! > > How can I join Wireshark's IRC? > Just join irc from somewhere (eg.: https://webchat.freenode.net/) and join #wireshark. Conversations are a few, however, but you can try and be lucky. ___