Wireshark-commits: [Wireshark-commits] master 89bc07c: DTLS: add support for use_srtp	extension (RF
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=89bc07c5d59ead31cad3ab5eea4378b6bb60bce9
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
89bc07c by Peter Wu (peter@xxxxxxxxxxxxx):
    DTLS: add support for use_srtp extension (RFC 5764)
    
    Decryption support will be added later. Tested with
    dtls-srtp-ws-sip.pcapng from the linked bug.
    
    Change-Id: Ida1a2da754ef9aef16ad15ff64455b6f8e703ffd
    Ping-Bug: 13193
    Reviewed-on: https://code.wireshark.org/review/18996
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  f96e9d0   ssh: add dissection for ECDSA host keys
    adds  89bc07c   DTLS: add support for use_srtp extension (RFC 5764)
Summary of changes:
 epan/dissectors/packet-dtls.c      |   87 +++++++++++++++++++++++++++++++++++-
 epan/dissectors/packet-dtls.h      |    7 +++
 epan/dissectors/packet-ssl-utils.c |   24 +++++++---
 epan/dissectors/packet-ssl-utils.h |    3 +-
 epan/dissectors/packet-ssl.c       |    2 +-
 5 files changed, 114 insertions(+), 9 deletions(-)