From 76dd8a27b77aa959d4f6c6fb09c48b2e79d9cd47 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 13 Oct 2015 17:12:20 -0700 Subject: Start deprecating the capture info API. The GTK+ UI has a capture info dialog which shows a summary of captured protocols, including IPX (!), NetBIOS (!!) and VINES (!!OMG!!). It's been disabled by default since 2006 (g59aa9e40). Remove the preference in the Qt UI capture pane. It's still available via the advanced prefs. Add comments in various parts of the code noting that the capture_info routines and structs are GTK+ only. Also note that if we *do* want to add a Qt capture info dialog we'll probably want to modernize the information we show. Change-Id: I3c63f6f01b60f0767fb33602a7f0c3b537dbde51 Reviewed-on: https://code.wireshark.org/review/10991 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/qt/capture_info_dialog.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/qt/capture_info_dialog.cpp') diff --git a/ui/qt/capture_info_dialog.cpp b/ui/qt/capture_info_dialog.cpp index 01debd8009..9150fc6612 100644 --- a/ui/qt/capture_info_dialog.cpp +++ b/ui/qt/capture_info_dialog.cpp @@ -28,6 +28,9 @@ #include "capture_info_dialog.h" #include "capture_info.h" +// This is effectively GTK+ only. +// If we implement this here we should modernize the staticstis we show. + /* create the capture info dialog */ /* will keep pointers to the fields in the counts parameter */ void capture_info_ui_create( -- cgit v1.2.3