Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
15 class QComboBox;
16 
18 {
19  Q_OBJECT
20 
21 public:
22  ScsiServiceResponseTimeDialog(QWidget &parent, CaptureFile &cf, struct register_srt *srt, const QString filter);
23  static TapParameterDialog *createScsiSrtDialog(QWidget &parent, const QString, const QString opt_arg, CaptureFile &cf);
24 
25  void setScsiCommand(int command);
26 
27 protected:
28  virtual void provideParameterData();
29 
30 private:
31  QComboBox *command_combo_;
32 };
33 
34 #endif // __SCSI_SERVICE_RESPONSE_TIME_DIALOG_H__
Definition: capture_file.h:21
Definition: scsi_service_response_time_dialog.h:18
Definition: service_response_time_dialog.h:22
Definition: tap_parameter_dialog.h:43
Definition: srt_table.c:20