aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-docsis.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28DOCSIS/XRA: fix typos + cleanup.Dieter Dobbelaere1-5/+5
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-2/+2
2020-08-12Fix some cases where item mask was wider than item type.Martin Mathieson1-1/+1
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-8/+2
2019-08-06DOCSIS: correct behaviour when working with truncated messagesBruno Verstuyft1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-14docsis: fix for encrypted DOCSIS PDU packets do not match the filter 'eth.dst'Andrii Vladyka1-41/+7
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-01-23docsis: Not only REG-REQ-MP MMM can be encryptedAndrii Vladyka1-1/+3
2018-12-07DOCSIS: bugfix: correct dissection of encrypted Mac Specific frameBruno Verstuyft1-6/+16
2018-10-19DOCSIS: indication of encrypted dataBruno Verstuyft1-5/+7
2018-10-09DOCSIS: Requested bytes in request frame is in units of N bytes, where N is a...Bruno Verstuyft1-3/+3
2018-09-11docsis: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-0/+2
2018-09-10docsis: fixed regression that was introduced by adding FCS checkAndrii Vladyka1-12/+2
2018-09-09docsis: validate header checksum before dissecting the payloadAndrii Vladyka1-86/+110
2018-09-07docsis: add preference to disable dissection of encrypted payloadAndrii Vladyka1-21/+150
2018-02-20DOCSIS: Remove concatenated PDU dissection.Gerald Combs1-68/+19
2018-02-13Update the introductory comment.Guy Harris1-7/+4
2018-02-13Make the DOCSIS dissector a built-in dissector.Guy Harris1-0/+1181