SCSI: Fix conflict for hf fields
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Fri, 11 Mar 2016 09:08:28 +0000 (10:08 +0100)
committerAnders Broman <a.broman58@gmail.com>
Fri, 11 Mar 2016 14:14:58 +0000 (14:14 +0000)
commit4c6a18688e940dc3e18e75a9bcc34f77572e7dca
tree6ab033cc8b244ea1c33144fcc081410eadcc629c
parent2746cf61b251513f10920642ff2087419b66fffb
SCSI: Fix conflict for hf fields

'scsi.blockdescs.no_of_blocks' exists multiple times with NOT compatible types: FT_UINT32 and FT_UINT64
'scsi.naa.vendor_specific' exists multiple times with NOT compatible types: FT_BYTES and FT_UINT32

Change-Id: Iaa512c02b99f0a103bb5015e92d900dae2932843
Reviewed-on: https://code.wireshark.org/review/14418
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-scsi.c