aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-02-16 04:10:06 +0000
committerGuy Harris <guy@alum.mit.edu>2009-02-16 04:10:06 +0000
commit5742ede54c6427d581c718ffd7c2e43cfe40bf56 (patch)
tree7904716d49cf2532b8df301cc5e0764dbda76e61 /epan/uat.c
parent14c8a5ba7d62a87ffc78ac99ecce425f3ab09059 (diff)
downloadwireshark-5742ede54c6427d581c718ffd7c2e43cfe40bf56.tar.gz
wireshark-5742ede54c6427d581c718ffd7c2e43cfe40bf56.tar.bz2
wireshark-5742ede54c6427d581c718ffd7c2e43cfe40bf56.zip
Add an additional "title" attribute for UAT fields; that's what's
displayed to the user. svn path=/trunk/; revision=27462
Diffstat (limited to 'epan/uat.c')
-rw-r--r--epan/uat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat.c b/epan/uat.c
index bcb3558db3..5f2016cbf1 100644
--- a/epan/uat.c
+++ b/epan/uat.c
@@ -100,7 +100,7 @@ uat_t* uat_new(const char* name,
uat->help = help;
uat->category = category;
- for (i=0;flds_array[i].name;i++) {
+ for (i=0;flds_array[i].title;i++) {
fld_data_t* f = g_malloc(sizeof(fld_data_t));
f->colnum = i+1;