https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5821
--- Comment #14 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-08-18 06:18:06 PDT ---
(In reply to comment #13)
> If you know the frame number of a given frame, you know the frame number of the
> previous captured frame (if the frame number is > 1, the frame number of the
> previous captured frame is {frame_number}-1), and from that you can get a
> pointer to the previous captured frame
Ok, but we don't have API in libwireshark to get frame_data pointer from frame
number, I assume we don't want to have frame_data_sequence inside libwireshark?
Other way, is to put prev_dis, prev_cap as arguments of dissection, which
requires lot more work, and this way text for COL_DELTA_TIME_DIS,
COL_DELTA_TIME can't be calculated without dissection (or some hack).
Do you have any other idea?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.