Re: [Wireshark-dev] Adding dynamic fields to tree from dissector

2016-07-03 Thread Jeff Morriss
marko > To: wireshark-dev > Sent: Sat, Jul 2, 2016 5:19 pm > Subject: Re: [Wireshark-dev] Adding dynamic fields to tree from dissector > > On Tue, Jun 21, 2016 at 1:27 PM, ma...@kevac.org wrote: > > I can indeed figure out all possible fields and their types because I > &

Re: [Wireshark-dev] Adding dynamic fields to tree from dissector

2016-07-02 Thread Michael Mann
] Adding dynamic fields to tree from dissector On Tue, Jun 21, 2016 at 1:27 PM, ma...@kevac.org wrote: > I can indeed figure out all possible fields and their types because I > have a protocol in some binary format selected by wireshark user > through settings. I have tried to implement this

Re: [Wireshark-dev] Adding dynamic fields to tree from dissector

2016-07-02 Thread ma...@kevac.org
On Tue, Jun 21, 2016 at 1:27 PM, ma...@kevac.org wrote: > I can indeed figure out all possible fields and their types because I > have a protocol in some binary format selected by wireshark user > through settings. I have tried to implement this and found out that all dissectors register their fi

Re: [Wireshark-dev] Adding dynamic fields to tree from dissector

2016-06-21 Thread ma...@kevac.org
On Sat, Jun 18, 2016 at 5:14 PM, ma...@kevac.org wrote: > Hi. > > I have read Developer Manual, README.dissector and looked into few > examples, but could not find an answer to my question. > I am sorry that I am answering to my own message instead of your replies. Somehow I did not received answ

Re: [Wireshark-dev] Adding dynamic fields to tree from dissector

2016-06-19 Thread Michael Mann
names/filters for all of the fields. -----Original Message- From: marko To: wireshark-dev Sent: Sat, Jun 18, 2016 11:58 am Subject: [Wireshark-dev] Adding dynamic fields to tree from dissector Hi. I have read Developer Manual, README.dissector and looked into few examples, but could not

Re: [Wireshark-dev] Adding dynamic fields to tree from dissector

2016-06-18 Thread Jaap Keuter
Hi, Yes indeed, we try to make sure that the most important feature (the filtering) works as well as possible, which is undermined by using the add_text() API. What you are saying is that there is no way to know how the message looks like until you’ve received it. That’s not unusual. But are y

[Wireshark-dev] Adding dynamic fields to tree from dissector

2016-06-18 Thread ma...@kevac.org
Hi. I have read Developer Manual, README.dissector and looked into few examples, but could not find an answer to my question. I have a dissector for a custom protocol, that is basically 4 bytes length, 4 bytes msg_id and rest is packed protocol buffers message. I am unpacking this protocol buffe