Wireshark-commits: [Wireshark-commits] master 6ce7509: Add IEEE 802.15.4 TAP link type
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 28 Feb 2019 17:55:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6ce75092235934c457ba8d61f8a341c0dc31e562
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6ce7509 by James Ko (jck@xxxxxxxxxx):

    Add IEEE 802.15.4 TAP link type
    
    New link type for IEEE 802.15.4 with pseudo-header and optional
    meta-data TLVs, PHY payload exactly as it appears in the spec (no
    padding, no nothing), and FCS if specified by FCS Type TLV.
    Specification at https://github.com/jkcko/ieee802.15.4-tap
    
    Bug: 15429
    Change-Id: I67bd154891ad5818be9a1630aa5cbb863b55509a
    Reviewed-on: https://code.wireshark.org/review/32141
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a0c93f4   CMake: Don't build Windows package targets by default.
     add  6ce7509   Add IEEE 802.15.4 TAP link type


Summary of changes:
 epan/dissectors/packet-ieee802154.c   | 693 ++++++++++++++++++++++++++++++++--
 epan/dissectors/packet-ieee802154.h   |   2 +-
 epan/dissectors/packet-pcap_pktdata.c |   1 +
 wiretap/pcap-common.c                 |   2 +
 wiretap/wtap.c                        |   3 +
 wiretap/wtap.h                        |   1 +
 6 files changed, 680 insertions(+), 22 deletions(-)