Wireshark-commits: [Wireshark-commits] master 6e36e37: Radius: Fix offset for multiple VSA in one A

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 05 Sep 2018 08:41:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e36e3757a499c2347db4cb1633cc2824577bc87
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6e36e37 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>
    

Actions performed:

    from  3df8dc9   Bluetooth: ATT: Implement five FTMS/FTMP characteristics: Supported * Range
     add  6e36e37   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(-)