aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-31From Lars Ruoff:sfisher1-4/+4
2007-02-23From Charles Lepple:etxrab1-2/+2
2007-02-22From Richard van der Hoff:etxrab1-4/+5
2007-02-21From Richard van der Hoff:etxrab1-9/+411
2007-02-16Make RFC2198 pt preference work (wasn't callingmartinm1-9/+19
2007-02-01Don't call subdissector for dynamic PT based on PT number if conversation inf...etxrab1-2/+12
2006-10-02Set correct length for extensions rootmartinm1-1/+1
2006-06-27the 1st very simple attempt to support RFC 2198 Redundant Audio Datakukosa1-1/+138
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-02-09ntp_fmt_ts() doesn't take two arguments any more.gerald1-7/+5
2006-02-09Add support for PacketCable CCC-encapsulated RTP data, described ingerald1-1/+114
2006-01-31Fix description of version0_type, now that it also supports T.38.guy1-1/+1
2006-01-29Add an option to dissect purported RTP packets with a version number ofguy1-0/+12
2005-11-05Packet-amr Register as "AMR" not "amr".etxrab1-1/+4
2005-10-27remove a strcpy callsahlberg1-1/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-05For SNMP, malloc memory that we're going to free later. Fixes bug 406.gerald1-8/+0
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg1-19/+3
2005-07-30Make some funtions static. More char -> const char warning fixesjmayer1-1/+1
2005-06-07From: Martin Mathiesonlego1-1/+1
2005-05-04From Lars Roland:gerald1-1/+1
2005-04-04From Lars Ruoffsahlberg1-27/+35
2005-04-01"get_conv_info()" doesn't use the tvbuff passed to it, so don't pass itguy1-3/+3
2005-03-28Pass a NULL instead of an empty string in the value_string/true_false_stringgerald1-1/+1
2005-03-27Fix a typoetxrab1-5/+6
2005-03-27 From Alejandro Vaquero :etxrab1-36/+84
2005-03-16Fix some comments.guy1-9/+13
2005-03-16Try the pt_dissector table also if conversation has been set up with SDP.etxrab1-2/+3
2005-03-10From Alejandro Vaquero:lego1-4/+22
2005-02-08use "guint" instead of "uint". lroland1-1/+1
2005-02-08From Jon Ringle: add a preference to allow packets with an RTP versionguy1-14/+54
2005-02-05From Alejandro Vaquero:etxrab1-3/+6
2005-02-02From Jon Ringle:etxrab1-4/+4
2005-02-01From Alejandro Vaquero:lroland1-0/+32
2004-10-17From Alejandro Vaquero: in the RTP analysis code, don't analyze packetsguy1-0/+2
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-13Get rid of unused variables.guy1-15/+0
2004-08-30Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soguy1-7/+5
2004-08-18Don't assume that if we find a conversation that we've set a dissectorguy1-25/+27
2004-07-29Fix a null pointer dereference.gerald1-5/+7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+979