aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-16 04:10:06 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-16 04:10:06 +0000
commit09e81f90b9e9a875a8d6ed127b2dbf852a9c91f9 (patch)
tree7904716d49cf2532b8df301cc5e0764dbda76e61 /epan/dissectors/packet-k12.c
parent52bc53b8dae8c4aa2bffa9a9d830e2295afb78d2 (diff)
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
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