USB device addresses need to be 16-bit.
authorGuy Harris <guy@alum.mit.edu>
Tue, 8 Apr 2014 16:11:21 +0000 (09:11 -0700)
committerGuy Harris <guy@alum.mit.edu>
Tue, 8 Apr 2014 16:11:51 +0000 (16:11 +0000)
commit63f18c46b9c7b19de80b7ac400a593aa45475513
treecf3e6d7c41ce4c8c388bca69bd9ca394c13e4f8f
parent946dfdbb746e0c6f7e7d650deb66734408cd7f8d
USB device addresses need to be 16-bit.

They are 16-bit in the Windows header; make them that way everywhere, so
that we don't get "shortening 16 bits to 8 bits" warnings.

Change-Id: I18f4c4254f224d76a90f3e87bc2f28cba011b5a3
Reviewed-on: https://code.wireshark.org/review/1021
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/dissectors/packet-usb.c
epan/dissectors/packet-usb.h