From 5742ede54c6427d581c718ffd7c2e43cfe40bf56 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 16 Feb 2009 04:10:06 +0000 Subject: Add an additional "title" attribute for UAT fields; that's what's displayed to the user. svn path=/trunk/; revision=27462 --- epan/dissectors/packet-k12.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-k12.c') 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 -- cgit v1.2.3