Wireshark-commits: [Wireshark-commits] master b098353: ZigBee: Maintain APS extended counter for no
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 Dec 2019 08:50:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b098353ad9d30872daccc9f449dba4be9bd00903
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b098353 by Kenneth Soerensen (knnthsrnsn@xxxxxxxxx):

    ZigBee: Maintain APS extended counter for nodes
    
    Each node maintains one APS counter and not one per conversation.
    Therefore, remove the conversation handling and maintain the
    counter for each node instead.
    
    Bug: 15021
    Change-Id: I3a225db008f5dd716246674aafb9d3d04c7d402f
    Reviewed-on: https://code.wireshark.org/review/35371
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  68a7add   btatt: check the opcode against the current data.
     add  b098353   ZigBee: Maintain APS extended counter for nodes


Summary of changes:
 epan/dissectors/packet-zbee-aps.c | 93 +++++++++++++++++++++++++--------------
 epan/dissectors/packet-zbee-aps.h | 19 +++-----
 2 files changed, 65 insertions(+), 47 deletions(-)