URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b0b87e4b5f8dbdd69c515d63fa4413347179beb4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b0b87e4 by Robert Sauter (sauter@xxxxxxxxxxxx):
IEEE 802.15.4: individual functions for MHR/PIE/payload processing
- reduce scope of special handling for ZBOSS and 'options'
- move -2015 command byte handling to corresponding function
- fix data handling for unimplemented command types
Rationale: this allows reusing the individual functions for protocols
that are based on IEEE 802.15.4 but require additional transformation
of the payload without adding special cases within the functions.
Change-Id: I5447620f6779031c4f9b280b16de9678b255b06f
Reviewed-on: https://code.wireshark.org/review/26262
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Ed Beroset <beroset@xxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 99240e6 Docs: Updates for xsltproc and Asciidoctor.
adds b0b87e4 IEEE 802.15.4: individual functions for MHR/PIE/payload processing
Summary of changes:
epan/dissectors/packet-ieee802154.c | 259 ++++++++++++++++++++++--------------
epan/dissectors/packet-ieee802154.h | 49 ++++++-
2 files changed, 209 insertions(+), 99 deletions(-)