aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-12 19:57:41 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-12 19:57:41 +0000
commitb26c1c4ca2db08b349e65e4e5b061c35a85b2cd6 (patch)
treeb5733c57d2dcc2d6b8bad75c0f974421d91f63cc /epan/dissectors/packet-k12.c
parentee4cf097ada10712c9487d773238b0b96a51d282 (diff)
Add a description of UAT fields, and have it as a tooltip in the New/Edit Dialog.
svn path=/trunk/; revision=20797
Diffstat (limited to 'epan/dissectors/packet-k12.c')
-rw-r--r--epan/dissectors/packet-k12.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/dissectors/packet-k12.c b/epan/dissectors/packet-k12.c
index f6f2984587..c62959b11c 100644
--- a/epan/dissectors/packet-k12.c
+++ b/epan/dissectors/packet-k12.c
@@ -397,8 +397,12 @@ proto_register_k12(void)
};
static uat_field_t uat_k12_flds[] = {
- UAT_FLD_CSTRING_ISPRINT(k12,match),
- UAT_FLD_CSTRING_OTHER(k12,protos,protos_chk_cb),
+ UAT_FLD_CSTRING_ISPRINT(k12,match,
+ "A string that will be matched (a=A) against an .stk filename.\n"
+ "The first match wins, the order of entries in the table is important!."),
+ UAT_FLD_CSTRING_OTHER(k12,protos,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
};