aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
Commit message (Expand)AuthorAgeFilesLines
* more gmemchunk -> se_alloc() improvementsRonnie Sahlberg2005-08-121-19/+3
* Make some funtions static. More char -> const char warning fixesJörg Mayer2005-07-301-1/+1
* From: Martin MathiesonLuis Ontanon2005-06-071-1/+1
* From Lars Roland:Gerald Combs2005-05-041-1/+1
* From Lars RuoffRonnie Sahlberg2005-04-041-27/+35
* "get_conv_info()" doesn't use the tvbuff passed to it, so don't pass itGuy Harris2005-04-011-3/+3
* Pass a NULL instead of an empty string in the value_string/true_false_stringGerald Combs2005-03-281-1/+1
* Fix a typoAnders Broman2005-03-271-5/+6
* From Alejandro Vaquero :Anders Broman2005-03-271-36/+84
* Fix some comments.Guy Harris2005-03-161-9/+13
* Try the pt_dissector table also if conversation has been set up with SDP.Anders Broman2005-03-161-2/+3
* From Alejandro Vaquero:Luis Ontanon2005-03-101-4/+22
* use "guint" instead of "uint". Lars Roland2005-02-081-1/+1
* From Jon Ringle: add a preference to allow packets with an RTP versionGuy Harris2005-02-081-14/+54
* From Alejandro Vaquero:Anders Broman2005-02-051-3/+6
* From Jon Ringle:Anders Broman2005-02-021-4/+4
* From Alejandro Vaquero:Lars Roland2005-02-011-0/+32
* From Alejandro Vaquero: in the RTP analysis code, don't analyze packetsGuy Harris2004-10-171-0/+2
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Get rid of unused variables.Guy Harris2004-09-131-15/+0
* Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soGuy Harris2004-08-301-7/+5
* Don't assume that if we find a conversation that we've set a dissectorGuy Harris2004-08-181-25/+27
* Fix a null pointer dereference.Gerald Combs2004-07-291-5/+7
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+979