Fix bitmasks for feedback message type fields.

Fixes bug 2312.

svn path=/trunk/; revision=24498
This commit is contained in:
Martin Mathieson 2008-02-28 16:11:55 +00:00
parent de432167c8
commit 4a925e9cd9
1 changed files with 2 additions and 2 deletions

View File

@ -4136,7 +4136,7 @@ proto_register_rtcp(void)
FT_UINT8,
BASE_DEC,
VALS(rtcp_rtpfb_fmt_vals),
0x15,
0x1f,
"RTCP Feedback message type (FMT)", HFILL
}
},
@ -4148,7 +4148,7 @@ proto_register_rtcp(void)
FT_UINT8,
BASE_DEC,
VALS(rtcp_psfb_fmt_vals),
0x15,
0x1f,
"RTCP Feedback message type (FMT)", HFILL
}
},