aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eiss.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-04-27 18:58:37 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-04-27 18:58:37 +0000
commit891c9db19b2089086c8354168d15d930f73fb1dd (patch)
tree0684abad6a3589e63af3ad1b8732c8489e3d7f01 /epan/dissectors/packet-eiss.c
parent4d1e9933055d2c3c01ce9070f8485c6b34420756 (diff)
As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062.html :
Don't use ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN with ENC_ASCII: ASCII has no endianism, so ENC_NA is more appropriate. svn path=/trunk/; revision=42297
Diffstat (limited to 'epan/dissectors/packet-eiss.c')
-rw-r--r--epan/dissectors/packet-eiss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-eiss.c b/epan/dissectors/packet-eiss.c
index 0c570a8eb4..da677c3c64 100644
--- a/epan/dissectors/packet-eiss.c
+++ b/epan/dissectors/packet-eiss.c
@@ -205,7 +205,7 @@ dissect_eiss_descriptors(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
2, ENC_BIG_ENDIAN);
offset += 2;
proto_tree_add_item(sub_tree, hf_eiss_irl_string, tvb, offset, 2,
- ENC_ASCII|ENC_BIG_ENDIAN);
+ ENC_ASCII|ENC_NA);
return (2+total_length);
} else if (0xe1 == tag) {
pi = proto_tree_add_text(tree, tvb, offset, 6,