Replace non ASCII chars.

svn path=/trunk/; revision=45421
This commit is contained in:
Anders Broman 2012-10-09 10:26:43 +00:00
parent 5f9709ad8c
commit 4209300f48
1 changed files with 5 additions and 5 deletions

View File

@ -2271,11 +2271,11 @@ dissect_rtcp_avb( tvbuff_t *tvb, packet_info *pinfo _U_, int offset, proto_tree
offset += 4;
/* 32 bit wide
gmTimeBaseIndicator | gmIdentity low 16 bit
gmIdentity mid 32 bit
gmIdentity high 32 bit
stream_id lower 32 bit
stream_id higher 32 bit
gmTimeBaseIndicator | gmIdentity - low 16 bit
gmIdentity - mid 32 bit
gmIdentity - high 32 bit
stream_id - lower 32 bit
stream_id - higher 32 bit
as_timestamp
*/
offset += 6 * 4;