aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13Some more spellings in dissector commentsMartin Mathieson1-1/+1
2024-01-31Fix some spelling errorsMartin Mathieson1-1/+1
2024-01-30RTCP: Implement Profile Specific Extensions as a payload tableJohn Thacker1-115/+161
2023-12-15RTCP: extend list of transport layer feedback formatsJaap Keuter1-15/+45
2023-11-23RTCP: Add MCPTT values from TS 24.380 V17.7.0Jaap Keuter1-4/+17
2023-11-20Remove init of proto variablesStig Bjørlykke1-348/+348
2023-11-17dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-2/+2
2023-07-03RTCP: fix dissection of Slice Loss IndicationPascal Quantin1-1/+1
2023-06-15Set more full mask fields to 0x0Martin Mathieson1-1/+1
2023-05-29More testing of check_dissector.pyMartin Mathieson1-1/+0
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-1/+1
2023-02-20Check that value_string values fit into field widthMartin Mathieson1-1/+1
2022-10-20rtcp: Use setup_frame_number to look for conversationsJohn Thacker1-2/+2
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-7/+7
2022-06-20MCPTT: Fix dissection of FC Reject Phase fieldAndoni Diaz de Cerio1-6/+2
2022-06-16RTCP: ensure that at least two bytes are captured for heuristic checksPascal Quantin1-0/+3
2022-06-13MCPTT: Fix dissection of Track Info fieldAndoni Diaz de Cerio1-0/+10
2022-05-22Some check_typed_item_calls.py warning fixes.Martin Mathieson1-1/+1
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