Wireshark-commits: [Wireshark-commits] master 89c24ee: [ieee80211] Cleanup
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Jul 2015 20:00:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=89c24ee8e8086dc88042d9f048479487b342702e
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

89c24ee by Bill Meier (wmeier@xxxxxxxxxxx):

    [ieee80211] Cleanup
    
    Primarily:
       Call fixed_field functions directly instead of doing a
       linear search by "function number" in a large table
       of dissector addresses to determine the function address
       for each function call.
    
       As part of this change,  the order of certain fixed_field
       functions was changed to fix any forward references.
    
    Also:
       Spelling
       Whitespace
    
    Change-Id: I9bb7e239086f9b65044929f2cb7e7f9d9b9adaee
    Reviewed-on: https://code.wireshark.org/review/9563
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  ccdd4be   GSM A RR: fix GSM H/L bits management
    adds  89c24ee   [ieee80211] Cleanup


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