3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef __SCSI_SERVICE_RESPONSE_TIME_DIALOG_H__
11 #define __SCSI_SERVICE_RESPONSE_TIME_DIALOG_H__
13 #include "service_response_time_dialog.h"
17 class ScsiServiceResponseTimeDialog
: public ServiceResponseTimeDialog
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
);
25 void setScsiCommand(int command
);
28 virtual void provideParameterData();
31 QComboBox
*command_combo_
;
34 #endif // __SCSI_SERVICE_RESPONSE_TIME_DIALOG_H__