Dialog for shifting packet timestamps in the current capture file, supporting uniform shifts across all packets, single-anchor adjustments, and two-point linear interpolation, as well as a full timestamp reset.
More...
#include <time_shift_dialog.h>
|
|
void | timeShifted () |
| | Emitted after a time-shift operation has been successfully applied, so that other views can refresh their timestamp displays.
|
| |
|
| | TimeShiftDialog (QWidget *parent=0, capture_file *cf=NULL) |
| | Constructs the Time Shift dialog.
|
| |
|
| ~TimeShiftDialog () |
| | Destroys the dialog and releases UI resources.
|
| |
Dialog for shifting packet timestamps in the current capture file, supporting uniform shifts across all packets, single-anchor adjustments, and two-point linear interpolation, as well as a full timestamp reset.
◆ TimeShiftDialog()
| TimeShiftDialog::TimeShiftDialog |
( |
QWidget * |
parent = 0, |
|
|
capture_file * |
cf = NULL |
|
) |
| |
|
explicit |
Constructs the Time Shift dialog.
- Parameters
-
| parent | Optional parent widget. |
| cf | Capture file whose timestamps will be modified; may be NULL. |
◆ setCaptureFile
Updates the capture file pointer when the active file changes.
- Parameters
-
| cf | New capture file to operate on; may be NULL. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/time_shift_dialog.h
- /builds/wireshark/wireshark/ui/qt/time_shift_dialog.cpp