aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.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/dissectors/packet-k12.c
parent14c8a5ba7d62a87ffc78ac99ecce425f3ab09059 (diff)
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/dissectors/packet-k12.c')
-rw-r--r--epan/dissectors/packet-k12.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-k12.c b/epan/dissectors/packet-k12.c
index 3ec02582c5..58982518a1 100644
--- a/epan/dissectors/packet-k12.c
+++ b/epan/dissectors/packet-k12.c
@@ -435,10 +435,10 @@ proto_register_k12(void)
};
static uat_field_t uat_k12_flds[] = {
- UAT_FLD_CSTRING_ISPRINT(k12,match,
+ UAT_FLD_CSTRING_ISPRINT(k12,match,"Match string",
"A string that will be matched (a=A) against an .stk filename or the name of a port.\n"
"The first match wins, the order of entries in the table is important!."),
- UAT_FLD_CSTRING_OTHER(k12,protos,protos_chk_cb,
+ UAT_FLD_CSTRING_OTHER(k12,protos,"Protocol",protos_chk_cb,
"The lowest layer protocol described by this .stk file (eg: mtp2).\n"
"Use (sscop:sscf-nni) for sscf-nni (MTP3b) with sscop"),
UAT_END_FIELDS