Wireshark-commits: [Wireshark-commits] master-3.0 2b4a885: IEEE802154_TAP: Add TLVs for channel pla
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 17 Mar 2019 08:34:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b4a885413286ffa1c74de5abd9b74ea15df341d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

2b4a885 by James Ko (jck@xxxxxxxxxx):

    IEEE802154_TAP: Add TLVs for channel plan and freq
    
    Channel Center Frequency (Type=11).  In addition to or instead of
    channel number for packet reception, the channel center frequency may be
    specified in kHz as  IEEE-754 floating point number.
    Channel Plan (Type=12) - Allow reporting of a generic channel plan used
    to calculate channel numbers.  The channel plan consists of the channel
    0 center frequency, channel spacing and number of channels.
    
    Change-Id: I41fa585e9c2fd8986b1fb61a49de74ee2adac4fa
    Reviewed-on: https://code.wireshark.org/review/32415
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 2bd680746a395247e8843c7bd3c4efec12c1a56c)
    Reviewed-on: https://code.wireshark.org/review/32432
    

Actions performed:

    from  4f5a5ed   Remove incorrectly-inserted "return FALSE;".
     add  2b4a885   IEEE802154_TAP: Add TLVs for channel plan and freq


Summary of changes:
 epan/dissectors/packet-ieee802154.c | 71 ++++++++++++++++++++++++++++++++-----
 1 file changed, 62 insertions(+), 9 deletions(-)