aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tpncp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-09-30 14:02:49 +0000
committerBill Meier <wmeier@newsguy.com>2009-09-30 14:02:49 +0000
commitbf85ecb308b44a8800fb87a49d2e7146e1e86a2b (patch)
treed68eff5047dee44c66c08450cc961d81b2fc9f04 /epan/dissectors/packet-tpncp.c
parent1d87c60187dfddf19f76cd9faad47115d03328dc (diff)
Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.
svn path=/trunk/; revision=30216
Diffstat (limited to 'epan/dissectors/packet-tpncp.c')
-rw-r--r--epan/dissectors/packet-tpncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tpncp.c b/epan/dissectors/packet-tpncp.c
index 07b58c430b..18850a173e 100644
--- a/epan/dissectors/packet-tpncp.c
+++ b/epan/dissectors/packet-tpncp.c
@@ -570,7 +570,7 @@ static gint init_tpncp_data_fields_info(tpncp_data_field_info *data_fields_info,
hf_entr.hfinfo.blurb = NULL;
hf_entr.hfinfo.id = 0;
hf_entr.hfinfo.parent = 0;
- hf_entr.hfinfo.ref_count = 0;
+ hf_entr.hfinfo.ref_type = HF_REF_TYPE_NONE;
hf_entr.hfinfo.bitshift = 0;
hf_entr.hfinfo.same_name_next = NULL;
hf_entr.hfinfo.same_name_prev = NULL;