UNISTIM: Remove useless bit field true_false_string

This true_false_string does not provide anything in relation to the whole
bitfield. The field itself is questionable as a boolean anyway.
This is reported by the conflict checker.

Change-Id: I4a67db6755038b5a07ce4402181a0ea2a3a2b392
Reviewed-on: https://code.wireshark.org/review/37710
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Jaap Keuter 2020-07-05 17:36:22 +02:00 committed by Anders Broman
parent f63916425d
commit 7c855fba83
1 changed files with 1 additions and 5 deletions

View File

@ -80,10 +80,6 @@ static int hf_unistim_cmd_add = -1;
static int hf_unistim_len =-1;
static int hf_terminal_id=-1;
static int hf_basic_bit_field=-1;
static const true_false_string basic_bit_yn={
"For Following Byte",
"For Following Byte"
};
static int hf_basic_switch_cmd=-1;
static int hf_basic_phone_cmd=-1;
@ -2542,7 +2538,7 @@ proto_register_unistim(void){
},
{ &hf_basic_bit_field,
{"FLAGS","unistim.bit.fields",FT_BOOLEAN,
8,TFS(&basic_bit_yn),0xff,NULL,HFILL}
8,NULL,0xff,NULL,HFILL}
},
{ &hf_basic_switch_cmd ,
{"Basic Cmd (switch)","unistim.basic.switch",FT_UINT8,