wireshark/plugins/docsis
Anders Broman e5e25269c9 From Eric Hultin:
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).

svn path=/trunk/; revision=17138
2006-02-01 05:44:20 +00:00
..
AUTHORS From Brian Wheeler: DOCSIS 2.0 support. 2004-03-17 06:55:03 +00:00
ChangeLog
INSTALL
Makefile.am From Eric Hultin: 2006-02-01 05:44:20 +00:00
Makefile.nmake From Eric Hultin: 2006-02-01 05:44:20 +00:00
NEWS
README From Brian Wheeler: DOCSIS 2.0 support. 2004-03-17 06:55:03 +00:00
moduleinfo.h
packet-bpkmattr.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-bpkmreq.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-bpkmrsp.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-dccack.c From Eric Hultin: 2006-02-01 05:44:20 +00:00
packet-dccreq.c From Eric Hultin: 2006-02-01 05:44:20 +00:00
packet-dccrsp.c From Eric Hultin: 2006-02-01 05:44:20 +00:00
packet-dcd.c From Eric Hultin: 2006-02-01 05:44:20 +00:00
packet-docsis.c From Eric Hultin: 2006-02-01 05:44:20 +00:00
packet-docsis.h From Eric Hultin: 2006-02-01 05:44:20 +00:00
packet-dsaack.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-dsareq.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-dsarsp.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-dscack.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-dscreq.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-dscrsp.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-dsdreq.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-dsdrsp.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-intrngreq.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-macmgmt.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-map.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-regack.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-regreq.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-regrsp.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-rngreq.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-rngrsp.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-tlv.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-tlv.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
packet-type29ucd.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-uccreq.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-uccrsp.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-ucd.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
packet-vendor.c various code cleanup: 2005-08-08 18:50:39 +00:00

README

Overview:
=========
The dissectors provided by this plugin allow the dissection of DOCSIS 1.1
Frames.  Captures of DOCSIS 1.1 frames can be facilitated using Cisco's 
Cable Monitor Features found on Cicso UBR7200 and UBR10000 Series Cable Modem 
Termination Systems.  Captures of DOCSIS 1.1 and DOCSIS 2.0 frames can be
facilitated using the ARRIS Cadant C4 and the ARRIS Cadant C3.

 
Features:
=========
+ Decode the DOCSIS header + Extended Header.  For Data PDU's it will 
  automatically decode as far up the stack that it can. 
+ Decode Mac Management Header. The following Mac Messages 
  are decoded at present: 
	REG-REQ 
	REG-RSP 
	REG-ACK 
	RNG-REQ 
	RNG-RSP 
	UCC-REQ 
	UCC-RSP 
	UCD Messages 
	MAP Messages 
	DSA-REQ 
	DSA-RSP 
	DSA-ACK 
	DSC-REQ 
	DSC-RSP 
	DSC-ACK 
	DSD-REQ 
	DSD-RSP
	BPKM-REQ
	BPKM-RSP
	BPKM Attributes
+ Decode All Appendix C TLV's
+ Decode Concatenated Frames via a recursive call to dissect_docsis()
+ Decode DOCSIS 2.0 packets including:
        Type 29 UCD Messages (DOCSIS 2.0 only)
	INT-RNG-REQ
	
References:
===========
DOCSIS 1.1 and DOCSIS 2.0 Specifications can be found at:
http://www.cablemodem.com/specifications.html

Information on Cisco's Cable Monitor Feature can be found at:
http://www.cisco.com/univercd/cc/td/doc/product/cable/cab_rout/cmtsfg/ufg_cmon.htm

Information on the ARRIS Cadant line of products
http://www.arrisi.com/products_solutions/product_families/Cadant/index.asp