Wireshark-commits: [Wireshark-commits] master f4921c1: Add support for registering protocols (disse

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

Commits:

f4921c1 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add support for registering protocols (dissectors) over DTLS.
    
    This is intentionally broken off of SSL to avoid confusion when UDP is involved.
    
    Change-Id: Icfd3054be6aed2ebbd850a608efbc24f1a8f3831
    Reviewed-on: https://code.wireshark.org/review/11612
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  3aefd3b   Create real dissector tables for SSL and DTLS to use.
    adds  f4921c1   Add support for registering protocols (dissectors) over DTLS.


Summary of changes:
 epan/dissectors/Makefile.common                    |    1 +
 epan/dissectors/packet-dtls.c                      |   12 ++++++++++++
 .../{packet-ax25-kiss.h => packet-dtls.h}          |   17 ++++++++---------
 3 files changed, 21 insertions(+), 9 deletions(-)
 copy epan/dissectors/{packet-ax25-kiss.h => packet-dtls.h} (75%)