URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0e8dc993d8828e11859be631c0ae74ff9795428b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0e8dc99 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>
Actions performed:
from 3b644a7 Fix various off-by-one in buffer sizes
adds 0e8dc99 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(-)