aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Add "rtp handle protection" inside srtp_add_address/rtp_add_address/bluetooth...Michael Mann1-16/+12
2013-11-12Add "T.38 handle protection" inside t38_add_address() so dissectors calling i...Michael Mann1-6/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-36/+36
2013-08-23Purge some emem.Evan Huus1-35/+24
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-2/+2
2013-07-16"man inet_pton" only says that it returns a negative value, zero or a postive...Chris Maynard1-46/+46
2013-05-27Batch of filterable expert infosMichael Mann1-4/+13
2013-05-15SDP adds per-packet-data twice, refactor to not use per-packet data.Anders Broman1-10/+9
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-4/+4
2013-03-18From beroset:Anders Broman1-12/+14
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-7/+4
2013-02-18For each dynamic-payload hash table, keep a Boolean indicating whetherGuy Harris1-16/+36
2013-02-17Only allow one packet to act as an SDP response. This should probably be cau...Michael Mann1-2/+3
2013-02-14Fix crash with SDP setup mechanism, bug 8323 (https://bugs.wireshark.org/bugz...Michael Mann1-1/+7
2013-02-13Fix Coverity 980630, negative array index read.Michael Mann1-3/+13
2013-02-08Handle SIP "resends" within SDP. This is to handle "duplicate" OFFERs so the...Michael Mann1-0/+12
2013-02-08Use glib's isdigit function.Evan Huus1-1/+1
2013-02-08Support SDP context over SIP.Michael Mann1-477/+767
2013-01-25Fix dissection of path ["/" session-id] is optional.Anders Broman1-1/+4
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