Use previously unused hf_cops_obj_c_type (cops.c_type) field

svn path=/trunk/; revision=20566
This commit is contained in:
Martin Mathieson 2007-01-26 12:14:06 +00:00
parent 9c332d6799
commit b731274da6
1 changed files with 2 additions and 1 deletions

View File

@ -1039,7 +1039,8 @@ static int dissect_cops_object(tvbuff_t *tvb, packet_info *pinfo, guint8 op_code
offset++;
type_str = cops_c_type_to_str(c_num, c_type);
proto_tree_add_text(obj_tree, tvb, offset, 1, "C-Type: %s%s%u%s",
proto_tree_add_uint_format_value(obj_tree, hf_cops_obj_c_type, tvb, offset, 1, c_type,
"%s%s%u%s",
type_str,
strlen(type_str) ? " (" : "",
c_type,