aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-5/+5
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+2
2014-04-07Fix Bug 9958: 'SDP displays double spaces between payload formats as a 0 payl...Hadriel Kaplan1-98/+162
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-3/+3
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan1-76/+31
2014-04-01For now use UTF-8 for all strings for performance reasons.AndersBroman1-78/+78
2014-03-28tvb_get_ascii_string is really expensive. On a large capture file which IAndersBroman1-32/+32
2014-03-21Fix using '%hh' for printf format because MS Visual C++ is lameHadriel Kaplan1-6/+12
2014-03-21Add debug printing functions for conversations, sip, sdp, rtpHadriel Kaplan1-23/+309
2014-03-19Fix Bug 9885: 'Buildbot crash output: fuzz-2014-03-14-15333.pcap'Hadriel Kaplan1-0/+12
2014-03-12Fix bug 9021: 'RTP not decoded inside the conversation in v.1.10.1'Hadriel Kaplan1-4/+17
2014-03-12Fix whitespace tabs to spaces, indent by 4, modelinesHadriel Kaplan1-2183/+2201
2014-03-07Fix bug 9835 disabled second media stream disables all media streamsHadriel Kaplan1-15/+25
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-21New functions: str_to_ip6(), str_to_ip()Jakub Zawadzki1-26/+4
2013-12-21Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki1-1/+0
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-11- Make local functions static.Anders Broman1-0/+3
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