aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-18Fix for bug 5220:Jaap Keuter1-13/+24
- Don't list codecs which are deleted by using port 0. - Use real concatenation i.s.o. reprint, which seems to fail in some circumstances. svn path=/trunk/; revision=34154
2010-08-11Update the comment.Anders Broman1-1/+1
svn path=/trunk/; revision=33777
2010-08-11Add a warning message if H264 profile-level-id parameter wasn'tAnders Broman1-3/+5
posible to parse. svn path=/trunk/; revision=33776
2010-08-11Added check for valid tvb before calling tvb_length().Stig Bjørlykke1-2/+4
svn path=/trunk/; revision=33774
2010-08-11Add a komment about the format of the MSRP path parameter.Anders Broman1-1/+17
svn path=/trunk/; revision=33764
2010-06-11Fix: Malformed packet if port is missing from path.Anders Broman1-11/+13
svn path=/trunk/; revision=33209
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
svn path=/trunk/; revision=33012
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-48/+49
svn path=/trunk/; revision=32735
2010-04-14Fix the buildJeff Morriss1-11/+13
svn path=/trunk/; revision=32467
2010-04-14Use the sample rate from SDP info in RTP stream analysis.Anders Broman1-14/+28
svn path=/trunk/; revision=32466
2010-04-13Extract encoding name and sample rateAnders Broman1-10/+19
i.e "AMR/8000" This string can then be put in the hastable, extracted by packet-rtp.c and split into "AMR" and "8000" sample rate can then be a part of rtp_info and get rid of the clock rate maping. (I have some problem splitting the string, help apreciated) :-) svn path=/trunk/; revision=32455
2010-03-08Make tvb_pbrk_guint8() return the found needle.Anders Broman1-2/+2
svn path=/trunk/; revision=32144
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup ↵Bill Meier1-348/+348
in a few cases. svn path=/trunk/; revision=31617
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
check_col.diff Remove redundant calls to check_col() if it guards only one columns function with one parameter after the column type. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 svn path=/trunk/; revision=31519
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=31053
2009-11-19Instead of initializing the Media Format name to NULL, set it toGerald Combs1-1/+2
"Unknown". This keeps us from crashing on some platforms if we have an unknown media format ID. svn path=/trunk/; revision=31011
2009-10-06From Didier Gautheron:Anders Broman1-1/+2
ep memory can't be used for tvbs defined as data_source. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4054 svn path=/trunk/; revision=30376
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
* Remove check_col guards svn path=/trunk/; revision=30127
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
svn path=/trunk/; revision=29568
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29499
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29446
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp ↵Anders Broman1-2/+11
statistics. svn path=/trunk/; revision=28415
2009-05-13Apply some of the patches from:Anders Broman1-8/+4
http://wiki.wireshark.org/Development/Optimization svn path=/trunk/; revision=28356
2009-03-31Change to prevent "off-the-end" array access if invalid ↵Bill Meier1-0/+6
payload-type/media-format; Prevents crash as reported in bug 3373: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3373) svn path=/trunk/; revision=27917
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-1/+2
Also: whiule we're at it: - fix hf[] blurbs as appropriate to use NULL; - fix some indentation svn path=/trunk/; revision=27890
2009-03-29Handle the case when FMTP parameters are "out-of-order".Anders Broman1-72/+78
- - Use NULL instead of repeated text in blurb in hf[]; svn path=/trunk/; revision=27889
2009-03-29More size_t casts.Anders Broman1-2/+2
svn path=/trunk/; revision=27880
2009-03-29More size_t casts.Anders Broman1-4/+4
svn path=/trunk/; revision=27879
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
svn path=/trunk/; revision=27389
2009-02-02Set item generated.Anders Broman1-0/+1
svn path=/trunk/; revision=27352
2009-01-19Dissect H263-1998/2000 LevelAnders Broman1-1/+29
svn path=/trunk/; revision=27267
2008-12-08Accept leading space, payload type name is case insensitive.Anders Broman1-12/+23
svn path=/trunk/; revision=26938
2008-11-11Dissect part ofconfiguration parameter in SDP for MP4V-ES.Anders Broman1-102/+44
svn path=/trunk/; revision=26754
2008-08-03Move common code to base64.cAnders Broman1-19/+0
svn path=/trunk/; revision=25908
2008-07-29Update mimetype_and_clock_map and ad samle rate to sdp.Anders Broman1-0/+11
svn path=/trunk/; revision=25860
2008-05-20Minor formatting improvements.Martin Mathieson1-5/+6
svn path=/trunk/; revision=25324
2008-05-08Stop using deprecated functions identified by checkAPIs script.Martin Mathieson1-6/+9
svn path=/trunk/; revision=25258
2008-04-07- Remove GLIB1 codeStephen Fisher1-5/+0
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0
svn path=/trunk/; revision=24286
2007-12-15Fix preference text (SDP isn't only carried over SIP).Martin Mathieson1-4/+7
svn path=/trunk/; revision=23876
2007-12-12tvbuff.c - fix abug if reading last byte in tvbAnders Broman1-31/+35
Further H.264 decoding in SDP svn path=/trunk/; revision=23847
2007-12-10Decode more of H264 info in SDP.Anders Broman1-9/+81
svn path=/trunk/; revision=23832
2007-12-04Remove superfluous buffer allocation.Jaap Keuter1-1/+0
svn path=/trunk/; revision=23742
2007-12-04Use common code for ASCII -> tvb.Anders Broman1-72/+10
svn path=/trunk/; revision=23741
2007-12-03Fetch all fmtp parameters.Anders Broman1-17/+8
svn path=/trunk/; revision=23724
2007-12-03mark two unused parameters as _U_Ronnie Sahlberg1-1/+1
svn path=/trunk/; revision=23717
2007-12-03Dissect RTP payload of H.264 and SDP profile-leve-id for H.264.Anders Broman1-12/+90
svn path=/trunk/; revision=23709
2007-11-02setup SRTP stream for RTP/SAVP media protocol Tomas Kukosa1-4/+13
svn path=/trunk/; revision=23336
2007-09-04we dont have g_hash_table_new_full() on gtk1Ronnie Sahlberg1-0/+5
use g_hash_table_new() on gtk1 and leak memory instead this should actually a be using an se_tree instead of hashtables svn path=/trunk/; revision=22789