Wireshark-commits: [Wireshark-commits] master-3.0 d0fdf09: radiotap: make tables that we modify aut
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Jun 2020 18:53:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d0fdf09d1d5eebc1e11cff06a3e2f9ac71783422
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

d0fdf09 by Guy Harris (gharris@xxxxxxxxx):

    radiotap: make tables that we modify automatic rather than static.
    
    Another instance of this problem that showed up when working on the fix
    to the data types of those tables (fixing the data types mean that these
    errors cause the conpile to fail; as indicated, that's one reason to fix
    them).
    
    Change-Id: Ia1953b95968101f27fedd98a5fc2854101779deb
    Reviewed-on: https://code.wireshark.org/review/37509
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    (cherry picked from commit fdf9610b84af9036d7a24ec4b46ffeb68cb66060)
    Reviewed-on: https://code.wireshark.org/review/37512
    

Actions performed:

    from  362c17d   radiotap: make tables that we modify automatic rather than static.
     add  d0fdf09   radiotap: make tables that we modify automatic rather than static.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c | 76 +++++++++++++++++------------
 1 file changed, 46 insertions(+), 30 deletions(-)