aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zebra.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-zebra.c')
-rw-r--r--epan/dissectors/packet-zebra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-zebra.c b/epan/dissectors/packet-zebra.c
index 150b629dfb..fdec329079 100644
--- a/epan/dissectors/packet-zebra.c
+++ b/epan/dissectors/packet-zebra.c
@@ -433,7 +433,7 @@ zebra_interface(proto_tree *tree, tvbuff_t *tvb, int offset, guint8 version)
offset += 4;
if (maclen > 0)
proto_tree_add_item(tree, hf_zebra_mac, tvb,
- offset, maclen, ENC_BIG_ENDIAN);
+ offset, maclen, ENC_NA);
offset += maclen;
}
return offset;