From 09e81f90b9e9a875a8d6ed127b2dbf852a9c91f9 Mon Sep 17 00:00:00 2001 From: guy 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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27462 f5534014-38df-0310-8fa8-9805f1628bb7 --- 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