URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d7aba1060ef1823223e52c06d613fa3fe3828b0
Submitter: Anders Broman (a.broma...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

8d7aba1 by Jonathan Muñoz (jonathan.mu...@inria.fr):

    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.lagou...@gmail.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-re...@wireshark.org>
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to