aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-12 06:40:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-12 06:40:13 +0000
commitd0efafbcb19e7fb03662117d5ce393d1f4615a2e (patch)
tree996764377e230fb513eda95b75d0f7e27b2d3237 /epan/dissectors/packet-imf.c
parentd249e6111a54777db0c360f8079f5c94e1335ea1 (diff)
From beroset:
remove C++ incompatibilities from UAT_VS_DEF macro and all uses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48259
Diffstat (limited to 'epan/dissectors/packet-imf.c')
-rw-r--r--epan/dissectors/packet-imf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-imf.c b/epan/dissectors/packet-imf.c
index 891e4e7914..38b669c4a4 100644
--- a/epan/dissectors/packet-imf.c
+++ b/epan/dissectors/packet-imf.c
@@ -330,8 +330,8 @@ header_fields_free_cb(void *r)
UAT_CSTRING_CB_DEF(header_fields, header_name, header_field_t)
UAT_CSTRING_CB_DEF(header_fields, description, header_field_t)
-UAT_VS_DEF(header_fields, header_format, header_field_t, 0, "Unstructured")
-UAT_VS_DEF(header_fields, add_to_col_info, header_field_t, 0, "No")
+UAT_VS_DEF(header_fields, header_format, header_field_t, guint, 0, "Unstructured")
+UAT_VS_DEF(header_fields, add_to_col_info, header_field_t, guint, 0, "No")
/* Define media_type/Content type table */