summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-02From Jon Ringle:Anders Broman1-6/+6
2005-01-14If an item in a source description chunk begins with 4 bytes of zero,Guy Harris1-16/+7
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-20From Martin Mathieson: Fix a simple bug, in calculate_roundtrip_delay(), wher...Anders Broman1-2/+2
2004-09-18Fiax a MSVC WarningAnders Broman1-1/+1
2004-09-15From Martin Mathieson:Anders Broman1-164/+514
2004-09-13Get rid of unused variables.Guy Harris1-16/+0
2004-09-08Added some valuestring parameters for PoCAnders Broman1-0/+2
2004-08-30Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soGuy Harris1-7/+5
2004-08-18Don't assume that if we find a conversation that we've set a dissectorGuy Harris1-24/+26
2004-08-16From Martin Mathieson:Guy Harris1-39/+55
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1655