aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
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