Wireshark-commits: [Wireshark-commits] master 3aefd3b: Create real dissector tables for SSL and DTL

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 7 Nov 2015 14:11:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3aefd3b5b2a64f5da9670e28af4bb409fff3fcd1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3aefd3b by Michael Mann (mmann78@xxxxxxxxxxxx):

    Create real dissector tables for SSL and DTLS to use.
    
    Since ssl_dissector_[add|delete] only take TCP dissectors, remove the parameter and just use it within the "internal" ssl_association_add call.
    
    Change-Id: I0fdf941389934c20cbacf910250e17520614e706
    Reviewed-on: https://code.wireshark.org/review/11591
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b56d323   Consider "HTTP over UDP" to be SSDP.
    adds  3aefd3b   Create real dissector tables for SSL and DTLS to use.


Summary of changes:
 asn1/h225/packet-h225-template.c   |    7 +-
 asn1/ldap/packet-ldap-template.c   |    4 +-
 debian/libwireshark0.symbols       |    4 +-
 epan/dissectors/packet-amqp.c      |    4 +-
 epan/dissectors/packet-dtls.c      |   69 ++++++++++++----
 epan/dissectors/packet-h225.c      |    7 +-
 epan/dissectors/packet-http.c      |    4 +-
 epan/dissectors/packet-imap.c      |    2 +-
 epan/dissectors/packet-ldap.c      |    4 +-
 epan/dissectors/packet-pop.c       |    2 +-
 epan/dissectors/packet-sip.c       |    4 +-
 epan/dissectors/packet-skinny.c    |    2 +-
 epan/dissectors/packet-skinny.c.in |    2 +-
 epan/dissectors/packet-smtp.c      |    2 +-
 epan/dissectors/packet-spdy.c      |    2 +-
 epan/dissectors/packet-ssl-utils.c |  156 ++++++++++++++----------------------
 epan/dissectors/packet-ssl-utils.h |   27 ++-----
 epan/dissectors/packet-ssl.c       |  121 +++++++++++++---------------
 epan/dissectors/packet-ssl.h       |    7 +-
 19 files changed, 203 insertions(+), 227 deletions(-)