aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbim.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-11-26 18:18:57 -0500
committerBill Meier <wmeier@newsguy.com>2014-11-26 23:27:31 +0000
commitc28f280c1d2cd9674d2d72e6ab3cf0257c69229e (patch)
tree8bdc12455b3b5888c310745c9024d2a1835e46fe /epan/dissectors/packet-mbim.c
parentcc893abb25cc568d17ae1afcb4822f521d1f9e30 (diff)
Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.
Change-Id: I9242300b2ace3155c1506b584a90f073100a305e Reviewed-on: https://code.wireshark.org/review/5512 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-mbim.c')
-rw-r--r--epan/dissectors/packet-mbim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mbim.c b/epan/dissectors/packet-mbim.c
index f6f45907d3..61d7c4a288 100644
--- a/epan/dissectors/packet-mbim.c
+++ b/epan/dissectors/packet-mbim.c
@@ -6468,7 +6468,7 @@ proto_register_mbim(void)
NULL, HFILL }
},
{ &hf_mbim_set_sms_configuration_sc_address,
- { "Service Center Address", "mbim.control.set_sms_configuration.sc_address.size",
+ { "Service Center Address", "mbim.control.set_sms_configuration.sc_address",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }
},