summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-3com-njack.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-20 14:07:54 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-20 14:07:54 +0000
commitd65261d344ba268dd76e533970714649d1bbfb71 (patch)
tree8498849c46a94048de6ad33480a4e0aed549da2b /epan/dissectors/packet-3com-njack.c
parentf27e3fa74bf641a08e8a17c68bf2393143013bd8 (diff)
downloadwireshark-d65261d344ba268dd76e533970714649d1bbfb71.tar.gz
Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.
(Some minor whitespace cleanup). svn path=/trunk/; revision=39488
Diffstat (limited to 'epan/dissectors/packet-3com-njack.c')
-rw-r--r--epan/dissectors/packet-3com-njack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-3com-njack.c b/epan/dissectors/packet-3com-njack.c
index 766b9e458e..c8cf9353d7 100644
--- a/epan/dissectors/packet-3com-njack.c
+++ b/epan/dissectors/packet-3com-njack.c
@@ -461,7 +461,7 @@ dissect_tlvs(tvbuff_t *tvb, proto_tree *njack_tree, guint32 offset)
break;
case NJACK_CMD_MACADDRESS:
proto_tree_add_item(tlv_tree, hf_njack_tlv_devicemac,
- tvb, offset, 6, ENC_BIG_ENDIAN);
+ tvb, offset, 6, ENC_NA);
offset += 6;
break;
case NJACK_CMD_VERSION: