De-capitalize "error" - it's not capitalized in other field names.

Change-Id: I6f5aaaba47ab8d36124aa10c63ceec7cf1f70867
Reviewed-on: https://code.wireshark.org/review/21580
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-05-09 14:39:47 -07:00
parent b8040a44ce
commit 3d9cadd392
1 changed files with 1 additions and 1 deletions

View File

@ -3665,7 +3665,7 @@ framing signal deasserted. this is caused by software setting the drain all reg
{ "Short frame error. Frame is shorter than length.", "ixveriwave.errors.bit2",
FT_BOOLEAN, 16, NULL, 0x0004, NULL, HFILL } },
{ &hf_radiotap_vw_errors_rx_2_bit4,
{ "FCS Error", "ixveriwave.errors.bit4",
{ "FCS error", "ixveriwave.errors.bit4",
FT_BOOLEAN, 16, NULL, 0x0010, NULL, HFILL } },
{ &hf_radiotap_vw_errors_rx_2_bit5,
{ "L2 de-aggregation error", "ixveriwave.errors.bit5",