ebhscr: Fix conflict

'ebhscr.lin.wakeup' exists multiple times with incompatible types: FT_UINT64 and FT_BOOLEAN
This commit is contained in:
Alexis La Goutte 2022-07-13 21:47:15 +00:00 committed by A Wireshark GitLab Utility
parent f70e58a2eb
commit b97556fabf
1 changed files with 1 additions and 1 deletions

View File

@ -1423,7 +1423,7 @@ proto_register_ebhscr(void)
NULL, HFILL }
},
{ &hf_lin_wakeup_length,
{ "Wake-Up signal low phase length in us", "ebhscr.lin.wakeup",
{ "Wake-Up signal low phase length in us", "ebhscr.lin.wakeup.length",
FT_UINT64, BASE_DEC, NULL,
0xFFFF000000000000,
"Only valid if wakeup bit in status header is set. Set to 0 otherwise.", HFILL }