aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-evs.c
AgeCommit message (Expand)AuthorFilesLines
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