Add a inflateEnd() call to free up the stream in the re-init block.
[obnox/wireshark/wip.git] / epan / dissectors / packet-sdp.c
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.