URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7a793e5cd4624a47a0948ea4a196c82151d79340
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
7a793e5 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):
ieee80211: Remove zero-length array usage
Remove the zero-length array usage to fix warnings reported about
using this extended feature.
Fixes: v2.9.0rc0-2520-g61ccf52107 ("ieee80211: Decrypt and dissect EAPOL
keydata")
Change-Id: I62eceb543e3398db2eee22e12609959e27d684f7
Reviewed-on: https://code.wireshark.org/review/32781
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from a9861fb S1AP: upgrade dissector to v15.5.0
add 7a793e5 ieee80211: Remove zero-length array usage
Summary of changes:
epan/dissectors/packet-ieee80211.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)