From 44693468b255f4005d006b88238c99c0ec315f08 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 26 Nov 2014 20:41:16 -0500 Subject: Fix a number of dup hf[] filter-names probably mostly resulting from cut/paste errs Change-Id: Id658b9e1803b2f5b92e711a3ce981ff602333d98 Reviewed-on: https://code.wireshark.org/review/5513 Reviewed-by: Bill Meier --- plugins/unistim/packet-unistim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c index 9901cc8d27..82aa8ecd9a 100644 --- a/plugins/unistim/packet-unistim.c +++ b/plugins/unistim/packet-unistim.c @@ -4003,7 +4003,7 @@ proto_register_unistim(void){ BASE_HEX,VALS(expansion_phone_msgs),0x0,NULL,HFILL} }, { &hf_module_key_number, - {"Module Key Number","unistim.expansion.phone",FT_INT32, + {"Module Key Number","unistim.module.key.number",FT_INT32, BASE_DEC,NULL,0x0,NULL,HFILL} }, { &hf_expansion_softlabel_number, -- cgit v1.2.1