use proto_item_appent_text() instead of proto_item_append_string() since the hf field is not neccessarily a FT_STRING value always.

svn path=/trunk/; revision=14019
This commit is contained in:
Ronnie Sahlberg 2005-04-05 20:20:21 +00:00
parent c92c1df4a4
commit eb98d35922
1 changed files with 1 additions and 1 deletions

View File

@ -1166,7 +1166,7 @@ bootp_option(tvbuff_t *tvb, proto_tree *bp_tree, int voff, int eoff,
case ipv4:
if (optlen != 4) {
proto_item_append_string(vti,
proto_item_append_text(vti,
" - length isn't 4");
break;
}