ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: SV: [Ethereal-dev] [PATCH] DOCSIS DCC/DCD dissectors

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date Prev · Date Next · Thread Prev · Thread Next
From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Wed, 1 Feb 2006 06:49:04 +0100
Checked in with an addition to also update nmake.makefile to make it compile
on Windows.
Brg
Anders


This patch adds support for dissection of the DCC packet as defined in 
CableLab's (http://www.cablelabs.com/) DOCSIS Radio Frequency Interface 
(RFI) specification. The latest version of this specification is currently 
available at 
http://www.cablemodem.com/specifications/specifications20.html . Packet 
formats for DCC are defined in sections 8.3.20 (DCC-REQ), 8.3.21 
(DCC-RSP), and 8.3.22 (DCC-ACK) of the RFI specifications (referencing 
version CM-SP-RFIv2.0-I10-051209). In addition, this patch adds support 
for the DCD packet as defined in the DOCSIS Set-Top Gateway (DSG) 
Specification. The latest version of this specification is currently 
available at http://www.cablemodem.com/specifications/gateway.html . The 
format of the DCD packet is defined in section 5.3.1 of the DSG 
specification (referencing version CM-SP-DSG-I06-051209).

This patch was created against Revision 17127 of the anonymous subversion 
repository. You can apply this patch by being in the ethereal directory 
and running:

patch -p1 < docsis-dcc-dcd.patch

This is my first time submitting a patch, please let me know if I have 
mangled anything. I am not a member of the ethereal-dev mailing list, so 
please cc: if possible.

Thank you for your consideration of this patch.



-EH