aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-20From Alex Lindberg via bug 3094:Gerald Combs1-29/+101
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...Anders Broman1-3/+11
2009-04-13Section 11 of RFC 3550, "RTP over Network and Transport Protocols",Guy Harris1-2/+2
2009-03-29More size_t casts.Anders Broman1-9/+9
2009-03-22(Minor) Change a g_snprint to a g_strlcpy;Bill Meier1-3/+2
2009-03-06Adjust some indentation; reformat a line or two.Bill Meier1-18/+20
2009-02-12dissect_rtp_heur: prevent a 'false positive' when trying stun dissection.Bill Meier1-4/+6
2008-12-19Back out r27047 and r27053.Gerald Combs1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+1
2008-10-13Back out the expert info - it's wrong.Anders Broman1-16/+1
2008-10-11Add an expert item if src port = dst port.Anders Broman1-2/+17
2008-09-25From Sagar Pai:Jaap Keuter1-9/+20
2008-09-15Fix so pkt_ccc port pref works; proto_reg_handoff's: gen'l cleanup.Bill Meier1-26/+35
2008-08-01From stéphane bryant:Anders Broman1-0/+1
2008-07-11prefs_register_uint_preference() takes as its argument a pointer to a uint, n...Jeff Morriss1-7/+7
2008-07-11In a call to proto_tree_add_bytes_format(): actually pass a pointer to the st...Jeff Morriss1-34/+34
2008-04-27From Alon Tal:Jaap Keuter1-1/+4
2008-04-23From Peter Fuller:Jaap Keuter1-5/+5
2008-03-07Adjust the RTP heuristic dissector:Martin Mathieson1-15/+21
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-2/+2
2008-02-25Avoid misreporting of cryto state of RTP payload.Jaap Keuter1-4/+7
2008-01-09#ifdef DEBUG around left-over printfs. Should these just be deleted?Martin Mathieson1-0/+2
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa1-0/+2
2008-01-06Fix for bug 2026:Jaap Keuter1-18/+10
2007-12-23From Andreas St:Jaap Keuter1-0/+15
2007-12-12- register RFC 2198 as RTP dynamic payload type "red"Tomas Kukosa1-5/+22
2007-11-02display SRTP isntead of RTP if stream is established like a SRTPTomas Kukosa1-1/+6
2007-09-13Allow for full size setup method name.Jaap Keuter1-2/+2
2007-08-21From Neil Piercy:Jaap Keuter1-6/+95
2007-07-23Make contributing items and hdr extensions proper fields.Martin Mathieson1-3/+33
2007-05-31From Lars Ruoff:Stephen Fisher1-4/+4
2007-02-23From Charles Lepple:Anders Broman1-2/+2
2007-02-22From Richard van der Hoff:Anders Broman1-4/+5
2007-02-21From Richard van der Hoff:Anders Broman1-9/+411
2007-02-16Make RFC2198 pt preference work (wasn't callingMartin Mathieson1-9/+19
2007-02-01Don't call subdissector for dynamic PT based on PT number if conversation inf...Anders Broman1-2/+12
2006-10-02Set correct length for extensions rootMartin Mathieson1-1/+1
2006-06-27the 1st very simple attempt to support RFC 2198 Redundant Audio DataTomas Kukosa1-1/+138
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-02-09ntp_fmt_ts() doesn't take two arguments any more.Gerald Combs1-7/+5
2006-02-09Add support for PacketCable CCC-encapsulated RTP data, described inGerald Combs1-1/+114
2006-01-31Fix description of version0_type, now that it also supports T.38.Guy Harris1-1/+1
2006-01-29Add an option to dissect purported RTP packets with a version number ofGuy Harris1-0/+12
2005-11-05Packet-amr Register as "AMR" not "amr".Anders Broman1-1/+4
2005-10-27remove a strcpy callRonnie Sahlberg1-1/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-05For SNMP, malloc memory that we're going to free later. Fixes bug 406.Gerald Combs1-8/+0
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