The 802.11 dissector has the following code: wlan_hdr *volatile whdr; static wlan_hdr whdrs[4];
whdr= &whdrs[0]; It looks like whdrs[1] through whdrs[3] are never used. Should the code be modified to rotate through each member of whdrs, similar to the fmtbuf arrays in strutil.c? _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
