Wireshark-commits: [Wireshark-commits] master 4e32899: AMQP: Introduce support for AMQP over TLS/SS

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 3 Mar 2015 12:34:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e32899f6c7791661477229a15128279c43931cd
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4e32899 by Petr Gotthard (petr.gotthard@xxxxxxxxxx):

    AMQP: Introduce support for AMQP over TLS/SSL (AMQPS).
    
    Modified dissect_amqp to the new-style dissector.
    Added amqp.ssl.port to protocol preferences.
    Registered the AMQP dissector with SSL.
    
    Fixed an error in dissect_amqp that appeared when the first segment was smaller
    than the minimum header size required to determine the protocol version (8b).
    
    ...plus enhanced the AMQP 0-9-1 to display also the protocol id,
    so the packets list shows "0-9-1" instead "9-1".
    
    Change-Id: Ia44e0791b6ee78ad594de342c4f2401bad9beb4e
    Reviewed-on: https://code.wireshark.org/review/7044
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Petr Gotthard <petr.gotthard@xxxxxxxxxx>
    Tested-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  5c2810e   build the list of .qm files from the list of .ts files
    adds  4e32899   AMQP: Introduce support for AMQP over TLS/SSL (AMQPS).


Summary of changes:
 epan/dissectors/packet-amqp.c |   76 ++++++++++++++++++++++++-----------------
 1 file changed, 44 insertions(+), 32 deletions(-)