summaryrefslogtreecommitdiff
path: root/plugins/unistim
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-11-26 20:41:16 -0500
committerBill Meier <wmeier@newsguy.com>2014-11-27 01:44:00 +0000
commit44693468b255f4005d006b88238c99c0ec315f08 (patch)
treeb05306749ec2b83e801362c1ef3ce6e4ab5a6972 /plugins/unistim
parentc28f280c1d2cd9674d2d72e6ab3cf0257c69229e (diff)
downloadwireshark-44693468b255f4005d006b88238c99c0ec315f08.tar.gz
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 <wmeier@newsguy.com>
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/packet-unistim.c2
1 files changed, 1 insertions, 1 deletions
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,