Wireshark-commits: [Wireshark-commits] master-2.6 496f17d: Radius: Fix offset for multiple VSA in o

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 06 Sep 2018 04:12:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=496f17da01676bf9e9e567fa92a13ddaa6e2eab7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

496f17d by Uli Heilmeier (uh@xxxxxxxxxxxx):

    Radius: Fix offset for multiple VSA in one AVP
    
    When there are multiple VSAs in one AVP we should forward the vendor_offset.
    The length field includes the type field therefore we have to subtract it.
    
    Bug: 15073
    Change-Id: If365ebca493208d67b3283fe876d2d1b0bda64af
    Reviewed-on: https://code.wireshark.org/review/29421
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 8122d1402a043bf34e267920e3b3a985d65f5fa5)
    Reviewed-on: https://code.wireshark.org/review/29423
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c7a30c3   Update tools help using a script.
     add  496f17d   Radius: Fix offset for multiple VSA in one AVP


Summary of changes:
 epan/dissectors/packet-radius.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)