aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-11Fix indentation.etxrab1-32/+33
2010-09-28Let the protocol column show we're having Secure RTCP when we do.jake1-2/+2
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings)wmeier1-4/+4
2010-05-30From Matteo Valdinajake1-7/+7
2010-03-17Change som proto_tree_add_text() regarding protocoll errors toetxrab1-8/+13
2010-03-17Update according to IANA registery.jake1-2/+16
2010-03-16Fix unused parameter 'num_fci' warning.etxrab1-2/+2
2010-03-16From Matteo Valdina:etxrab1-70/+276
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-2/+4
2010-03-05From Alex Lindberg:etxrab1-13/+38
2010-01-25From Didier Gautheron via bug 4419:stig1-32/+4
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...wmeier1-10/+11
2009-10-29Handle padded RTCP packets ending with SDES correctly as well.jake1-3/+4
2009-09-13From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-1/+1
2009-09-11Get rid of trailing space in string.guy1-1/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-61/+61
2009-08-29Replace "" by NULL in blurbs; Cleanup indentation.wmeier1-44/+44
2009-08-28From Neil Piercy:etxrab1-82/+152
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-08-02Fix for bug 3800:jake1-1/+3
2009-07-21Cummulative number of packets lost is a signed 24 bits value.stig1-43/+36
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-118/+118
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