aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.Bill Meier1-4/+2
2011-07-27from T. Loebner:Anders Broman1-70/+248
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-10/+9
2011-05-10From Olivier Crete via bug 5761: Compute the FCI size correctly for RTCP RTPFB.Chris Maynard1-4/+4
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki1-2/+1
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-3/+1
2011-04-20Simplify the test in a loop.Martin Mathieson1-5/+1
2011-02-09Rename ntp_fmt_ts() to tvb_ntp_fmt_ts() and make it take a pointer to a TVB andJeff Morriss1-1/+1
2011-02-09Add NTP times using proto_tree_add_item().Jeff Morriss1-19/+18
2011-01-20Fix the dead initialization warnings found by clang's static analysisStephen Fisher1-1/+1
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