URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1038652c63e86c84c19c07bd018fb56e5c985e9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f103865 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    RSVP: RECORD_ROUTE IPv4 Subobject Flags field incorrect decoding
    
    The Flags field within RSVP RECORD_ROUTE IPv4_Subobject is decoded incorrectly.
    Wireshark thinks that 0x10 bit represents Node-ID, but actually the Node-ID is encoded by bit 0x20 (per RFC 4561)
    
    Issue reported by  Alexander Okonnikov
    
    Bug:10799
    Change-Id: I48f6aa35c08945aacf8f2bb871a72b5927511948
    Reviewed-on: https://code.wireshark.org/review/5944
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  f1562e2   NDPS: Missing break in switch (CID 281286)
    adds  f103865   RSVP: RECORD_ROUTE IPv4 Subobject Flags field incorrect decoding
Summary of changes:
 epan/dissectors/packet-rsvp.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)