Wireshark-commits: [Wireshark-commits] master 2e3e285: packet-mq: Handle MQV9
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Oct 2016 11:39:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e3e285f03f32ebdb6a0079aeaebe6be7e0961b3
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2e3e285 by Robert Grange (robionekenobi@xxxxxxxxxx):

    packet-mq: Handle MQV9
    
    Handle Put Message Option V3
    Add various new defines
    Fix a typo
    
    Bug: 13006
    Change-Id: I022de9f131558bb8a0144d840a6484944f75cffe
    Reviewed-on: https://code.wireshark.org/review/18121
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5da38b6   QUIC: Add STTL (Server Config TTL) tag
    adds  2e3e285   packet-mq: Handle MQV9


Summary of changes:
 epan/dissectors/packet-mq-base.c |   27 +++++++++++
 epan/dissectors/packet-mq.c      |   94 +++++++++++++++++++++++---------------
 epan/dissectors/packet-mq.h      |   18 +++++++-
 3 files changed, 100 insertions(+), 39 deletions(-)