Wireshark-commits: [Wireshark-commits] master 49a7e97: Try dissecting some stuff even if we don't h

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 28 Jan 2015 20:56:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=49a7e975f67e42ade75efe1e50bcef2f3219becd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

49a7e97 by Guy Harris (guy@xxxxxxxxxxxx):

    Try dissecting some stuff even if we don't have conversation information.
    
    Fill in a local transaction information structure, so we can pass data
    from the packet down.  Skip stuff that depends on conversation
    information if we don't have any.
    
    Change-Id: I5a8bd21bdf632ada9013e616c5fc4e8bd14c9698
    Reviewed-on: https://code.wireshark.org/review/6837
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9e647a9   Extended AMQP 0-9 dissector to support AMQP 0-9-1 methods and datatypes. Backward compatibility to AMQP 0-9 is maintained.
    adds  49a7e97   Try dissecting some stuff even if we don't have conversation information.


Summary of changes:
 epan/dissectors/packet-usb.c |  111 +++++++++++++++++++++++++++---------------
 1 file changed, 71 insertions(+), 40 deletions(-)