aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-5/+5
2022-02-08Tidy up some masks in items.Martin Mathieson1-2/+2
2022-01-31RTCP: Reject packets with unsupported versionJohn Thacker1-1/+43
2022-01-25RTCP: Don't always Decode As SRTCPJohn Thacker1-6/+45
2022-01-19SRTCP: Warn about undecoded, not length errorJohn Thacker1-13/+18
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-15RTCP: fixed a possible sigsegvAndersBroman1-4/+6
2021-12-14RTCP: Make it possible to do decode as SRTCPAndersBroman1-16/+70
2021-11-02RTP/RTCP: Update commentsJohn Thacker1-4/+8
2021-09-22Fix the lengths of some masks.Martin Mathieson1-1/+1
2021-09-17RTCP:Fix dissection of MBMS Subchannel fieldAnders Broman1-5/+10
2021-09-03Some spelling fixesMartin Mathieson1-7/+7
2021-09-03RTCP: Fix padding dissection in transport feedbackNatale Patriciello1-4/+5
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-8/+8
2021-07-08check_typed_item_calls.py Some more mask checksMartin Mathieson1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-02-22RTCP detect non zero padding and dont dissect zero lengthAnders Broman1-204/+211
2020-11-10RTCP: try to continue dissection with partial SRTCP packetJaap Keuter1-1/+1
2020-11-05RTCP: Initialize padding_itemJohn Thacker1-1/+1
2020-11-05RTCP: expert item on non-final packet padding flagJaap Keuter1-2/+10
2020-11-01RTCP: Extended Reports: check for paddingUli Heilmeier1-2/+10
2020-10-20RTCP: Fix length of PTT participant refMartin Mathieson1-1/+1
2020-09-29RTCP: Add dissection of Application mccp TS 24.380Anders Broman1-23/+238
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-2/+2
2020-07-20RTP/RTCP: remove port number check from heuristicsNardi Ivan1-13/+1
2020-07-14RTCP: Add few remaining AVB specific fieldsJaap Keuter1-6/+33
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-04-02RTCP: Fix wrong value in rtcp_mcpt_field_id_vals (Queued User ID)Martin Mathieson1-1/+1
2020-03-22RTCP: contain BYE packet dissection to its stated lengthJaap Keuter1-3/+3
2020-03-17rtcp: extend mantissa and bitrate to 64 bit.Dario Lombardo1-3/+3
2020-03-10RTCP: Add mor expert info for Application data.Anders Broman1-68/+125
2020-01-23RTCP: fix packet length check when having unhandled application dataPascal Quantin1-0/+2
2019-12-25rtcp: Extend AVB RTCP (IEEE1733) to decode AS Timestamp and Sequence IdAlexander Meier1-4/+35
2019-12-14RTCP/MCPT: Limit list of SSRCs (CID 1455251)Jaap Keuter1-0/+1
2019-12-03RTCP: Add expert info.Anders Broman1-2/+17
2019-11-29RTCP:MCPTT fix while loop and location info.Anders Broman1-3/+10
2019-11-07RTCP: MCPTT add more dissection.Anders Broman1-3/+168
2019-11-06RTCP: Fix dead store (Dead assignement/Dead increment)Anders Broman1-37/+0
2019-11-06rtcp: Fix Dead StoreAlexis La Goutte1-22/+0
2019-11-05RTCP: Dissect more MCPTT elements.Anders Broman1-1/+113
2019-11-04RTCP: fix an infinite loop (CID 1455251)Pascal Quantin1-2/+2
2019-10-31RTCP:Improve dissection of Mission Critical Push To Talk (MCPTT)Anders Broman1-16/+272
2019-10-30RTCP: Remove unused hf.Anders Broman1-13/+0
2019-10-30RTCP:Improve dissection of Mission Critical Push To Talk (MCPTT)Anders Broman1-484/+632
2019-08-29Add proto_tree_add_item_ret_time_stringMichael Mann1-6/+3
2019-08-20RTCP: fix reference time typeAlexis La Goutte1-2/+2
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-11/+13
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-11RTCP XR RR: fix dissection of timestamp field.Aymeric Moizard1-1/+1