summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-26SDP: Restore usability of conversation debug feature.Jaap Keuter1-4/+4
2016-06-30SDP: Fix warnings [-Wcast-qual]João Valverde1-3/+3
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-73/+51
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-5/+5
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-8/+10
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-10/+8
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-8/+10
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-16/+16
2016-01-21SDP: Fix warnings [-Wcast-qual]João Valverde1-2/+2
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