Wireshark-commits: [Wireshark-commits] master-2.0 1339147: MIH: fix exists multiple times with NOT

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Feb 2016 08:22:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=13391472a38505e626cf35b41a48675cead51605
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

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

    MIH: fix exists multiple times with NOT compatible types
    
    'mih.tlv_length' exists multiple times with NOT compatible types: FT_UINT64 and FT_UINT8
    'mih.mihf_id' exists multiple times with NOT compatible types: FT_ETHER and FT_STRING
    'mih.mihf_id' exists multiple times with NOT compatible types: FT_IPv4 and FT_ETHER
    'mih.mihf_id' exists multiple times with NOT compatible types: FT_IPv6 and FT_IPv4
    
    Change-Id: Ib4be551920c7389100ece668e1af288a7d712725
    Reviewed-on: https://code.wireshark.org/review/14027
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 0e8dc993d8828e11859be631c0ae74ff9795428b)
    Reviewed-on: https://code.wireshark.org/review/14042
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e36141b   MIP6: fix mip6.lri.reserved exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT16
    adds  1339147   MIH: fix exists multiple times with NOT compatible types


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