aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mactelnet.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-06-23 20:17:33 +0000
committerBill Meier <wmeier@newsguy.com>2010-06-23 20:17:33 +0000
commit5a7cd67ec7f916f3d9d13dc5101093caad852a27 (patch)
treea496b9ad8d120363b7060336add9e3f9b1912e8e /epan/dissectors/packet-mactelnet.c
parentd7b4bbc98a138194b7c33fd3b932019f160282cb (diff)
Use ENC_NA rather than FALSE.
svn path=/trunk/; revision=33308
Diffstat (limited to 'epan/dissectors/packet-mactelnet.c')
-rw-r--r--epan/dissectors/packet-mactelnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mactelnet.c b/epan/dissectors/packet-mactelnet.c
index c200b9208c..101fc4107c 100644
--- a/epan/dissectors/packet-mactelnet.c
+++ b/epan/dissectors/packet-mactelnet.c
@@ -134,7 +134,7 @@ dissect_mactelnet(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint32 offset = 0;
/* create display subtree for the protocol */
- mactelnet_item = proto_tree_add_item(tree, proto_mactelnet, tvb, 0, -1, FALSE);
+ mactelnet_item = proto_tree_add_item(tree, proto_mactelnet, tvb, 0, -1, ENC_NA);
mactelnet_tree = proto_item_add_subtree(mactelnet_item, ett_mactelnet);
/* ver(1) */