aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-19use session allocated memory for rtp_add_address/srtp_add_address hash tablesmmann1-16/+7
2012-08-03Fix fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi...morriss1-3/+5
2012-07-22Update display filter names per Bug 2794. Part 1 of many.mmann1-2/+2
2012-07-21Additional cleanup:wmeier1-20/+13
2012-07-21Because storing the address of a stack variable seemed like sucheapache1-1/+4
2012-07-21Fix some of the GCC build errors, more to come.eapache1-2/+4
2012-07-21Updated patch from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3507mmann1-3/+33
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-953/+1037
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-20/+1
2012-02-01Collect and use some SRTP information.etxrab1-3/+59
2012-01-30Fix infinite loop reported in https://bugs.wireshark.org/bugzilla/show_bug.cg...morriss1-74/+79
2012-01-26Dissect the crypto attribute.etxrab1-291/+448
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-40/+40
2011-10-11Avoid longjmp warning by making adding volatile.martinm1-4/+4
2011-10-07- Put a TRY/CATCH block around dissect_h264_nal_unit() in caseetxrab1-7/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+0
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-4/+7
2011-04-12Put back in one of the includes removed in r36606: ctype.h for isdigit()sfisher1-0/+2
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 1034;wmeier1-32/+28
2011-03-23Remove static that was added to appease Coverity 753. 2016 bytes isn't too mu...martinm1-1/+1
2011-03-22Make a struct static to avoid growing the stack too much.martinm1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-11-08Use value_string_ext for RTP payload types.etxrab1-2/+2
2010-09-18Fix for bug 5220:jake1-13/+24
2010-08-11Update the comment.etxrab1-1/+1
2010-08-11Add a warning message if H264 profile-level-id parameter wasn'tetxrab1-3/+5
2010-08-11Added check for valid tvb before calling tvb_length().stig1-2/+4
2010-08-11Add a komment about the format of the MSRP path parameter.etxrab1-1/+17
2010-06-11Fix: Malformed packet if port is missing from path.etxrab1-11/+13
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-48/+49
2010-04-14Fix the buildmorriss1-11/+13
2010-04-14Use the sample rate from SDP info in RTP stream analysis.etxrab1-14/+28
2010-04-13Extract encoding name and sample rateetxrab1-10/+19
2010-03-09Mark unused arguments.guy1-2/+2
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...wmeier1-348/+348
2010-01-13From Didier Gautheron:etxrab1-4/+2
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.stig1-0/+2
2009-11-19Instead of initializing the Media Format name to NULL, set it togerald1-1/+2
2009-10-06From Didier Gautheron:etxrab1-1/+2
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...etxrab1-2/+11