aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Fix proto_tree_add_item( encoding args;wmeier1-3550/+3550
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-17/+17
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-67/+67
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-11/+11
2011-08-01Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.wmeier1-4/+2
2011-07-27from T. Loebner:etxrab1-70/+248
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-10/+9
2011-05-10From Olivier Crete via bug 5761: Compute the FCI size correctly for RTCP RTPFB.cmaynard1-4/+4
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().darkjames1-2/+1
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)darkjames1-3/+1
2011-04-20Simplify the test in a loop.martinm1-5/+1
2011-02-09Rename ntp_fmt_ts() to tvb_ntp_fmt_ts() and make it take a pointer to a TVB andmorriss1-1/+1
2011-02-09Add NTP times using proto_tree_add_item().morriss1-19/+18
2011-01-20Fix the dead initialization warnings found by clang's static analysissfisher1-1/+1
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