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

Commits:

f0a86fe 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 7ba44d9cb2dd98c6f2e156a946973db22ac148fb)
    Reviewed-on: https://code.wireshark.org/review/37510
    

Actions performed:

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