MAUSB: Fix width of Cancel Transfer Status field

Width of this field was increased in the 1.0a MA USB Update.

Change-Id: Ib1a40dee6fbcfd389c982b53c4b51f538c1973e7
Reviewed-on: https://code.wireshark.org/review/18607
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Sean O. Stalley 2016-11-01 14:55:35 -07:00 committed by Michael Mann
parent 021c79bdf7
commit 206424321c
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ static const value_string mausb_cancel_transfer_status_string[] = {
{ 0, NULL}
};
#define MAUSB_CANCEL_TRANSFER_STATUS_MASK 0x03
#define MAUSB_CANCEL_TRANSFER_STATUS_MASK 0x07
#define MAUSB_CLEAR_TRANSFERS_RESP_NUM_MASK 0x1f
#define MAUSB_CLEAR_TRANSFERS_STATUS_MASK 0x01