aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-19 01:22:45 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-19 01:22:45 +0000
commit6db62a55e7350bfb68c3b1aecb09f6a15fe5adab (patch)
treea59527015d25cabb7c558cc94cc9a339b9e04030 /epan/uat.h
parent3faa440c340a61fb542fcf2f4eef09f31230956b (diff)
Initialize the description in UAT_FLD_PROTO().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20849 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat.h b/epan/uat.h
index 3f6c1361b8..c950e7fae6 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -426,7 +426,7 @@ static void basename ## _ ## field_name ## _tostr_cb(void* rec, char** out_ptr,
#define UAT_FLD_PROTO(basename,field_name,desc) \
- {#field_name, PT_TXTMOD_STRING,{uat_fld_chk_proto,basename ## _ ## field_name ## _set_cb,basename ## _ ## field_name ## _tostr_cb},{0,0,0},0,FLDFILL}
+ {#field_name, PT_TXTMOD_STRING,{uat_fld_chk_proto,basename ## _ ## field_name ## _set_cb,basename ## _ ## field_name ## _tostr_cb},{0,0,0},0,desc,FLDFILL}