Beutify IMEISV IE output.

svn path=/trunk/; revision=36308
This commit is contained in:
Anders Broman 2011-03-24 10:36:39 +00:00
parent d11e6439cd
commit db3a34973a
1 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,8 @@ de_sgsap_imeisv(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_,
imeisv_str = tvb_bcd_dig_to_ep_str( tvb, curr_offset, len, NULL, FALSE);
proto_tree_add_string(tree, hf_sgsap_imeisv, tvb, curr_offset, len, imeisv_str);
if (add_string)
g_snprintf(add_string, len, " - %s", imeisv_str);
return(len);
}