Wireshark-commits: [Wireshark-commits] master 8055786: Fix bug with MVRP dissection where only one

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Aug 2015 07:25:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=805578636bb2a6df59b74489c9f77295ddc74480
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8055786 by Paul Emge (paul.emge@xxxxxxxxxxxxxxx):

    Fix bug with MVRP dissection where only one message was dissected.
    
    Fix whitespace and replace tvb_captured_length with tvb_reported_length
    
    Change-Id: I3952e7a1ac00b68e6f6eb1283977bc6299b0baaf
    Reviewed-on: https://code.wireshark.org/review/9900
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a5fe54d   Preparation Host Flows: Syntax Line Edit (allow longer filter text)
    adds  8055786   Fix bug with MVRP dissection where only one message was dissected.


Summary of changes:
 epan/dissectors/packet-mrp-mvrp.c |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)