aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-12Put back in one of the includes removed in r36606: ctype.h for isdigit()Stephen Fisher1-0/+2
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 1034;Bill Meier1-32/+28
2011-03-23Remove static that was added to appease Coverity 753. 2016 bytes isn't too mu...Martin Mathieson1-1/+1
2011-03-22Make a struct static to avoid growing the stack too much.Martin Mathieson1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-11-08Use value_string_ext for RTP payload types.Anders Broman1-2/+2
2010-09-18Fix for bug 5220:Jaap Keuter1-13/+24
2010-08-11Update the comment.Anders Broman1-1/+1
2010-08-11Add a warning message if H264 profile-level-id parameter wasn'tAnders Broman1-3/+5
2010-08-11Added check for valid tvb before calling tvb_length().Stig Bjørlykke1-2/+4
2010-08-11Add a komment about the format of the MSRP path parameter.Anders Broman1-1/+17
2010-06-11Fix: Malformed packet if port is missing from path.Anders Broman1-11/+13
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-48/+49
2010-04-14Fix the buildJeff Morriss1-11/+13
2010-04-14Use the sample rate from SDP info in RTP stream analysis.Anders Broman1-14/+28
2010-04-13Extract encoding name and sample rateAnders Broman1-10/+19
2010-03-08Make tvb_pbrk_guint8() return the found needle.Anders Broman1-2/+2
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-348/+348
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke1-0/+2
2009-11-19Instead of initializing the Media Format name to NULL, set it toGerald Combs1-1/+2
2009-10-06From Didier Gautheron:Anders Broman1-1/+2
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...Anders Broman1-2/+11
2009-05-13Apply some of the patches from:Anders Broman1-8/+4
2009-03-31Change to prevent "off-the-end" array access if invalid payload-type/media-fo...Bill Meier1-0/+6
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-1/+2
2009-03-29Handle the case when FMTP parameters are "out-of-order".Anders Broman1-72/+78
2009-03-29More size_t casts.Anders Broman1-2/+2
2009-03-29More size_t casts.Anders Broman1-4/+4
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2009-02-02Set item generated.Anders Broman1-0/+1
2009-01-19Dissect H263-1998/2000 LevelAnders Broman1-1/+29
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