Wireshark-commits: [Wireshark-commits] master b6e42f4: EAP: use new tls_set_appdata_dissector API t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Aug 2019 04:17:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b6e42f40d3c7f542a5f4492fa8caaa6786950dd5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b6e42f4 by Peter Wu (peter@xxxxxxxxxxxxx):

    EAP: use new tls_set_appdata_dissector API to set the dissector
    
    Passing the appdata dissector via the data parameter caused crashes due
    to type confusion, use an alternative, indirect method instead.
    
    Change-Id: I1de3de4e7daf4504c176a6ad8947037606aa20bb
    Depends-On: I4770d03f912dd75f92878dd74ad830ebb7eb1431
    Reviewed-on: https://code.wireshark.org/review/34312
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9ad4f90   TLS: add mechanism to set the TLS appdata protocol
     add  b6e42f4   EAP: use new tls_set_appdata_dissector API to set the dissector


Summary of changes:
 epan/dissectors/packet-eap.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)