aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-31RTCP:Improve dissection of Mission Critical Push To Talk (MCPTT)Anders Broman1-8/+10
2019-10-30SDP: Handle MCPTT fmtp parameter.Anders Broman1-11/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-23SDP: show rtcp and rtcp-mux media attribute valuesJaap Keuter1-0/+4
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-12/+12
2019-03-27SIP: Add a preference to hide the generated/trace Call IDAnders Broman1-0/+6
2019-01-23SDP: fix memleak of "trace_id"Peter Wu1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-12-03RTP: Restructure call id handling.Anders Broman1-0/+3
2018-12-03SDP: Show callid from all call legs with the same RTP cpnversation.Anders Broman1-0/+22
2018-11-29Add sip_call_id filter to RTP stream.Anders Broman1-8/+18
2018-07-18H.265: Parsing media format specific parameter from SDP.Asaf Kave1-0/+21
2018-05-03SDP: do not assume that media_desc pointer is always setPascal Quantin1-3/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-30SDP/RTP: Support for "bundled" media.Robert Jongbloed1-7/+59
2018-01-24SDP: Added support for "a=rtcp" and "a=rtcp-mux".Robert Jongbloed1-5/+20
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-05-19SDP: Handle incomplete media attributesJaap Keuter1-6/+10
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-12-18SIP/SDP, RTP: Dissectors shows information about ED-137 related states of rad...Jiri Novak1-5/+66
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-2/+2
2016-12-08sdp: decode pt for more RTP transport protocolsPeter Wu1-23/+32
2016-12-07sdp: replace bitmask by enum for transport protocolPeter Wu1-28/+28
2016-12-06SDP: Fix compiler warningMichael Mann1-2/+2
2016-12-06sdp: refactor session/media level handling of attributesPeter Wu1-404/+404
2016-12-06SDP: reduce code duplicationPeter Wu1-230/+140
2016-12-06SDP: add basic ICE candidate attribute dissection (RFC 5245)Peter Wu1-2/+151
2016-11-16SDP: Payload type name for dynamic payload is wrong for reverse RTP channelsnovakji1-39/+13
2016-11-13Allocate transport_info->encoding_name from correct memory poolnovakji1-2/+4
2016-10-18sdp: use ws_strtou function.Dario Lombardo1-20/+90
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