aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opus.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-09opus: Use BASE_ALLOW_ZERO for frame dataJohn Thacker1-2/+2
2024-03-08opus: Fix dissection of payloads with multiple Opus framesJohn Thacker1-13/+22
2023-11-20Remove init of proto variablesStig Bjørlykke1-21/+21
2023-07-06opus: Fix padding handlingJohn Thacker1-5/+37
2023-03-23Address more warnings from check_typed_item_calls.pyMartin Mathieson1-3/+3
2023-01-12opus: Fix TOC configuration parameter definitionsYDKK1-6/+6
2022-09-26opus: Don't overflow a signed 16-bit integerJohn Thacker1-1/+1
2022-07-31prefs: Convert most RTP dissectors to use "auto" PT preferencesJohn Thacker1-22/+4
2021-05-27opus: fix dissector error for win32 buildLin Sun1-2/+2
2021-05-27opus: fix build error on MacOS for commit ecd1ab5b23Lin Sun1-1/+1
2021-05-26opus: improve dissection of opusLin Sun1-30/+231
2021-03-01[dissector] add dissector for OPUS packet supportLin Sun1-0/+271