aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps2.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rtps2.c')
-rw-r--r--epan/dissectors/packet-rtps2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rtps2.c b/epan/dissectors/packet-rtps2.c
index eb3225ea58..b650cbfc15 100644
--- a/epan/dissectors/packet-rtps2.c
+++ b/epan/dissectors/packet-rtps2.c
@@ -1033,13 +1033,13 @@ static void rtps_util_add_protocol_version(proto_tree *tree,
tvb,
offset,
1,
- FALSE);
+ ENC_BIG_ENDIAN);
proto_tree_add_item(version_tree,
hf_rtps_protocol_version_minor,
tvb,
offset+1,
1,
- FALSE);
+ ENC_BIG_ENDIAN);
}
}