Wireshark-commits: [Wireshark-commits] master-2.2 5c61269: IEEE80211: packet_info needed for expert

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 06 Jun 2018 14:09:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c61269147d3ee6f7d0cd9df249ee17513a966bc
Submitter: Jaap Keuter (jaap.keuter@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

5c61269 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    IEEE80211: packet_info needed for expert info.
    
    An expert info was added to dissect_fast_bss_transition without
    adding a packet_info pointer to the function. This changes adds it,
    fixing the build.
    
    Change-Id: Id25371c28f403c3309f2e17b5fa786cfe486d066
    Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/28061
    Tested-by: Petri Dish Buildbot
    

Actions performed:

    from  c780c3e   3GPP NAS: fix dissection of Linked TI IE
    adds  5c61269   IEEE80211: packet_info needed for expert info.


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