aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_dlg_win32.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-06-09 20:08:47 +0000
committerGerald Combs <gerald@wireshark.org>2009-06-09 20:08:47 +0000
commitcaa884723ce3d8152959cbab782305b8c6717cc4 (patch)
treeb69ece707167d48e33bcc4ef3642622b87791397 /gtk/capture_if_details_dlg_win32.h
parent0db429e50c2239eff4ac4fc3dc2f7d620f223906 (diff)
For interfaces that don't support PacketOpenAdapter (such as TurboCap),
disable the "Details" button in the interface list. Update an error dialog to try to be more helpful. svn path=/trunk/; revision=28675
Diffstat (limited to 'gtk/capture_if_details_dlg_win32.h')
-rw-r--r--gtk/capture_if_details_dlg_win32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/capture_if_details_dlg_win32.h b/gtk/capture_if_details_dlg_win32.h
index 8017aebc04..c2f2a2da8e 100644
--- a/gtk/capture_if_details_dlg_win32.h
+++ b/gtk/capture_if_details_dlg_win32.h
@@ -33,3 +33,8 @@
*/
extern void capture_if_details_open(char *iface);
+/** See if we have a detail-able interface.
+ *
+ * @param iface the interface name to test
+ */
+extern gboolean capture_if_has_details(char *iface);