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

Commits:

fdf9610 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>
    

Actions performed:

    from  7a52632   radiotap: make tables that we modify automatic rather than static.
     add  fdf9610   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(-)