Wireshark-commits: [Wireshark-commits] master-3.0 96542b3: Add support for IEEE 802.15.4 32-bit FCS
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=96542b33296a25801b2021ff21ee49ab6021516f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
96542b3 by James Ko (jck@xxxxxxxxxx):
Add support for IEEE 802.15.4 32-bit FCS
Make FCS length a variable.
Modify protocol configuration to include FCS type option.
Change-Id: I1e08f5b6b43907833464c20d798163343ce67a76
Reviewed-on: https://code.wireshark.org/review/32139
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 8f772029433030e151d82c47ba2c8f065f8f1369)
Reviewed-on: https://code.wireshark.org/review/32222
Actions performed:
from c20fa28 pcap: Update link_type_vals
add 96542b3 Add support for IEEE 802.15.4 32-bit FCS
Summary of changes:
epan/dissectors/packet-ieee802154.c | 292 +++++++++++++++++++-----------------
epan/dissectors/packet-ieee802154.h | 8 +
epan/dissectors/packet-wisun.c | 2 +-
3 files changed, 162 insertions(+), 140 deletions(-)