summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2016-11-03 09:33:48 -0700
committerPeter Wu <peter@lekensteyn.nl>2016-11-10 14:36:00 +0000
commitce98b6c90dcbd8e9468bbac0adf10a7d537afdcb (patch)
treef5cb83863f46ecf3bcf258e66a937c5f83bd77f0 /ui/qt/main_window.h
parentfaa5ba2e20516be8e8ca934c3f06244706e961b5 (diff)
downloadwireshark-ce98b6c90dcbd8e9468bbac0adf10a7d537afdcb.tar.gz
Enable exporting IMF traffic as an EML file
Change-Id: Ia56b38a770a148dd8bf030699615189601944cc2 Reviewed-on: https://code.wireshark.org/review/18656 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
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 b0965fe02f..5c2a77a28c 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -389,6 +389,7 @@ private slots:
void on_actionFileExportPacketBytes_triggered();
void on_actionFileExportObjectsDICOM_triggered();
void on_actionFileExportObjectsHTTP_triggered();
+ void on_actionFileExportObjectsIMF_triggered();
void on_actionFileExportObjectsSMB_triggered();
void on_actionFileExportObjectsTFTP_triggered();
void on_actionFilePrint_triggered();