aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dap.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-19 18:48:31 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-19 18:48:31 +0000
commit525af8f896087e490a15469d8faa03c21e0230c9 (patch)
tree424ec0f6f0630e42bdbc2b63091d6804f131da65 /epan/dissectors/packet-dap.c
parent2601a97f93b011e429a83d3b5db4f2cd5d6d44b9 (diff)
Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38122 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dap.c')
-rw-r--r--epan/dissectors/packet-dap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dap.c b/epan/dissectors/packet-dap.c
index d7de1ed842..e52c2bb6b4 100644
--- a/epan/dissectors/packet-dap.c
+++ b/epan/dissectors/packet-dap.c
@@ -1325,7 +1325,7 @@ dissect_dap_FamilyEntries(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offs
static int
dissect_dap_T_initial(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
proto_item *it;
- it = proto_tree_add_item(tree, hf_index, tvb, offset, -1, FALSE);
+ it = proto_tree_add_item(tree, hf_index, tvb, offset, -1, ENC_BIG_ENDIAN);
proto_item_append_text(it," XXX: Not yet implemented!");