Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
scsi_service_response_time_dialog.h
Go to the documentation of this file.
1
10#ifndef __SCSI_SERVICE_RESPONSE_TIME_DIALOG_H__
11#define __SCSI_SERVICE_RESPONSE_TIME_DIALOG_H__
12
14
15class QComboBox;
16
21{
22 Q_OBJECT
23
24public:
32 ScsiServiceResponseTimeDialog(QWidget &parent, CaptureFile &cf, struct register_srt *srt, const QString filter);
33
41 static TapParameterDialog *createScsiSrtDialog(QWidget &parent, const QString, const QString opt_arg, CaptureFile &cf);
42
47 void setScsiCommand(int command);
48
49protected:
53 virtual void provideParameterData();
54
55private:
57 QComboBox *command_combo_;
58};
59
60#endif // __SCSI_SERVICE_RESPONSE_TIME_DIALOG_H__
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
Dialog for displaying SCSI Service Response Time (SRT) statistics.
Definition scsi_service_response_time_dialog.h:21
virtual void provideParameterData()
Provides parameter data for the service response time dialog.
Definition scsi_service_response_time_dialog.cpp:78
void setScsiCommand(int command)
Sets the active SCSI command to display statistics for.
Definition scsi_service_response_time_dialog.cpp:72
static TapParameterDialog * createScsiSrtDialog(QWidget &parent, const QString, const QString opt_arg, CaptureFile &cf)
Factory method to create a SCSI SRT dialog.
Definition scsi_service_response_time_dialog.cpp:45
Base dialog for displaying Service Response Time (SRT) statistics.
Definition service_response_time_dialog.h:25
Base class for statistics dialogs driven by a tap and an optional display filter, presenting results ...
Definition tap_parameter_dialog.h:58
Definition srt_table.c:20