aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-04-10Add a reference.Anders Broman1-0/+1
2007-03-05From Mikael Magnusson:Anders Broman1-5/+108
2007-03-01Those two spaces before sdp were bctp (Q.1990), a protocol conveniently encod...Luis Ontanon1-7/+1
2007-02-24have sdp ignoring useless caracters efore the first element (this is a hack t...Luis Ontanon1-1/+11
2006-12-05Fix a cut and paste error.Anders Broman1-1/+0
2006-12-04Add description of CT AS TIAS and H263-2000 profile.Anders Broman1-3/+55
2006-11-03Dissect h324ext_h223lcparm.Anders Broman1-129/+257
2006-10-27Cast away most remaining warnings.Martin Mathieson1-8/+7
2006-10-27More warningsMartin Mathieson1-14/+14
2006-10-26More warnings...Martin Mathieson1-11/+17
2006-09-04Fix(?) bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1042Anders Broman1-3/+2
2006-07-28From Martin Mathieson:Anders Broman1-25/+91
2006-06-03From Martin Mathieson:Anders Broman1-4/+37
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-03From Andrei Emeltchenko:Anders Broman1-5/+26
2006-04-29Clean up indentation; use 2-space indentation throughout.Guy Harris1-678/+672
2006-04-28Check Payload type before dissecting fmtp parameters.Anders Broman1-12/+24
2006-04-26Add dissection of MPEG4 fmtp parameter.Anders Broman1-11/+191
2006-01-19Make sure we don't use the ADNS version of inet_aton; it's broken.Gerald Combs1-3/+0
2006-01-15Hi All,Jaap Keuter1-5/+8
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-17replace g_malloc() with ep_alloc() for ftp and sdpRonnie Sahlberg1-2/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-11/+11
2005-08-02remove a pointless g_strdupRonnie Sahlberg1-1/+1
2005-07-29some more ememification of tvb_get_string()Ronnie Sahlberg1-15/+6
2005-07-24some more ep_tvb_get_string updatesRonnie Sahlberg1-13/+6
2005-06-22add ipbcp attribute as in Q.1970Luis Ontanon1-5/+50
2005-04-24From Alejandro Vaquero:Lars Roland1-37/+75
2005-03-30From Ulf Lamping:Anders Broman1-1/+1
2005-03-29From Martin Mathieson:Anders Broman1-1/+1
2005-03-27Previous commit failed doing them one by one.Anders Broman1-9/+40
2005-03-10From Alejandro Vaquero:Luis Ontanon1-4/+42
2005-03-06Warning fix:Jörg Mayer1-1/+0
2005-02-02From Jon Ringle:Anders Broman1-4/+6
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+17
2005-01-05From Chris Maynard: don't extract strings with "tvb_get_string()" ifGuy Harris1-6/+8
2004-11-24From Francisco Alcoba: handle RTP over IPv6.Guy Harris1-30/+41
2004-10-22From Alejandro Vaquero: start T.38 conversations for SDP sessions.Guy Harris1-2/+19
2004-08-30Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soGuy Harris1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1154