aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-26Fix a bunch of warnings.Guy Harris1-9/+9
2012-12-03Try to fix packet-sdp.c:1542: warning: 'parameter_item' may be used uninitial...Anders Broman1-1/+1
2012-12-03Protect against malformed crypto-suite parameters.Anders Broman1-8/+13
2012-11-26Back out the SDP part of r46165 "Set up BFCP conversations".Anders Broman1-40/+0
2012-11-24Set up BFCP conversationsAnders Broman1-0/+40
2012-10-09As ths SDP dissector adds /SDP to the protocol column I think thatAnders Broman1-2/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-17Handle SDP_CRYPTO optional parameters better.Anders Broman1-147/+158
2012-08-19use session allocated memory for rtp_add_address/srtp_add_address hash tablesMichael Mann1-16/+7
2012-08-03Fix fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss1-3/+5
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-2/+2
2012-07-21Additional cleanup:Bill Meier1-20/+13
2012-07-21Because storing the address of a stack variable seemed like suchEvan Huus1-1/+4
2012-07-21Fix some of the GCC build errors, more to come.Evan Huus1-2/+4
2012-07-21Updated patch from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3507Michael Mann1-3/+33
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-13General cleanup:Bill Meier1-952/+1034
2012-05-07From Evan Huus:Bill Meier1-2/+4
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-2/+2
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-20/+1
2012-02-01Collect and use some SRTP information.Anders Broman1-3/+59
2012-01-30Fix infinite loop reported in https://bugs.wireshark.org/bugzilla/show_bug.cg...Jeff Morriss1-74/+79
2012-01-26Dissect the crypto attribute.Anders Broman1-291/+448
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-40/+40
2011-10-11Avoid longjmp warning by making adding volatile.Martin Mathieson1-4/+4
2011-10-07- Put a TRY/CATCH block around dissect_h264_nal_unit() in caseAnders Broman1-7/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-4/+7
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