URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8f772029433030e151d82c47ba2c8f065f8f1369
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8f77202 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>
Actions performed:
from 0a035b1 Fix ieee802.15.4 wpan-zboss abbreviations
add 8f77202 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(-)