Wireshark-commits: [Wireshark-commits] master-2.0 e5d0bde: nstrace: fix size of vmnames
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 Mar 2017 04:32:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5d0bde29289861c0875f03fdd1234695a63e87d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

e5d0bde by Anil Kumar (anilkumar911@xxxxxxxxx):

    nstrace: fix size of vmnames
    
    When vmnames are included in the header of a netscaler packet trace,
    number of bytes equal to the size of vmnames is omitted from the packet,
    by the dissector.
    
    
    Bug: 13459
    Change-Id: I0f907e9c2e08c1cbebd47f7e50d8284a6aaade59
    Reviewed-on: https://code.wireshark.org/review/20446
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 3a63f8dc61b103c4716e49a914868a2ca327f4de)
    Reviewed-on: https://code.wireshark.org/review/20481
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  bdc2873   Qt: Fix heap-use-after-free when deleting IO graph
    adds  e5d0bde   nstrace: fix size of vmnames


Summary of changes:
 wiretap/netscaler.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)