Re: [Wireshark-dev] RFC: Internally Generated Records

2015-08-18 Thread Roland Knall
Hi Evan Did this approach got implemented? If not, I would like to give it a try. regards, Roland On Tue, Aug 5, 2014 at 12:14 AM, Roland Knall rkn...@gmail.com wrote: Yes, that it what I was saying. Cool, you can look forward to the openSAFETY patch, the minute the change hit the official

Re: [Wireshark-dev] RFC: Internally Generated Records

2015-08-18 Thread Michal Labedzki
Hello, I tried to do that, but failed on Qt packet list logic... Idea: add children to packets on packet list. https://code.wireshark.org/review/#/c/10107/1 Please feel free to use it. (let treat is as Public Domain) On 18 August 2015 at 17:04, Roland Knall rkn...@gmail.com wrote: Good, have

Re: [Wireshark-dev] RFC: Internally Generated Records

2015-08-18 Thread Evan Huus
On Tue, Aug 18, 2015 at 10:49 AM, Roland Knall rkn...@gmail.com wrote: Hi Evan Did this approach got implemented? If not, I would like to give it a try. As far as I know nobody is working on it. Feel free to give it a try. Evan regards, Roland On Tue, Aug 5, 2014 at 12:14 AM, Roland

Re: [Wireshark-dev] RFC: Internally Generated Records

2015-08-18 Thread Roland Knall
Good, have some vacation days coming up and will give it a try. regards, Roland On Tue, Aug 18, 2015 at 4:53 PM, Evan Huus eapa...@gmail.com wrote: On Tue, Aug 18, 2015 at 10:49 AM, Roland Knall rkn...@gmail.com wrote: Hi Evan Did this approach got implemented? If not, I would like to

[Wireshark-dev] RFC: Internally Generated Records

2014-08-04 Thread Evan Huus
One of the issues that's been popping up a lot recently is how to handle packets that contain multiple records. The reason both those words are in quotes is because there's some broader context and applications: - Putting each application-layer PDU into its own record regardless of higher-level

Re: [Wireshark-dev] RFC: Internally Generated Records

2014-08-04 Thread Roland Knall
Hello Evan Just a little side-note, could you explain what you mean by records? With the openSAFETY dissector I voiced the issue some time ago, that openSAFETY in itself is a protocol, where it may end up being multiple nodes sending data in the same ethernet frame. Your solutions seem similar,

Re: [Wireshark-dev] RFC: Internally Generated Records

2014-08-04 Thread Evan Huus
On Mon, Aug 4, 2014 at 4:25 PM, Roland Knall rkn...@gmail.com wrote: Hello Evan Just a little side-note, could you explain what you mean by records? I left it intentionally vague because of the various possible applications. The one I tend to use as a working example when thinking about this

Re: [Wireshark-dev] RFC: Internally Generated Records

2014-08-04 Thread Roland Knall
On Mon, Aug 4, 2014 at 10:40 PM, Evan Huus eapa...@gmail.com wrote: Right now you can't filter on field combinations that must appear together in one of those application frames: if fieldA appears in frame 1, and fieldB appears in frame 2, then that packet will match fieldA fieldB even if

Re: [Wireshark-dev] RFC: Internally Generated Records

2014-08-04 Thread Evan Huus
On Aug 4, 2014, at 17:11, Roland Knall rkn...@gmail.com wrote: On Mon, Aug 4, 2014 at 10:40 PM, Evan Huus eapa...@gmail.com wrote: Right now you can't filter on field combinations that must appear together in one of those application frames: if fieldA appears in frame 1, and fieldB

Re: [Wireshark-dev] RFC: Internally Generated Records

2014-08-04 Thread Roland Knall
Am 04.08.2014 um 23:16 schrieb Evan Huus eapa...@gmail.com: On Aug 4, 2014, at 17:11, Roland Knall rkn...@gmail.com wrote: On Mon, Aug 4, 2014 at 10:40 PM, Evan Huus eapa...@gmail.com wrote: Right now you can't filter on field combinations that must appear together in one of

Re: [Wireshark-dev] RFC: Internally Generated Records

2014-08-04 Thread Evan Huus
On Aug 4, 2014, at 17:21, Roland Knall rkn...@gmail.com wrote: Am 04.08.2014 um 23:16 schrieb Evan Huus eapa...@gmail.com: On Aug 4, 2014, at 17:11, Roland Knall rkn...@gmail.com wrote: On Mon, Aug 4, 2014 at 10:40 PM, Evan Huus eapa...@gmail.com wrote: Right now you can't

Re: [Wireshark-dev] RFC: Internally Generated Records

2014-08-04 Thread Roland Knall
Yes, that it what I was saying. Cool, you can look forward to the openSAFETY patch, the minute the change hit the official repo ;-) regards, Roland On Mon, Aug 4, 2014 at 11:51 PM, Evan Huus eapa...@gmail.com wrote: On Aug 4, 2014, at 17:21, Roland Knall rkn...@gmail.com wrote: Am