aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-telkonet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-telkonet.c')
-rw-r--r--epan/dissectors/packet-telkonet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-telkonet.c b/epan/dissectors/packet-telkonet.c
index 4845d681f9..24b27bf69d 100644
--- a/epan/dissectors/packet-telkonet.c
+++ b/epan/dissectors/packet-telkonet.c
@@ -74,7 +74,7 @@ dissect_telkonet(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
telkonet_tree = NULL;
- ti = proto_tree_add_item(tree, proto_telkonet, tvb, 0, 8, ENC_BIG_ENDIAN);
+ ti = proto_tree_add_item(tree, proto_telkonet, tvb, 0, 8, ENC_NA);
telkonet_tree = proto_item_add_subtree(ti, ett_telkonet);
proto_tree_add_item(telkonet_tree, hf_telkonet_type, tvb, 0, 8, ENC_NA);