aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.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-sccp.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-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
};