Wireshark-commits: [Wireshark-commits] master ede7be3: TLS: allow dissectors to set the appdata pro
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Aug 2019 04:04:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ede7be3440689cee51489361934704467f2b2ffb
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ede7be3 by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS: allow dissectors to set the appdata protocol via the data param
    
    For use by EAP-TTLS which knows the next protocol that must be set.
    Similar to the ssl_starttls functions, but simpler as the caller does
    not switch the transport protocol to TLS.
    
    Change-Id: Idadb6f33e5e1182bf7b3b0b5134df9af2717a592
    Reviewed-on: https://code.wireshark.org/review/34293
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  05dc3bf   EAP: show expert info for bad EAP lengths
     add  ede7be3   TLS: allow dissectors to set the appdata protocol via the data param


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