aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.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-sccp.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-sccp.c')
-rw-r--r--epan/dissectors/packet-sccp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-sccp.c b/epan/dissectors/packet-sccp.c
index cfb1d8334f..5be1116337 100644
--- a/epan/dissectors/packet-sccp.c
+++ b/epan/dissectors/packet-sccp.c
@@ -3208,10 +3208,10 @@ proto_register_sccp(void)
static uat_field_t users_flds[] = {
- UAT_FLD_DEC(sccp_users,ni,"Network Indicator"),
- UAT_FLD_RANGE(sccp_users,called_pc,65535,"DPCs for which this protocol is to be used"),
- UAT_FLD_RANGE(sccp_users,called_ssn,65535,"Called SSNs for which this protocol is to be used"),
- UAT_FLD_VS(sccp_users,user,sccp_users_vals,"The User Protocol"),
+ UAT_FLD_DEC(sccp_users,ni,"Network Indicator","Network Indicator"),
+ UAT_FLD_RANGE(sccp_users,called_pc,"Called DPCs",65535,"DPCs for which this protocol is to be used"),
+ UAT_FLD_RANGE(sccp_users,called_ssn,"Called SSNs",65535,"Called SSNs for which this protocol is to be used"),
+ UAT_FLD_VS(sccp_users,user,"User protocol",sccp_users_vals,"The User Protocol"),
UAT_END_FIELDS
};