Wireshark-commits: [Wireshark-commits] master 03e01a4: ieee80211: use 64bit value string for a 64bi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 Mar 2018 17:53:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=03e01a42b72493e39834a2bb93a3eb0528f4344e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

03e01a4 by Martin Kaiser (wireshark@xxxxxxxxx):

    ieee80211: use 64bit value string for a 64bit hf variable
    
    Using a 32bit value string triggers the assertion in
    hf_try_val64_to_str().
    
    Bug: 14560
    Change-Id: Ief3f46ee60355f43d2fb5f210608fde21be8d41d
    Reviewed-on: https://code.wireshark.org/review/26633
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3f54f88   Bluetooth HCI evt: dissect last remaining BT5 events
    adds  03e01a4   ieee80211: use 64bit value string for a 64bit hf variable


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)