aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bitcoin.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-bitcoin.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-bitcoin.c')
-rw-r--r--epan/dissectors/packet-bitcoin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bitcoin.c b/epan/dissectors/packet-bitcoin.c
index cb28d5287b..2c0650530c 100644
--- a/epan/dissectors/packet-bitcoin.c
+++ b/epan/dissectors/packet-bitcoin.c
@@ -1822,6 +1822,7 @@ proto_register_bitcoin(void)
&ett_addr_list,
&ett_inv_list,
&ett_getdata_list,
+ &ett_notfound_list,
&ett_getblocks_list,
&ett_getheaders_list,
&ett_tx_in_list,