From 2ed3d91b45332a2cbb4114b61f18c80fb28a6840 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 18 Aug 2015 11:46:12 -0700 Subject: Add the WLAN statistics dialog. Instead of splitting the stats into two lists as with the GTK+ UI, add everything to an expandable tree. This allows viewing nodes on more than one network. Rename the top-level Bluetooth menu item to Wireless and put the WLAN stats dialog there. The Qt UI matches SSIDs (WlanNetworkTreeWidgetItem::isMatch) a bit differently than the GTK+ UI. Try to make the logic as plain as possible since we'll likely have to update it in the future. The addition of a custom BSSID address types means that we can't assume that everything is AT_ETHER. Add routines for checking for broadcast BSSIDs and comparing only the data portions of addresses. Move PercentBarDelegate into its own module. Use it in WlanStatisticsDialog. Change-Id: Ie4214eb00671a890871380c4a07213ebfb7585c6 Reviewed-on: https://code.wireshark.org/review/10171 Reviewed-by: Gerald Combs --- epan/wslua/taps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/wslua') diff --git a/epan/wslua/taps b/epan/wslua/taps index 56f4242a5b..eee8176bcf 100644 --- a/epan/wslua/taps +++ b/epan/wslua/taps @@ -76,5 +76,5 @@ smb2 ../dissectors/packet-smb2.h smb2_info_t tcp ../dissectors/packet-tcp.h tcp_info_t #teredo ../dissectors/packet-teredo.h teredo_info_t #tr ../dissectors/packet-tr.h tr_info_t -wlan ../dissectors/packet-ieee80211.h wlan_hdr +wlan ../dissectors/packet-ieee80211.h wlan_hdr_t #wsp ../dissectors/packet-wsp.h wsp_info_t -- cgit v1.2.3