aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25From Sagar Pai:jake1-9/+20
2008-09-15Fix so pkt_ccc port pref works; proto_reg_handoff's: gen'l cleanup.wmeier1-26/+35
2008-08-01From stéphane bryant:etxrab1-0/+1
2008-07-11prefs_register_uint_preference() takes as its argument a pointer to a uint, n...morriss1-7/+7
2008-07-11In a call to proto_tree_add_bytes_format(): actually pass a pointer to the st...morriss1-34/+34
2008-04-27From Alon Tal:jake1-1/+4
2008-04-23From Peter Fuller:jake1-5/+5
2008-03-07Adjust the RTP heuristic dissector:martinm1-15/+21
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-2/+2
2008-02-25Avoid misreporting of cryto state of RTP payload.jake1-4/+7
2008-01-09#ifdef DEBUG around left-over printfs. Should these just be deleted?martinm1-0/+2
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...kukosa1-0/+2
2008-01-06Fix for bug 2026:jake1-18/+10
2007-12-23From Andreas St:jake1-0/+15
2007-12-12- register RFC 2198 as RTP dynamic payload type "red"kukosa1-5/+22
2007-11-02display SRTP isntead of RTP if stream is established like a SRTPkukosa1-1/+6
2007-09-13Allow for full size setup method name.jake1-2/+2
2007-08-21From Neil Piercy:jake1-6/+95
2007-07-23Make contributing items and hdr extensions proper fields.martinm1-3/+33
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