aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/wimaxasncp/packet-wimaxasncp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/wimaxasncp/packet-wimaxasncp.c')
-rw-r--r--plugins/epan/wimaxasncp/packet-wimaxasncp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/epan/wimaxasncp/packet-wimaxasncp.c b/plugins/epan/wimaxasncp/packet-wimaxasncp.c
index caa393e1db..ebd25b34aa 100644
--- a/plugins/epan/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/epan/wimaxasncp/packet-wimaxasncp.c
@@ -1311,7 +1311,7 @@ static void wimaxasncp_dissect_tlv_value(
protocol_list_tree, tlv_info->hf_value,
tvb, offset, length, ENC_NA);
- PROTO_ITEM_SET_HIDDEN(item);
+ proto_item_set_hidden(item);
while (offset < tvb_reported_length(tvb))
{
@@ -1368,7 +1368,7 @@ static void wimaxasncp_dissect_tlv_value(
port_range_list_tree, tlv_info->hf_value,
tvb, offset, length, ENC_NA);
- PROTO_ITEM_SET_HIDDEN(item);
+ proto_item_set_hidden(item);
while (offset < tvb_reported_length(tvb))
{
@@ -1389,13 +1389,13 @@ static void wimaxasncp_dissect_tlv_value(
range_tree, tlv_info->hf_port_low,
tvb, offset, 2, ENC_BIG_ENDIAN);
- PROTO_ITEM_SET_HIDDEN(item);
+ proto_item_set_hidden(item);
item = proto_tree_add_item(
range_tree, tlv_info->hf_port_high,
tvb, offset + 2, 2, ENC_BIG_ENDIAN);
- PROTO_ITEM_SET_HIDDEN(item);
+ proto_item_set_hidden(item);
if (offset == 0)
{
@@ -1451,7 +1451,7 @@ static void wimaxasncp_dissect_tlv_value(
ip_address_mask_list_tree, tlv_info->hf_value,
tvb, offset, length, ENC_NA);
- PROTO_ITEM_SET_HIDDEN(item);
+ proto_item_set_hidden(item);
if (length % 32 == 0)
{
@@ -1670,7 +1670,7 @@ static void wimaxasncp_dissect_tlv_value(
vsif_tree, tlv_info->hf_value,
tvb, offset, length, ENC_NA);
- PROTO_ITEM_SET_HIDDEN(item);
+ proto_item_set_hidden(item);
/* ----------------------------------------------------------------
* vendor ID (24-bit)