aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-24Make dissect_mp4ves_config a real dissector to be called by SDPMichael Mann1-4/+4
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-25SDP: protect against out of bounds accessPascal Quantin1-1/+1
2015-09-11Bug fix of missing "RTP arrow" in the Flow graph of VoIP calls.Michal Pazdera1-4/+12
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-10/+10
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-7/+7
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin1-2/+2
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-2/+10
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-2/+2
2015-01-30SDP: add ability to display port as a stringPascal Quantin1-4/+21
2015-01-29SDP: check that media format starts with a digit before trying to identify me...Pascal Quantin1-9/+14
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin1-1/+1
2014-11-20Eliminate proto_tree_add_text from some dissectors.Michael Mann1-10/+28
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-2/+2
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-07-06H264: Add support of packetization modes, SVC, MS-H264Britt McKinley1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
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