aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.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-xml.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-xml.c')
-rw-r--r--epan/dissectors/packet-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-xml.c b/epan/dissectors/packet-xml.c
index 4a734690e1..43d06dbfce 100644
--- a/epan/dissectors/packet-xml.c
+++ b/epan/dissectors/packet-xml.c
@@ -760,7 +760,7 @@ static void add_xml_field(GArray* hfs, int* p_id, gchar* name, gchar* fqn) {
hfri.hfinfo.blurb = NULL;
hfri.hfinfo.id = 0;
hfri.hfinfo.parent = 0;
- hfri.hfinfo.ref_count = HF_REF_TYPE_NONE;
+ hfri.hfinfo.ref_type = HF_REF_TYPE_NONE;
hfri.hfinfo.bitshift = 0;
hfri.hfinfo.same_name_next = NULL;
hfri.hfinfo.same_name_prev = NULL;