aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.c
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 /capture_wpcap_packet.c
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 'capture_wpcap_packet.c')
-rw-r--r--capture_wpcap_packet.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/capture_wpcap_packet.c b/capture_wpcap_packet.c
index 5da76ea9c9..a4b903084f 100644
--- a/capture_wpcap_packet.c
+++ b/capture_wpcap_packet.c
@@ -319,3 +319,16 @@ wpcap_packet_load(void)
}
#endif /* HAVE_LIBPCAP */
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: tabs
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=4 noexpandtab
+ * :indentSize=4:tabSize=4:noTabs=false:
+ */ \ No newline at end of file