aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-10/+10
2009-08-29Replace "repeated blurb" by NULL in two cases;wmeier1-3/+4
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-11/+3
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-24/+24
2009-05-25From Michael Lum:jake1-2/+2
2009-05-20From Alex Lindberg via bug 3094:gerald1-29/+101
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...etxrab1-3/+11
2009-04-13Section 11 of RFC 3550, "RTP over Network and Transport Protocols",guy1-2/+2
2009-03-29More size_t casts.etxrab1-9/+9
2009-03-22(Minor) Change a g_snprint to a g_strlcpy;wmeier1-3/+2
2009-03-06Adjust some indentation; reformat a line or two.wmeier1-18/+20
2009-02-12dissect_rtp_heur: prevent a 'false positive' when trying stun dissection.wmeier1-4/+6
2008-12-19Back out r27047 and r27053.gerald1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-1/+1
2008-10-13Back out the expert info - it's wrong.etxrab1-16/+1
2008-10-11Add an expert item if src port = dst port.etxrab1-2/+17
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