aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-15Fix problem from previous commit (confused myself with FT_UINT_STRING needing...Martin Mathieson1-5/+14
2007-05-15TBCP fixes:Martin Mathieson1-16/+27
2007-04-13fix gcc warningSebastien Tandel1-1/+1
2007-03-23fix some more warnings (type casts)Ulf Lamping1-2/+2
2007-03-20Try to squash a warning seen by win32 buildbotMartin Mathieson1-1/+1
2007-03-06Append ms calculation to DLSR field.Martin Mathieson1-20/+25
2007-02-24Add basic support for RFC4585.Anders Broman1-1/+100
2007-01-04Check in trivial changes before generating a big diff...Martin Mathieson1-1/+0
2007-01-02Fix for bug 1279 (Negative values for RTCP round trip delayMartin Mathieson1-33/+34
2006-12-21TBCP changes:Martin Mathieson1-24/+18
2006-11-09Use value_string for info column. Also use fences to handle compound packetsMartin Mathieson1-34/+7
2006-11-02Don't try to report -ve roundtrip delaysMartin Mathieson1-3/+14
2006-10-26Try to declare and cast away warningsMartin Mathieson1-3/+7
2006-10-20Report roundtrip delay as expert itemMartin Mathieson1-1/+7
2006-08-21Use FT_UINT_STRING for TBCP DENY reason-phraseMartin Mathieson1-24/+7
2006-08-09Minor TBCP fixesMartin Mathieson1-8/+31
2006-08-02Update to TBCP ("PoC1" application). This is based on the "Approved Version ...Martin Mathieson1-162/+536
2006-07-28as per RFC 3611 - 4.1.1 run length is 14 bits not 15.Luis Ontanon1-1/+1
2006-06-08rtcp.profile-specific-extension was defined twiceJörg Mayer1-12/+0
2006-06-06From Martin Mathieson:Anders Broman1-4/+55
2006-05-29From Martin Mathieson:Anders Broman1-5/+40
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-19From Martin mathieson:Anders Broman1-2/+2
2006-04-13From Martin Mathieson:Anders Broman1-3/+5
2006-04-06Better read NTP LSW from the right spotJaap Keuter1-1/+1
2006-04-06From: Martin MathiesonJaap Keuter1-75/+68
2006-01-30From Andrei Emeltchenko:Anders Broman1-11/+45
2006-01-03From Martin MathiesonAnders Broman1-3/+8
2005-12-31Fixes Bug 531 (Incorrect Interpretation of Bit vector and RLE RTCP XR Blocks).Luis Ontanon1-1/+1
2005-12-22From Martin Mathieson:Anders Broman1-1/+1
2005-12-07Why duplicate the code of "tvb_get_string()" when you could just useGuy Harris1-29/+29
2005-12-07From Martin M various updates and fixesRonnie Sahlberg1-0/+5
2005-12-02rtcp fix for sdes_prefix_stringRonnie Sahlberg1-0/+1
2005-11-09From Andrei EmeltchenkoAnders Broman1-46/+135
2005-11-07The return value of tvb_get_ptr() is a const ptr; assign it to a constGuy Harris1-7/+2
2005-11-07Display MSW and LSW as NTP timestamp as well.Anders Broman1-3/+14
2005-09-21get rid of strcpy in packet-ntp.cRonnie Sahlberg1-3/+3
2005-08-28add missing value_string terminationRonnie Sahlberg1-0/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-8/+6
2005-08-24Properly initialize our hf_ arrays. Make hf_rtcp_app_poc1_conn_session_typeGerald Combs1-4/+4
2005-08-22From Timo Metsala:Anders Broman1-3/+291
2005-08-17remove g_malloc()s from rtcpRonnie Sahlberg1-4/+2
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-22/+6
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-2/+2
2005-07-24some more dissectors converted to ep_tvb_get_stringRonnie Sahlberg1-2/+1
2005-06-07From: Martin MathiesonLuis Ontanon1-3/+3
2005-02-24Clean up white space.Guy Harris1-48/+45
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-1/+1
2005-02-13From Venna, Nagarjuna:Luis Ontanon1-13/+1030