ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6179] Allow time-shifting of the packet trace

Date: Thu, 11 Aug 2011 03:23:31 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6179

Edwin Groothuis <wireshark@xxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6756|0                           |1
        is obsolete|                            |

--- Comment #14 from Edwin Groothuis <wireshark@xxxxxxxxxxx> 2011-08-11 03:23:27 PDT ---
Created an attachment (id=6817)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6817)
New patch with four functions

That took a while....

This new dialogbox can now:

- Shift the time forwards and backwards.
- Set the time for a certain packet to a certain value.
- Set the time for two packets to a certain value and extrapolate everything
else from it.
- Undo the whole shifting and restore to the original values.

Changes to:
- gtk/menus.c: Add the call to the dialogbox for shifting. Short cut right now
is ^A to make my life easier.
- gtk/Makefile.common: Add the new shift_time_dlg files.
- gtk/help.x: Have a call to bring up the help (unwritten still, will come once
this stuff is commited)
- gtk/shift_time_dlg.x: The whole new dialogbox and callback functions
- epan/nstime.x: Add nstime_copy() function. Just got sick of it. It
should/could be macrod if you want.
- epan/frame_data.x: Add shift_offset field.
- epan/dissectors/packet-frame.c: Add display of the offset.

I really hope that we can get a commit now and then work on any other
improvements with regarding to the time shifting feature.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.