summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dhcpv6.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-01-28 21:02:40 +0000
committerBill Meier <wmeier@newsguy.com>2011-01-28 21:02:40 +0000
commit1f1563946e9b95818a9267cda5c35244fd25b719 (patch)
tree32456a4f9c55eba3bbeaf62c53d3e24ee12158ac /epan/dissectors/packet-dhcpv6.c
parent9699cdcf2639c8f0f798983c11232feb6a9541e3 (diff)
downloadwireshark-1f1563946e9b95818a9267cda5c35244fd25b719.tar.gz
I believe 0 was meant instead of sizeof(0)....
svn path=/trunk/; revision=35694
Diffstat (limited to 'epan/dissectors/packet-dhcpv6.c')
-rw-r--r--epan/dissectors/packet-dhcpv6.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dhcpv6.c b/epan/dissectors/packet-dhcpv6.c
index 7dfcc18d3d..6e46c03a7c 100644
--- a/epan/dissectors/packet-dhcpv6.c
+++ b/epan/dissectors/packet-dhcpv6.c
@@ -931,8 +931,7 @@ dissect_cablelabs_specific_opts(proto_tree *v_tree, tvbuff_t *tvb, int voff, int
}
}
else
- proto_tree_add_text(subtree, tvb, sub_off,
- sizeof(0), "empty");
+ proto_tree_add_text(subtree, tvb, sub_off, 0, "empty");
break;
case CL_CM_MAC_ADDR :