Use the sample rate from SDP info in RTP stream analysis.
[obnox/wireshark/wip.git] / epan / dissectors / packet-sdp.c
2010-04-14 etxrabUse the sample rate from SDP info in RTP stream analysis.
2010-04-13 etxrabExtract encoding name and sample rate
2010-03-09 guyMark unused arguments.
2010-01-22 wmeierFixes for gcc -Wshadow warnings; Fix indentation and...
2010-01-13 etxrabFrom Didier Gautheron:
2009-11-23 stigGuard #include <sys/types.h> with HAVE_SYS_TYPES_H.
2009-11-19 geraldInstead of initializing the Media Format name to NULL...
2009-10-06 etxrabFrom Didier Gautheron:
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-08-21 krjSanitize epan includes
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-19 etxrabGet info about media type(Video or not) a first step...
2009-05-13 etxrabApply some of the patches from:
2009-03-31 wmeierChange to prevent "off-the-end" array access if invalid...
2009-03-29 wmeierDefine certain fcns as static (if not used externally).
2009-03-29 etxrabHandle the case when FMTP parameters are "out-of-order".
2009-03-29 etxrabMore size_t casts.
2009-03-29 etxrabMore size_t casts.
2009-02-06 wmeier#include <conversation.h> not req'd ....
2009-02-02 etxrabSet item generated.
2009-01-19 etxrabDissect H263-1998/2000 Level
2008-12-08 etxrabAccept leading space, payload type name is case insensi...
2008-11-11 etxrabDissect part ofconfiguration parameter in SDP for MP4V-ES.
2008-08-03 etxrabMove common code to base64.c
2008-07-29 etxrabUpdate mimetype_and_clock_map and ad samle rate to...
2008-05-20 martinmMinor formatting improvements.
2008-05-08 martinmStop using deprecated functions identified by checkAPIs...
2008-04-07 sfisher- Remove GLIB1 code
2008-02-07 stigRemoved even more "statement not reached" warnings.
2007-12-15 martinmFix preference text (SDP isn't only carried over SIP).
2007-12-12 etxrabtvbuff.c - fix abug if reading last byte in tvb
2007-12-10 etxrabDecode more of H264 info in SDP.
2007-12-04 jakeRemove superfluous buffer allocation.
2007-12-04 etxrabUse common code for ASCII -> tvb.
2007-12-03 etxrabFetch all fmtp parameters.
2007-12-03 sahlbergmark two unused parameters as _U_
2007-12-03 etxrabDissect RTP payload of H.264 and SDP profile-leve-id...
2007-11-02 kukosasetup SRTP stream for RTP/SAVP media protocol
2007-09-04 sahlbergwe dont have g_hash_table_new_full() on gtk1
2007-09-04 etxrabFrom Stas Maximov:
2007-08-17 morrissReplace a couple more calls to tvb_get_string() with...
2007-08-15 morriss- s/ntohs/g_ntohs
2007-07-17 martinmShow malformed SDP line as an expert item
2007-05-01 etxrabSplit out common asn1 stuff to asn1.h and include that...
2007-04-10 etxrabAdd a reference.
2007-03-05 etxrabFrom Mikael Magnusson:
2007-03-01 legoThose two spaces before sdp were bctp (Q.1990), a proto...
2007-02-24 legohave sdp ignoring useless caracters efore the first...
2006-12-05 etxrabFix a cut and paste error.
2006-12-04 etxrabAdd description of CT AS TIAS and H263-2000 profile.
2006-11-03 etxrabDissect h324ext_h223lcparm.
2006-10-27 martinmCast away most remaining warnings.
2006-10-27 martinmMore warnings
2006-10-26 martinmMore warnings...
2006-09-04 etxrabFix(?) bug bugs.wireshark.org/bugzilla/show_bug.cgi...
2006-07-28 etxrabFrom Martin Mathieson:
2006-06-03 etxrabFrom Martin Mathieson:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-03 etxrabFrom Andrei Emeltchenko:
2006-04-29 guyClean up indentation; use 2-space indentation throughout.
2006-04-28 etxrabCheck Payload type before dissecting fmtp parameters.
2006-04-26 etxrabAdd dissection of MPEG4 fmtp parameter.
2006-01-19 geraldMake sure we don't use the ADNS version of inet_aton...
2006-01-15 jakeHi All,
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-08-17 sahlbergreplace g_malloc() with ep_alloc() for ftp and sdp
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-02 sahlbergremove a pointless g_strdup
2005-07-29 sahlbergsome more ememification of tvb_get_string()
2005-07-24 sahlbergsome more ep_tvb_get_string updates
2005-06-22 legoadd ipbcp attribute as in Q.1970
2005-04-24 lrolandFrom Alejandro Vaquero:
2005-03-30 etxrabFrom Ulf Lamping:
2005-03-29 etxrabFrom Martin Mathieson:
2005-03-27 etxrabPrevious commit failed doing them one by one.
2005-03-10 legoFrom Alejandro Vaquero:
2005-03-06 jmayerWarning fix:
2005-02-02 etxrabFrom Jon Ringle:
2005-02-01 lrolandFrom Alejandro Vaquero:
2005-01-05 guyFrom Chris Maynard: don't extract strings with "tvb_get...
2004-11-24 guyFrom Francisco Alcoba: handle RTP over IPv6.
2004-10-22 guyFrom Alejandro Vaquero: start T.38 conversations for...
2004-08-30 guyPass an "address *" to "rtp_add_address()" and "rtcp_ad...
2004-07-18 gramMove dissectors to epan/dissectors directory.