aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-09 20:08:47 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-09 20:08:47 +0000
commit25969f7ea5538ae02d666ef15fd1c2b7f8f87685 (patch)
treeb69ece707167d48e33bcc4ef3642622b87791397 /capture_wpcap_packet.c
parent6e04d2188b7cd64ea0e7d429274648bc34fb72f3 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28675 f5534014-38df-0310-8fa8-9805f1628bb7
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