wireshark/plugins/docsis
Ulf Lamping 0dc9fb3d4a various code cleanup:
-use g_snprintf instead of sprintf and snprintf
-use g_strdup_printf where appropriate
-remove #include "snprintf.h" (as only g_snprintf should be used)
-replace some more alloc/realloc/calloc/free with their glib pendants

svn path=/trunk/; revision=15264
2005-08-08 18:50:39 +00:00
..
AUTHORS From Brian Wheeler: DOCSIS 2.0 support. 2004-03-17 06:55:03 +00:00
ChangeLog
INSTALL
Makefile.am After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
Makefile.nmake Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +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-docsis.c Make sure we don't loop when we dissect concatenated PDUs. Make some int 2005-05-23 21:18:14 +00:00
packet-docsis.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +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 Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +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