aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-docsis-macmgmt.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-2/+2
2024-02-01DOCSIS: Common MultiPart handling for MMM v5 and upFilip Thyssen1-109/+59
2024-02-01DOCSIS: Hardware Friendly Resource Block Assignment (DOCSIS 4.0)Filip Thyssen1-1/+4
2023-11-20Remove init of proto variablesStig Bjørlykke1-836/+836
2023-09-06DOCSIS: improve MDD TLVs dissectionAndrii Vladyka1-2/+22
2023-08-31docsis-macmgmt: fix mask odd numberAlexis La Goutte1-1/+1
2023-08-30DOCSIS: add D4.0 MDD Diplexer Band Edge Override TLVs supportAndrii Vladyka1-1/+52
2023-08-26DOCSIS 4.0 TLVsAndrii Vladyka1-42/+342
2023-06-15Add a check for all-set masks and fix some instancesMartin Mathieson1-1/+1
2023-04-23More val_to_str()-related fixesMartin Mathieson1-1/+1
2023-04-21Add tools/check_val_to_str.py and fix some of the errorsMartin Mathieson1-1/+1
2023-03-11Fix some warnings from check_typed_item_calls.pyMartin Mathieson1-17/+17
2022-04-16DOCSIS: Fixed RNG-RSP Commanded Power Sub-TLVs dissectionAndrii Vladyka1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2021-07-24check_typed_item_calls.py: Add a check for all-zeroes maskMartin Mathieson1-2/+2
2021-02-14Make some more variables and functions static.Martin Mathieson1-2/+2
2020-12-10DOCSIS: Add FDX support to Downstream Active Channel List MDD TLVAndrii Vladyka1-2/+4
2020-12-05DOCSIS: Add FDX Sub-band TLV support in MDD Downstream Active Channel ListAndrii Vladyka1-0/+5
2020-12-04DOCSIS: Fixed FDX Sub-band ID/offset TLVs dissectionAndrii Vladyka1-21/+23
2020-10-28DOCSIS/XRA: fix typos + cleanup.Dieter Dobbelaere1-136/+136
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-26/+21
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-14/+14
2019-08-28DOCSIS: FDX: Added decoding for SW-RBABruno Verstuyft1-1/+97
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-27DOCSIS: CM-CTRL and DPD: fixed wrong tlv indentBruno Verstuyft1-26/+34
2019-06-24DOCSIS: OPT: fixed TLV indentBruno Verstuyft1-20/+23
2019-06-20DOCSIS: REG-ACK: do not show TLV Data if not presentBruno Verstuyft1-2/+6
2019-06-19DOCSIS: Added Energy Management (EM) messagesBruno Verstuyft1-0/+184
2019-06-14DOCSIS: Fixed Info Field Bonded Initial Ranging RequestBruno Verstuyft1-3/+3
2019-06-13DOCSIS: RNG-RSP equalization adjustBruno Verstuyft1-9/+68
2019-06-11DOCSIS: Adding missing MDD TLVsBruno Verstuyft1-25/+109
2019-06-09DOCSIS: Reassembly of RNG-RSP messagesBruno Verstuyft1-26/+81
2019-06-05DOCSIS: RNG-REQ: upstream transmit power, bit 15 and 14 of SIDBruno Verstuyft1-9/+88
2019-05-24DOCSIS: OCD Cyclic Prefix: typo fixBruno Verstuyft1-2/+2
2019-05-16DOCSIS: Added 3.1 CM-STATUS Event Types and TLVsBruno Verstuyft1-27/+194
2018-10-26docsis: Fixed reassembly for REG-REQ-MP and DBC-REQ MMMsAndrii Vladyka1-21/+12
2018-10-26DOCSIS: decoding of Mac Management Multipart field + use in OPT-RSPBruno Verstuyft1-43/+70
2018-10-23DOCSIS: Status event TLVs are subTLVs of the Status Event TLVBruno Verstuyft1-30/+92
2018-10-06docsis: fixed crash caused by absence of NULL termination of bitmask_listAndrii Vladyka1-1/+2
2018-10-01DOCSIS: Fix UCC-REQAdrian Simionov1-6/+2
2018-09-25DOCSIS: showing components of UCD OFDMA Timestamp SnapshotBruno Verstuyft1-0/+31
2018-09-18docsis: minor improvements in displaying MDD TLV 22.4.2Andrii Vladyka1-1/+4
2018-09-18docsis: add MDD TLV 21, 22 supportAndrii Vladyka1-1/+321
2018-09-09docsis: add CM STATUS-ACK MAC Management TLV (48)Andrii Vladyka1-24/+56
2018-09-09docsis: add RNG-RSP TLV 13 (T4 Timeout Multiplier)Andrii Vladyka1-19/+35
2018-08-17docsis-macmgmt: fix spelling-error-in-binary found by lintianAlexis La Goutte1-1/+1
2018-07-25docsis-macmgmt: fix spelling-error-in-binary found by lintianAlexis La Goutte1-2/+2
2018-07-16DOCSIS: fix null-pointer crash in OPT-RSP TLVs decodingPeter Wu1-14/+10