aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-07-19 19:27:19 +0200
committerAnders Broman <a.broman58@gmail.com>2017-07-19 22:04:55 +0000
commit3fa8776a68404d4bea8c2fa82957488c448b4e20 (patch)
tree29b0c7973c0808da24545fbb19317adeb2cf8af5 /plugins
parent6fdf043e6ee8ce9766f0b41a1c65ef0996ce7db3 (diff)
dcerpc-pn-io (profinet): fix typo for pn_io.iops display filter
Change-Id: I8422005703c9e0a04d067dfe5ba501fe7417ff8a Reviewed-on: https://code.wireshark.org/review/22718 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/profinet/packet-dcerpc-pn-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profinet/packet-dcerpc-pn-io.c b/plugins/profinet/packet-dcerpc-pn-io.c
index a86149f04d..1ac755e1ed 100644
--- a/plugins/profinet/packet-dcerpc-pn-io.c
+++ b/plugins/profinet/packet-dcerpc-pn-io.c
@@ -13060,7 +13060,7 @@ proto_register_pn_io (void)
NULL, HFILL }
},
{ &hf_pn_io_iops,
- { "IOPS", "pn_io.ioxs",
+ { "IOPS", "pn_io.iops",
FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }
},