summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-08Accept leading space, payload type name is case insensitive.Anders Broman1-12/+23
2008-11-11Dissect part ofconfiguration parameter in SDP for MP4V-ES.Anders Broman1-102/+44
2008-08-03Move common code to base64.cAnders Broman1-19/+0
2008-07-29Update mimetype_and_clock_map and ad samle rate to sdp.Anders Broman1-0/+11
2008-05-20Minor formatting improvements.Martin Mathieson1-5/+6
2008-05-08Stop using deprecated functions identified by checkAPIs script.Martin Mathieson1-6/+9
2008-04-07- Remove GLIB1 codeStephen Fisher1-5/+0
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0
2007-12-15Fix preference text (SDP isn't only carried over SIP).Martin Mathieson1-4/+7
2007-12-12tvbuff.c - fix abug if reading last byte in tvbAnders Broman1-31/+35
2007-12-10Decode more of H264 info in SDP.Anders Broman1-9/+81
2007-12-04Remove superfluous buffer allocation.Jaap Keuter1-1/+0
2007-12-04Use common code for ASCII -> tvb.Anders Broman1-72/+10
2007-12-03Fetch all fmtp parameters.Anders Broman1-17/+8
2007-12-03mark two unused parameters as _U_Ronnie Sahlberg1-1/+1
2007-12-03Dissect RTP payload of H.264 and SDP profile-leve-id for H.264.Anders Broman1-12/+90
2007-11-02setup SRTP stream for RTP/SAVP media protocol Tomas Kukosa1-4/+13
2007-09-04we dont have g_hash_table_new_full() on gtk1Ronnie Sahlberg1-0/+5
2007-09-04From Stas Maximov:Anders Broman1-5/+6
2007-08-17Replace a couple more calls to tvb_get_string() with tvb_get_ephemeral_string...Jeff Morriss1-1/+1
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-35/+35
2007-07-17Show malformed SDP line as an expert itemMartin Mathieson1-1/+4
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