summaryrefslogtreecommitdiff
path: root/ui/qt/capture_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/capture_file.cpp')
-rw-r--r--ui/qt/capture_file.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/qt/capture_file.cpp b/ui/qt/capture_file.cpp
index 4ce0fc03ea..92b9677fcf 100644
--- a/ui/qt/capture_file.cpp
+++ b/ui/qt/capture_file.cpp
@@ -229,6 +229,13 @@ void CaptureFile::captureFileEvent(int event, gpointer data)
emit captureFileSaveStopped();
break;
+ case cf_cb_file_export_specified_packets_started:
+ case cf_cb_file_export_specified_packets_finished:
+ case cf_cb_file_export_specified_packets_failed:
+ case cf_cb_file_export_specified_packets_stopped:
+ // Ignored for now
+ break;
+
default:
g_log(NULL, G_LOG_LEVEL_DEBUG, "FIX: main_cf_callback %d %p", event, data);
g_warning("CaptureFile::captureFileCallback: event %u unknown", event);