aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-12 15:02:11 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-12 15:02:11 +0000
commitefadc4c1223dadf52348446fb221dfaaf761bf01 (patch)
tree77b8e8762033c858e6cec79a26ed6f02afebb067 /epan/dissectors/packet-pdcp-lte.c
parent01b61d6fe8b508e4fad42f87d713ef30a81e76bd (diff)
Fix a benign bug: Use correct proto_tree_add_item() encoding arg.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39384 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.c')
-rw-r--r--epan/dissectors/packet-pdcp-lte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index bdb3fa2a19..b6d0a4261f 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -1558,7 +1558,7 @@ static int dissect_pdcp_uor_2_ts_or_id_packet(proto_tree *tree,
}
/* m */
- proto_tree_add_item(tree, hf_pdcp_lte_rohc_m, tvb, offset, 1, ts);
+ proto_tree_add_item(tree, hf_pdcp_lte_rohc_m, tvb, offset, 1, ENC_BIG_ENDIAN);
/* TODO: */
}