aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-evs.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-09EVS: improve info column displayPascal Quantin1-1/+4
2022-11-09EVS: add an option to force decoding as Header-Full format onlyPascal Quantin1-3/+7
2022-11-03EVS: fix frame format detection heuristicsPascal Quantin1-1/+7
2022-10-30evs: fix typo for evs_d_bits_t0_valuesAlexis La Goutte1-1/+1
2022-07-31prefs: Convert most RTP dissectors to use "auto" PT preferencesJohn Thacker1-25/+4
2022-04-01EVS: Refactor dissecting compact format codeNan Xiao1-62/+56
2022-03-25EVS: Support decoding Primary 64.0 kbps packetsNan Xiao1-0/+56
2022-03-23EVS: Support decoding Primary 32.0 kbps packetsNan Xiao1-0/+45
2021-11-22EVS: Fix bug in decoding LP-CNG SID BW valueNan Xiao1-3/+2
2021-10-22EVS: Decode Reserved bit for 48/96/128 kbpsNan Xiao1-8/+3
2021-10-22EVS: Decode BW for 9.6/16.4/48/96/128 bpsNan Xiao1-0/+28
2021-10-21EVS: Support decoding Primary 7.2/8.0 kbps packetsNan Xiao1-0/+33
2021-10-20evs: Fix warning found by Clang AnalyzerAlexis La Goutte1-1/+0
2021-10-20EVS: Fix TCX/HQ-MDCT core valuesNan Xiao1-2/+2
2021-10-20EVS: Support decoding Primary 2.8 kbps packetsNan Xiao1-1/+33
2021-10-20EVS: Fix bug in decoding SID frame CNG typeNan Xiao1-1/+1
2021-10-19EVS: Fix CNG schema for SID payloadNan Xiao1-2/+2
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-10/+10
2020-06-12RTP: Make Decode As handling consistent across subdissectorsJohn Thacker1-15/+13
2020-02-18EVS: Fix display of A.2.1.3 Special case for 56 bit payload sizeAnders Broman1-6/+14
2020-01-28EVS: Handle A.2.1.3 Special case for 56 bit payload sizeAnders Broman1-2/+25
2019-08-22Updated EVS packet description for Compact format with bitrate.Morten Tryfoss1-9/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-09-26evs: Make a value string for 13.2 kbs BW CT RF index.AndersBroman1-1/+37
2018-09-25evs: Fix comments.AndersBroman1-8/+10
2018-09-25evs: Dissect CMR for compact AMR-WB IO mode.AndersBroman1-3/+37
2018-09-24evs: add DISSECTOR_ASSERT_NOT_REACHED (CID: 1439591)Dario Lombardo1-0/+1
2018-09-21evs: remove double semicolon.Dario Lombardo1-1/+1
2018-09-14evs: Start dissecting a bit of speech data.AndersBroman1-94/+254
2018-09-13evs: Put CMR "rate" in Info column.AndersBroman1-5/+17
2018-09-10evs: fix headerAlexis La Goutte1-3/+3
2018-09-10evs: add modelines infoAlexis La Goutte1-0/+14
2018-09-10evs: remove unused var and set unused param.Dario Lombardo1-7/+1
2018-09-10EVS: Add a dissector for RTP payload type EVS.AndersBroman1-0/+669