summaryrefslogtreecommitdiff
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-08-18 23:04:23 +0000
committerGerald Combs <gerald@wireshark.org>2011-08-18 23:04:23 +0000
commitaad44caa94778f2e62b85188e59ee90ef2008f4f (patch)
tree02f14ebd3dbf85fe84f29d83f393e9f593733c1e /airpcap_loader.c
parent1f9f878af84c91807f85754101a6c005fc5c34bd (diff)
downloadwireshark-aad44caa94778f2e62b85188e59ee90ef2008f4f.tar.gz
Update the AirPcap code in prefs_dlg.c to match the changes made to
airpcap_dlg.c long ago in r28350. Re-enable GTK_DISABLE_DEPRECATED. Add a comment to airpcap_loader.c about moving functionality to packet-ieee80211.c. svn path=/trunk/; revision=38610
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/airpcap_loader.c b/airpcap_loader.c
index 1887dd80e6..b41f51b86b 100644
--- a/airpcap_loader.c
+++ b/airpcap_loader.c
@@ -2266,6 +2266,7 @@ test_if_on(pref_t *pref, gpointer ud)
/*
* Returns TRUE if the Wireshark decryption is active, false otherwise
+ * XXX - Should we just add a routine to packet-ieee80211.c to grab this directly?
*/
gboolean
wireshark_decryption_on(void)