aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-13 18:32:10 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-13 18:32:10 +0000
commite479578f2d51ac20190f77acd2dbf7da52e32be0 (patch)
tree921cac207374dfdc0ba42fe4e64d093aa43aef4b /epan
parent786f4f4e257b2e53fef56fad59032203b7fe70e5 (diff)
Partial fix for bug 2153
AMF object ID is in the lower 6 bits of the octet git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24619 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-rtmpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtmpt.c b/epan/dissectors/packet-rtmpt.c
index 05baa6815a..7ebe64bc30 100644
--- a/epan/dissectors/packet-rtmpt.c
+++ b/epan/dissectors/packet-rtmpt.c
@@ -454,7 +454,7 @@ proto_register_rtmpt(void)
{
static hf_register_info hf[] = {
{ &hf_rtmpt_header_objid,
- { "ObjectID", "rtmpt.header.objid", FT_UINT8, BASE_DEC, NULL, 0x0, "RTMPT Header object ID", HFILL }},
+ { "ObjectID", "rtmpt.header.objid", FT_UINT8, BASE_DEC, NULL, 0x3F, "RTMPT Header object ID", HFILL }},
{ &hf_rtmpt_header_timestamp,
{ "Timestamp", "rtmpt.header.timestamp", FT_UINT24, BASE_DEC, NULL, 0x0, "RTMPT Header timestamp", HFILL }},