Wireshark-commits: [Wireshark-commits] master a3f23d9: MPLS : fix exists multiple times with NOT co

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 3 Feb 2016 13:06:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a3f23d9a1087fdc068e61a4a1881277e55ce69b4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    MPLS : fix exists multiple times with NOT compatible types
    
    'ospf.mpls.bc' exists multiple times with NOT compatible types: FT_FLOAT and FT_UINT8
    'ospf.v3.lsa.link_local_interface_address.ipv6' exists multiple times with NOT compatible types: FT_IPv4 and FT_IPv6
    
    Change-Id: I6a014c072c05bdb30ae30d56a6718062fccc75c7
    Reviewed-on: https://code.wireshark.org/review/13681
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0ce188a   HTTP2: fix 'http2' exists multiple times with NOT compatible types: FT_NONE and FT_PROTOCOL
    adds  a3f23d9   MPLS : fix exists multiple times with NOT compatible types


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