Wireshark-commits: [Wireshark-commits] master 504da93: RSVP: allow full range of RRO type values
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Apr 2019 05:15:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=504da93d16784500de996f3b2489b188d0d4eeeb
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

504da93 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    RSVP: allow full range of RRO type values
    
    Even though the three route subobjects type values overlap (mostly),
    the range for RRO subobjects is not limited by an l-bit. For regular
    type values this makes no difference, there is a difference for the
    private subobjecs of an RRO. With the restriction on type value in the
    code the private subobjects of RRO could never be reached.
    Removing the type value limitation for RRO solves this. While at it
    remove the superfluous rsvp class check for these high type values.
    
    Change-Id: I63941085919902ab74f4b4b7ea74b2d362512da6
    Reviewed-on: https://code.wireshark.org/review/32969
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  8fbbb0c   Don't define http_decompress_body if we don't have compression support.
     add  504da93   RSVP: allow full range of RRO type values


Summary of changes:
 epan/dissectors/packet-rsvp.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)