aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_analysis_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/rtp_analysis_dialog.h')
-rw-r--r--ui/qt/rtp_analysis_dialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/qt/rtp_analysis_dialog.h b/ui/qt/rtp_analysis_dialog.h
index 43b3c7a88a..b1dfddf097 100644
--- a/ui/qt/rtp_analysis_dialog.h
+++ b/ui/qt/rtp_analysis_dialog.h
@@ -43,6 +43,13 @@ class RtpAnalysisDialog;
class QCPGraph;
class QTemporaryFile;
+typedef enum {
+ TAP_RTP_NO_ERROR,
+ TAP_RTP_WRONG_LENGTH,
+ TAP_RTP_PADDING_ERROR,
+ TAP_RTP_FILE_IO_ERROR
+} rtp_error_type_t;
+
class RtpAnalysisDialog : public WiresharkDialog
{
Q_OBJECT
@@ -126,6 +133,7 @@ private:
rtpstream_tapinfo_t tapinfo_;
QString err_str_;
+ rtp_error_type_t save_payload_error_;
QMenu stream_ctx_menu_;
QMenu graph_ctx_menu_;