summaryrefslogtreecommitdiff
path: root/plugins/unistim
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/unistim
parent05b50ef6978a0e1e11841ec9832e59f698f30fea (diff)
downloadwireshark-94e9c99b3f4dd0798b3080d9164e258b181569cb.tar.gz
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/unistim')
-rw-r--r--plugins/unistim/packet-unistim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index 4ee1aa04f4..72381b9b9f 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -578,7 +578,7 @@ dissect_basic_phone(proto_tree *msg_tree,
case 0x11:
/*Phone Ethernet address*/
proto_tree_add_item(msg_tree,hf_basic_ether_address,
- tvb,offset,msg_len,FALSE);
+ tvb,offset,msg_len,ENC_NA);
offset+=msg_len;
break;
case 0x0b: