Comment out a faulty line.

svn path=/trunk/; revision=35339
This commit is contained in:
Anders Broman 2011-01-03 17:26:12 +00:00
parent 9794ffb051
commit 56c1d1569c
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ dissect_gtpv2_ip_address(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree
if (length==4)
{
proto_tree_add_item(tree, hf_gtpv2_ip_address_ipv4, tvb, offset, length, FALSE);
proto_item_append_text(item, ", IPv4 %s", tvb_get_ipv4(tvb, offset));
/*proto_item_append_text(item, ", IPv4 %s", tvb_get_ipv4(tvb, offset));*/
}
else if (length==16)
{