aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-l2tp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-l2tp.c b/epan/dissectors/packet-l2tp.c
index 3aa381c011..e421c5b5f7 100644
--- a/epan/dissectors/packet-l2tp.c
+++ b/epan/dissectors/packet-l2tp.c
@@ -824,7 +824,7 @@ static void process_control_avps(tvbuff_t *tvb,
case CONTROL_MESSAGE:
msg_type = tvb_get_ntohs(tvb, idx);
proto_tree_add_item(l2tp_avp_tree, hf_l2tp_avp_message_type,
- tvb, idx, 2, FALSE);
+ tvb, idx, 2, ENC_BIG_ENDIAN);
if (msg_type == MESSAGE_TYPE_StopCCN) {
isStopCcn = TRUE;