aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-08-08Fix for bug 2778:Jaap Keuter1-24/+27
2008-08-01From stéphane bryant:Anders Broman1-0/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+2
2008-05-08Stop using deprecated functions identified by checkAPIs script.Martin Mathieson1-43/+45
2008-04-12From Mike Davies (bug 2454):Stig Bjørlykke1-2/+207
2008-04-10Added some casts from double to float.Stig Bjørlykke1-2/+2
2008-04-10Fix for bug 2440 and 2187:Jaap Keuter1-2/+2
2008-04-09Remove:Anders Broman1-5/+0
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-4/+4
2008-02-28Fix bitmasks for feedback message type fields.Martin Mathieson1-2/+2
2008-02-15Added RTCP Feedback NAK PLI dissectors.Ashok Narayanan1-42/+195
2008-01-10Fix for bug 2187.Jaap Keuter1-2/+2
2008-01-09#ifdef DEBUG around left-over printfs. Should these just be deleted?Martin Mathieson1-1/+3
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa1-0/+2
2008-01-09Explicitly check for missing NULL terminator on RTCP BYE reason string (this ...Martin Mathieson1-7/+37
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-08-21fix a signedness-in-comparison warningRichard van der Hoff1-1/+1
2007-08-21From Neil Piercy:Jaap Keuter1-35/+154
2007-05-31From Lars Ruoff:Stephen Fisher1-4/+4
2007-05-29When reporting roundtrip delay, show delay since timestamp of LSR frame.Martin Mathieson1-10/+35
2007-05-15Fix problem from previous commit (confused myself with FT_UINT_STRING needing...Martin Mathieson1-5/+14
2007-05-15TBCP fixes:Martin Mathieson1-16/+27
2007-04-13fix gcc warningSebastien Tandel1-1/+1
2007-03-23fix some more warnings (type casts)Ulf Lamping1-2/+2
2007-03-20Try to squash a warning seen by win32 buildbotMartin Mathieson1-1/+1
2007-03-06Append ms calculation to DLSR field.Martin Mathieson1-20/+25
2007-02-24Add basic support for RFC4585.Anders Broman1-1/+100
2007-01-04Check in trivial changes before generating a big diff...Martin Mathieson1-1/+0
2007-01-02Fix for bug 1279 (Negative values for RTCP round trip delayMartin Mathieson1-33/+34
2006-12-21TBCP changes:Martin Mathieson1-24/+18
2006-11-09Use value_string for info column. Also use fences to handle compound packetsMartin Mathieson1-34/+7
2006-11-02Don't try to report -ve roundtrip delaysMartin Mathieson1-3/+14
2006-10-26Try to declare and cast away warningsMartin Mathieson1-3/+7
2006-10-20Report roundtrip delay as expert itemMartin Mathieson1-1/+7
2006-08-21Use FT_UINT_STRING for TBCP DENY reason-phraseMartin Mathieson1-24/+7
2006-08-09Minor TBCP fixesMartin Mathieson1-8/+31
2006-08-02Update to TBCP ("PoC1" application). This is based on the "Approved Version ...Martin Mathieson1-162/+536
2006-07-28as per RFC 3611 - 4.1.1 run length is 14 bits not 15.Luis Ontanon1-1/+1
2006-06-08rtcp.profile-specific-extension was defined twiceJörg Mayer1-12/+0
2006-06-06From Martin Mathieson:Anders Broman1-4/+55
2006-05-29From Martin Mathieson:Anders Broman1-5/+40
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-19From Martin mathieson:Anders Broman1-2/+2
2006-04-13From Martin Mathieson:Anders Broman1-3/+5
2006-04-06Better read NTP LSW from the right spotJaap Keuter1-1/+1
2006-04-06From: Martin MathiesonJaap Keuter1-75/+68
2006-01-30From Andrei Emeltchenko:Anders Broman1-11/+45