aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_stream_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/rtp_stream_dialog.h')
-rw-r--r--ui/qt/rtp_stream_dialog.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/ui/qt/rtp_stream_dialog.h b/ui/qt/rtp_stream_dialog.h
index 7674cb87e7..e18543aa9f 100644
--- a/ui/qt/rtp_stream_dialog.h
+++ b/ui/qt/rtp_stream_dialog.h
@@ -42,9 +42,9 @@ signals:
void rtpPlayerDialogReplaceRtpStreams(QVector<rtpstream_info_t *> stream_infos);
void rtpPlayerDialogAddRtpStreams(QVector<rtpstream_info_t *> stream_infos);
void rtpPlayerDialogRemoveRtpStreams(QVector<rtpstream_info_t *> stream_infos);
- void rtpAnalysisDialogReplaceRtpStreams(QVector<rtpstream_info_t *> stream_infos);
- void rtpAnalysisDialogAddRtpStreams(QVector<rtpstream_info_t *> stream_infos);
- void rtpAnalysisDialogRemoveRtpStreams(QVector<rtpstream_info_t *> stream_infos);
+ void rtpAnalysisDialogReplaceRtpStreams(QVector<rtpstream_id_t *> stream_infos);
+ void rtpAnalysisDialogAddRtpStreams(QVector<rtpstream_id_t *> stream_infos);
+ void rtpAnalysisDialogRemoveRtpStreams(QVector<rtpstream_id_t *> stream_infos);
public slots:
void displayFilterSuccess(bool success);
@@ -87,18 +87,20 @@ private:
void freeLastSelected();
void invertSelection();
QVector<rtpstream_info_t *>getSelectedRtpStreams();
+ QVector<rtpstream_id_t *>getSelectedRtpStreamIDs();
private slots:
void showStreamMenu(QPoint pos);
void on_actionCopyAsCsv_triggered();
void on_actionCopyAsYaml_triggered();
- void on_actionFindReverse_triggered();
+ void on_actionFindReverseNormal_triggered();
+ void on_actionFindReversePair_triggered();
+ void on_actionFindReverseSingle_triggered();
void on_actionGoToSetup_triggered();
void on_actionMarkPackets_triggered();
void on_actionPrepareFilter_triggered();
void on_streamTreeWidget_itemSelectionChanged();
void on_buttonBox_helpRequested();
- void on_buttonBox_clicked(QAbstractButton *button);
void on_actionExportAsRtpDump_triggered();
void captureEvent(CaptureEvent e);
void on_displayFilterCheckBox_toggled(bool checked);