aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lustre.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-11-02 14:55:04 +0100
committerAnders Broman <a.broman58@gmail.com>2019-11-03 18:49:31 +0000
commitc4bd5222f58156a232bf89555c74b25291ecf5c3 (patch)
tree50f88a7657d67d2e0feb6b7e9eaf276bef49a579 /epan/dissectors/packet-lustre.c
parent89c9d90980a020eee2223a60a674aa21fedb8aa3 (diff)
lustre: fix typo (wrong hf)
Unused href entry: epan/dissectors/packet-lustre.c: hf_lustre_hsm_state_set Change-Id: I1bb0c63f049e824ddb99aa81e220ec6342af3af2 Reviewed-on: https://code.wireshark.org/review/34910 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lustre.c')
-rw-r--r--epan/dissectors/packet-lustre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lustre.c b/epan/dissectors/packet-lustre.c
index 78753e923b..536c614d64 100644
--- a/epan/dissectors/packet-lustre.c
+++ b/epan/dissectors/packet-lustre.c
@@ -3551,7 +3551,7 @@ dissect_struct_hsm_state_set(tvbuff_t *tvb, int offset, packet_info *pinfo, prot
expert_add_info_format(pinfo, parent_tree, &ei_lustre_buflen,
"Buffer Length expected >= 24 length:%u", data_len);
- item = proto_tree_add_item(parent_tree, hf_lustre_hsm_user_state, tvb, offset, data_len, ENC_NA);
+ item = proto_tree_add_item(parent_tree, hf_lustre_hsm_state_set, tvb, offset, data_len, ENC_NA);
tree = proto_item_add_subtree(item, ett_lustre_hsm_state_set);
/* struct hsm_state_set { */
/* __u32 hss_valid; */