aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-04-13Section 11 of RFC 3550, "RTP over Network and Transport Protocols",guy1-4/+4
2009-04-11Get the offset of the padding count correct (it has nothing to do withguy1-84/+97
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-3/+3
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-08-08Fix for bug 2778:jake1-24/+27
2008-08-01From stéphane bryant:etxrab1-0/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-1/+2
2008-05-08Stop using deprecated functions identified by checkAPIs script.martinm1-43/+45
2008-04-12From Mike Davies (bug 2454):stig1-2/+207
2008-04-10Added some casts from double to float.stig1-2/+2
2008-04-10Fix for bug 2440 and 2187:jake1-2/+2
2008-04-09Remove:etxrab1-5/+0
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-4/+4
2008-02-28Fix bitmasks for feedback message type fields.martinm1-2/+2
2008-02-15Added RTCP Feedback NAK PLI dissectors.ashokn1-42/+195
2008-01-10Fix for bug 2187.jake1-2/+2
2008-01-09#ifdef DEBUG around left-over printfs. Should these just be deleted?martinm1-1/+3
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...kukosa1-0/+2
2008-01-09Explicitly check for missing NULL terminator on RTCP BYE reason string (this ...martinm1-7/+37
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-08-21fix a signedness-in-comparison warningrichardv1-1/+1
2007-08-21From Neil Piercy:jake1-35/+154
2007-05-31From Lars Ruoff:sfisher1-4/+4
2007-05-29When reporting roundtrip delay, show delay since timestamp of LSR frame.martinm1-10/+35
2007-05-15Fix problem from previous commit (confused myself with FT_UINT_STRING needing...martinm1-5/+14
2007-05-15TBCP fixes:martinm1-16/+27
2007-04-13fix gcc warningstandel1-1/+1
2007-03-23fix some more warnings (type casts)ulfl1-2/+2
2007-03-20Try to squash a warning seen by win32 buildbotmartinm1-1/+1
2007-03-06Append ms calculation to DLSR field.martinm1-20/+25
2007-02-24Add basic support for RFC4585.etxrab1-1/+100
2007-01-04Check in trivial changes before generating a big diff...martinm1-1/+0
2007-01-02Fix for bug 1279 (Negative values for RTCP round trip delaymartinm1-33/+34
2006-12-21TBCP changes:martinm1-24/+18
2006-11-09Use value_string for info column. Also use fences to handle compound packetsmartinm1-34/+7
2006-11-02Don't try to report -ve roundtrip delaysmartinm1-3/+14
2006-10-26Try to declare and cast away warningsmartinm1-3/+7
2006-10-20Report roundtrip delay as expert itemmartinm1-1/+7
2006-08-21Use FT_UINT_STRING for TBCP DENY reason-phrasemartinm1-24/+7
2006-08-09Minor TBCP fixesmartinm1-8/+31
2006-08-02Update to TBCP ("PoC1" application). This is based on the "Approved Version ...martinm1-162/+536
2006-07-28as per RFC 3611 - 4.1.1 run length is 14 bits not 15.lego1-1/+1
2006-06-08rtcp.profile-specific-extension was defined twicejmayer1-12/+0
2006-06-06From Martin Mathieson:etxrab1-4/+55
2006-05-29From Martin Mathieson:etxrab1-5/+40
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-19From Martin mathieson:etxrab1-2/+2
2006-04-13From Martin Mathieson:etxrab1-3/+5