Wireshark-commits: [Wireshark-commits] master 852e337: IEEE 802.15.4: Rename ieee802154_payload_* t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 24 Feb 2018 16:50:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=852e3378b6c0eb73ee453d77f7f4ac20469f10e7
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

852e337 by Robert Sauter (sauter@xxxxxxxxxxxx):

    IEEE 802.15.4: Rename ieee802154_payload_* to ieee802154_decrypt_*
    
    - Rename to better reflect functionality
    - Add some comments
    
    Change-Id: Ia3bf5655323a3d6fab18fd68dd3d048bd97f8c44
    Reviewed-on: https://code.wireshark.org/review/26053
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c316799   TDS: Minor updates to TDS 5 Response token handling
    adds  852e337   IEEE 802.15.4: Rename ieee802154_payload_* to ieee802154_decrypt_*


Summary of changes:
 epan/dissectors/packet-ieee802154.c | 78 ++++++++++++++++++-------------------
 epan/dissectors/packet-ieee802154.h | 30 ++++++++------
 epan/dissectors/packet-mle.c        | 62 ++++++++++++++---------------
 3 files changed, 89 insertions(+), 81 deletions(-)