Wireshark-commits: [Wireshark-commits] master b178e9c: RTPS: Fixed DATA_BATCH dissection.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 7 Jan 2016 12:38:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b178e9cc0535629c9d527f9b49161ba01d6c0d96
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b178e9c by Juanjo Martin (juanjo@xxxxxxx):

    RTPS: Fixed DATA_BATCH dissection.
    
    The DATA_BATCH dissection contained wrong proto_tree arguments in
    a few calls. Also, changed the size of a tree from -1 to the actual
    size.
    
    Change-Id: I5f34869a6d231a0bd74c815499b627fe329b6eb0
    Reviewed-on: https://code.wireshark.org/review/13059
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5dcce34   Qt: Sort traffic table default protos
    adds  b178e9c   RTPS: Fixed DATA_BATCH dissection.


Summary of changes:
 epan/dissectors/packet-rtps.c |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)