aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nntp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-nntp.c')
-rw-r--r--epan/dissectors/packet-nntp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nntp.c b/epan/dissectors/packet-nntp.c
index b391bb0747..fe7c60be9e 100644
--- a/epan/dissectors/packet-nntp.c
+++ b/epan/dissectors/packet-nntp.c
@@ -65,7 +65,7 @@ dissect_nntp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_
ti = proto_tree_add_boolean(nntp_tree,
hf_nntp_response, tvb, 0, 0, TRUE);
}
- PROTO_ITEM_SET_HIDDEN(ti);
+ proto_item_set_hidden(ti);
/*
* Show the request or response as text, a line at a time.