URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d7aba1060ef1823223e52c06d613fa3fe3828b0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8d7aba1 by Jonathan Muñoz (jonathan.munoz@xxxxxxxx):
IEEE 802.15.4:dissecting header & payload information elements used by 6tisch.
This patch shows the Information Elements (IE) defined by the
IEEE802.15.4. It dissects the information of those IE which are used
by the IETF WG 6tisch and announces the others. Here the list of the
fully dissected ones:
- For the header IEs:
- Time Correction.
- Header Termination 1.
- Header Termination 2.
- For the payload IEs:
- MLME:
- Nested Shorts:
- TSCH Synchronization IE.
- TSCH Timeslot IE.
- TSCH Slotframe and Link IE.
- Nested Longs:
- Channel Hopping IE.
- Payload Termination IE.
For the rest of the IEs defined in the standart, this patch shows them
but does not analyze their inner fields.
References:
https://datatracker.ietf.org/doc/draft-ietf-6tisch-minimal/
IEEE Standard for Low-Rate Wireless Personal Area Networks (WPANs).
Change-Id: I45292315fa532f08be6a218eb5756284a22eeee4
Reviewed-on: https://code.wireshark.org/review/16671
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 52910f4 isakmp: fix type confusion
adds 8d7aba1 IEEE 802.15.4:dissecting header & payload information elements used by 6tisch.
Summary of changes:
epan/dissectors/packet-ieee802154.c | 259 +++++++++++++++++++++++++++++++++--
epan/dissectors/packet-ieee802154.h | 10 +-
2 files changed, 254 insertions(+), 15 deletions(-)