Re: [Wireshark-dev] Best algorithmic way to implement MPTCP sequence number space analysis ?

2015-10-08 Thread Evan Huus
You should just be able to call `epan_get_frame_ts` and pass it `pinfo->epan` plus your frame number. On Thu, Oct 8, 2015 at 4:26 PM, Matt wrote: > I managed to get the interval tree working with only a few > modifications to the core R/B tree. > > I now would like to compute

Re: [Wireshark-dev] Best algorithmic way to implement MPTCP sequence number space analysis ?

2015-10-08 Thread Matt
I managed to get the interval tree working with only a few modifications to the core R/B tree. I now would like to compute the sequence number inter arrival times (multipath may provoke more out of order hence it is a metric of interest). To do that I need to get access to the time arrival of a