Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
scsi_service_response_time_dialog.h
Go to the documentation of this file.
1
9
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() override;
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
virtual void provideParameterData() override
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
ScsiServiceResponseTimeDialog(QWidget &parent, CaptureFile &cf, struct register_srt *srt, const QString filter)
Constructs a new ScsiServiceResponseTimeDialog object.
Definition scsi_service_response_time_dialog.cpp:25
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
ServiceResponseTimeDialog(QWidget &parent, CaptureFile &cf, struct register_srt *srt, const QString filter, int help_topic=0)
Constructs a new ServiceResponseTimeDialog object.
Definition service_response_time_dialog.cpp:171
TapParameterDialog(QWidget &parent, CaptureFile &cf, int help_topic=0)
Constructs the tap parameter dialog and registers it for retapping.
Definition tap_parameter_dialog.cpp:69
Definition srt_table.c:20