aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Replace non ASCII chars.Anders Broman1-5/+5
2012-10-09Add initial support for three new RTCP packet types: AVB, RSI and TOKEN.Jaap Keuter1-8/+120
2012-09-26Show the PID field of the transport feedback NACK as "RTCP TransportGuy Harris1-10/+9
2012-09-26Just append the ": " to the generic NACK BLP item, don't replace itsGuy Harris1-8/+3
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+1
2012-07-23Mark pinfo as unused.Anders Broman1-1/+1
2012-07-23Add dissector tables for RTCP extended feedback messages (https://bugs.wires...Michael Mann1-6/+21
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7386 :Pascal Quantin1-4/+25
2012-05-17Fix the fix ....Bill Meier1-1/+1
2012-05-17Silence a "may be used uninitialiuzed" warning.....Bill Meier1-1/+1
2012-05-17General cleanup including as appropriate:Bill Meier1-462/+471
2012-05-04As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-3/+3
2012-03-07Fix incorrect packet-details display of certain 1 bit FT_BOOLEAN fields.Bill Meier1-2/+2
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-3550/+3550
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-17/+17
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-67/+67
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-11/+11
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