aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-12-18 13:49:10 +0000
committerIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-12-18 13:49:10 +0000
commit4729c083ac6ae7456584cbf726c1023b8707b72b (patch)
treeb935c703603a123bcffd92bc4b63faae9295ee1e /ui/qt/main_window.h
parent485faca86dd9976763bf58b341dac2c53f1c3120 (diff)
Add 'Filter Association' to context menu in packet list.
svn path=/trunk/; revision=54219
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 448a592cb9..68918c30bc 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -329,6 +329,7 @@ private slots:
void openSCTPAllAssocsDialog();
void on_actionSCTPShowAllAssociations_triggered();
void on_actionSCTPAnalyseThisAssociation_triggered();
+ void on_actionSCTPFilterThisAssociation_triggered();
#ifdef HAVE_LIBPCAP
void on_actionCaptureInterfaces_triggered();