URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=719a09d536fc33ec59616640b3bd3ab311121447
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
719a09d 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>
(cherry picked from commit ec8a4a96a62e31cf244c8cc5538134e138417b29)
Reviewed-on: https://code.wireshark.org/review/32262
Actions performed:
from 1d86804 .mailmap: update of November, December (2018) and start of 2019
add 719a09d 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(-)