aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-19/+3
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-1/+1
2005-06-07From: Martin MathiesonLuis Ontanon1-1/+1
2005-05-04From Lars Roland:Gerald Combs1-1/+1
2005-04-04From Lars RuoffRonnie Sahlberg1-27/+35
2005-04-01"get_conv_info()" doesn't use the tvbuff passed to it, so don't pass itGuy Harris1-3/+3
2005-03-28Pass a NULL instead of an empty string in the value_string/true_false_stringGerald Combs1-1/+1
2005-03-27Fix a typoAnders Broman1-5/+6
2005-03-27 From Alejandro Vaquero :Anders Broman1-36/+84
2005-03-16Fix some comments.Guy Harris1-9/+13
2005-03-16Try the pt_dissector table also if conversation has been set up with SDP.Anders Broman1-2/+3
2005-03-10From Alejandro Vaquero:Luis Ontanon1-4/+22
2005-02-08use "guint" instead of "uint". Lars Roland1-1/+1
2005-02-08From Jon Ringle: add a preference to allow packets with an RTP versionGuy Harris1-14/+54
2005-02-05From Alejandro Vaquero:Anders Broman1-3/+6
2005-02-02From Jon Ringle:Anders Broman1-4/+4
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+32
2004-10-17From Alejandro Vaquero: in the RTP analysis code, don't analyze packetsGuy Harris1-0/+2
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-13Get rid of unused variables.Guy Harris1-15/+0
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-25/+27
2004-07-29Fix a null pointer dereference.Gerald Combs1-5/+7
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+979