Wireshark-commits: [Wireshark-commits] master 2bd6807: IEEE802154_TAP: Add TLVs for channel plan an
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Mar 2019 04:34:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2bd680746a395247e8843c7bd3c4efec12c1a56c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2bd6807 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>
    

Actions performed:

    from  14796eb   Windows: Console log handler fixups.
     add  2bd6807   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(-)