Wireshark-commits: [Wireshark-commits] master c93d0ab: IS-IS: Incorrect decoding of IPv4 Interface/
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Jan 2015 13:41:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c93d0ab880263ec9a829e763b7fc38fc555db8ad
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c93d0ab by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    IS-IS: Incorrect decoding of IPv4 Interface/Neighbor Address sub-TLVs in Extended IS Reachability TLV
    
    Correct 4-byte IPv4 address is incorrectly detected as wrong 6-byte IPv4 address and cannot be decoded (IPv4 Interface Address (sub-TLV type 6) and IPv4 Neighbor Address (sub-TLV type 8) of Extended IS Reachability TLV (TLV type 22) of IS-IS.
    
    Wrong offset for some Sub-TLV
    
    Issue found by Alexander Okonnikov
    
    Bug: 10837
    Change-Id: I81d083722da72115e1905237352650d380e9d0ac
    Reviewed-on: https://code.wireshark.org/review/6453
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5fe1f66   Finish off emem_strbuf_t usage.
    adds  c93d0ab   IS-IS: Incorrect decoding of IPv4 Interface/Neighbor Address sub-TLVs in Extended IS Reachability TLV


Summary of changes:
 epan/dissectors/packet-isis-lsp.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)