Wireshark-commits: [Wireshark-commits] master 6f7811e: A new Early Allocation Request for draft-iet

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Aug 2015 17:29:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6f7811ed6808a67488c2d3f5f0296946ab9d6dc0
Submitter: Hadriel Kaplan (hadrielk@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6f7811e by ff (francesco.fondelli@xxxxxxxxx):

    A new Early Allocation Request for draft-ietf-pce-lsp-setup-type and
    draft-ietf-pce-segment-routing has been issued.  Reference:
    https://mailarchive.ietf.org/arch/msg/pce/Zdsc0HHl1SLvpANRWhpLvIzJQyI
    There are implementations out there that are using 5 as SR-ERO subobject
    identifier (instead of 36 that will be assigned by IANA) and 27 as the
    PATH-SETUP-TYPE TLV identifier (instead of 28 that will be assigned by
    IANA).  This patch decodes both 5/36 as SR-ERO subobject and 27/28 as
    PATH-SETUP-TYPE.  It is unlikely that IANA will re-assign code points 5
    and 27 in the near future.
    
    Change-Id: Ie2efa869344e4c1121f19f1ee3a71711d566a037
    Signed-off-by: ff <francesco.fondelli@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/10057
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    

Actions performed:

    from  3755bc6   Fix IP Destinations stats tree
    adds  6f7811e   A new Early Allocation Request for draft-ietf-pce-lsp-setup-type and draft-ietf-pce-segment-routing has been issued.  Reference: https://mailarchive.ietf.org/arch/msg/pce/Zdsc0HHl1SLvpANRWhpLvIzJQyI There are implementations out there that are using 5 as SR-ERO subobject identifier (instead of 36 that will be assigned by IANA) and 27 as the PATH-SETUP-TYPE TLV identifier (instead of 28 that will be assigned by IANA).  This patch decodes both 5/36 as SR-ERO subobject an [...]


Summary of changes:
 epan/dissectors/packet-pcep.c |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)