Wireshark-commits: [Wireshark-commits] master 5ab0bc2: The TI CC24xx chips put metadata, not an FCS
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 Feb 2019 09:47:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ab0bc2a3cc0854505b52afb9c228524f678014d
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5ab0bc2 by Guy Harris (guy@xxxxxxxxxxxx):

    The TI CC24xx chips put metadata, not an FCS, at the end of the packet.
    
    Don't call it an "FCS" in the CC24xx case.  It's not an FCS; it's not
    even just an "FCS OK" bit.
    
    Display the metadata in question in bit order, from the "CRC OK" bit
    downwards.
    
    Change-Id: I8da29bbb1f8b5ef3905af75dd34c1563b904a4d8
    Reviewed-on: https://code.wireshark.org/review/32228
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  15f2402   pcap: Update link_type_vals
     add  5ab0bc2   The TI CC24xx chips put metadata, not an FCS, at the end of the packet.


Summary of changes:
 epan/dissectors/packet-ieee802154.c | 35 ++++++++++++++++++++---------------
 epan/dissectors/packet-ieee802154.h | 14 ++++----------
 2 files changed, 24 insertions(+), 25 deletions(-)