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