aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lustre.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2018-09-07 14:10:08 -0400
committerAnders Broman <a.broman58@gmail.com>2018-09-08 07:07:45 +0000
commit98207eb612b024359d3212d0432cb38342741250 (patch)
tree13660e25020ab9a6f51ada39053ebbe992f747dc /epan/dissectors/packet-lustre.c
parent500ac10999787974830771d24fb6df8829d8b5b4 (diff)
Register some unregistered etts.
... Use of an unregistered ett leads to an abort. Inspired by I3ee2f557ace1643dfba5a978add66c3c7ba7d895. Some day I should get the ett_ registration checking code in checkAPIs ready for prime time... Change-Id: I69162d4bcec571e6a517a107ac365aa78bfe8d25 Reviewed-on: https://code.wireshark.org/review/29474 Petri-Dish: Jeff Morriss <jeff.morriss.ws@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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lustre.c b/epan/dissectors/packet-lustre.c
index 5d0927f225..461ac04ea9 100644
--- a/epan/dissectors/packet-lustre.c
+++ b/epan/dissectors/packet-lustre.c
@@ -8236,6 +8236,7 @@ proto_register_lustre(void)
&ett_lustre_seq_range,
&ett_lustre_mdt_ioepoch,
&ett_lustre_capa,
+ &ett_lustre_idx_info,
&ett_lustre_eadata,
&ett_lustre_close_data,
&ett_lustre_acl,