"Reserved" is not a valid 'fieldconvert' value for an hf.

Fixes (for real this time, I swear!) the fuzz failure reported in
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10079

Bug: 10079
Change-Id: I2a73ef32d704fc9ecc71fd983fc09cf4f9194b2e
Reviewed-on: https://code.wireshark.org/review/1542
Reviewed-by: Sean Onufer Stalley <sean.stalley@intel.com>
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
This commit is contained in:
Jeff Morriss 2014-05-06 17:53:28 -04:00
parent 398c81a299
commit 6011d2e531
1 changed files with 2 additions and 2 deletions

View File

@ -1218,8 +1218,8 @@ proto_register_mausb(void)
}
},
{ &hf_mausb_eps_rsvd,
{ "EP Status", "mausb.eps", FT_UINT8, BASE_HEX,
"Reserved" , MAUSB_EPS_MASK, NULL, HFILL
{ "EP Status", "mausb.eps.reserved", FT_UINT8, BASE_HEX,
NULL, MAUSB_EPS_MASK, NULL, HFILL
}
},
{ &hf_mausb_tflags,