aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-11Fix indentation.Anders Broman1-32/+33
2010-09-28Let the protocol column show we're having Secure RTCP when we do.Jaap Keuter1-2/+2
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings)Bill Meier1-4/+4
2010-05-30From Matteo ValdinaJaap Keuter1-7/+7
2010-03-17Change som proto_tree_add_text() regarding protocoll errors toAnders Broman1-8/+13
2010-03-17Update according to IANA registery.Jaap Keuter1-2/+16
2010-03-16Fix unused parameter 'num_fci' warning.Anders Broman1-2/+2
2010-03-16From Matteo Valdina:Anders Broman1-70/+276
2010-03-06From Alex Lindberg:Anders Broman1-2/+4
2010-03-05From Alex Lindberg:Anders Broman1-13/+38
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-32/+4
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-10/+11
2009-10-29Handle padded RTCP packets ending with SDES correctly as well.Jaap Keuter1-3/+4
2009-09-13From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-1/+1
2009-09-11Get rid of trailing space in string.Guy Harris1-1/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-61/+61
2009-08-29Replace "" by NULL in blurbs; Cleanup indentation.Bill Meier1-44/+44
2009-08-28From Neil Piercy:Anders Broman1-82/+152
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-02Fix for bug 3800:Jaap Keuter1-1/+3
2009-07-21Cummulative number of packets lost is a signed 24 bits value.Stig Bjørlykke1-43/+36
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-118/+118
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-04-13Section 11 of RFC 3550, "RTP over Network and Transport Protocols",Guy Harris1-4/+4
2009-04-11Get the offset of the padding count correct (it has nothing to do withGuy Harris1-84/+97
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