aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-tlv.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-20 14:30:27 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-20 14:30:27 +0000
commit94e9c99b3f4dd0798b3080d9164e258b181569cb (patch)
tree45717621b6c93a8a90dbeeae0b6895af223d2ea2 /plugins/docsis/packet-tlv.c
parent05b50ef6978a0e1e11841ec9832e59f698f30fea (diff)
Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.
svn path=/trunk/; revision=39490
Diffstat (limited to 'plugins/docsis/packet-tlv.c')
-rw-r--r--plugins/docsis/packet-tlv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/docsis/packet-tlv.c b/plugins/docsis/packet-tlv.c
index 1f1152286a..594e0b8812 100644
--- a/plugins/docsis/packet-tlv.c
+++ b/plugins/docsis/packet-tlv.c
@@ -1331,7 +1331,7 @@ dissect_eth_clsfr (tvbuff_t * tvb, proto_tree * tree, int start,
if (length == 6)
{
proto_tree_add_item (ethclsfr_tree, hf_docsis_tlv_ethclsfr_dmac,
- tvb, pos, length, FALSE);
+ tvb, pos, length, ENC_NA);
}
else
{
@@ -1342,7 +1342,7 @@ dissect_eth_clsfr (tvbuff_t * tvb, proto_tree * tree, int start,
if (length == 6)
{
proto_tree_add_item (ethclsfr_tree, hf_docsis_tlv_ethclsfr_smac,
- tvb, pos, length, FALSE);
+ tvb, pos, length, ENC_NA);
}
else
{
@@ -4011,7 +4011,7 @@ dissect_tlv (tvbuff_t * tvb, packet_info * pinfo _U_, proto_tree * tree)
if (length == 6)
{
proto_tree_add_item (tlv_tree, hf_docsis_tlv_cpe_ethernet,
- tvb, pos, length, FALSE);
+ tvb, pos, length, ENC_NA);
}
else
{
@@ -4202,7 +4202,7 @@ dissect_tlv (tvbuff_t * tvb, packet_info * pinfo _U_, proto_tree * tree)
if (length == 6)
{
proto_tree_add_item(tlv_tree, hf_docsis_tlv_mc_mac_address,
- tvb, pos, length, FALSE);
+ tvb, pos, length, ENC_NA);
}
else
{