wireshark/plugins/docsis
Jeff Morriss a2241bf7b8 Don't use %s as the format string in val_to_str().
svn path=/trunk/; revision=32400
2010-04-06 15:45:11 +00:00
..
AUTHORS
CMakeLists.txt cmake changes: 2010-03-18 10:27:17 +00:00
ChangeLog ethereal->wireshark updates 2006-05-22 08:14:01 +00:00
INSTALL
Makefile.am Run checkapi on the dissector header files 2009-09-13 19:48:22 +00:00
Makefile.common Remove unneeded #includes. 2009-08-21 18:54:28 +00:00
Makefile.nmake Run checkapi on the dissector header files 2009-09-13 19:48:22 +00:00
NEWS
README
moduleinfo.h
moduleinfo.nmake Add Windows version info resource. 2006-12-19 22:23:56 +00:00
packet-bintrngreq.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-bpkmattr.c (Minor) Remove unneeded #includes. 2009-08-21 14:36:27 +00:00
packet-bpkmreq.c Don't use %s as the format string in val_to_str(). 2010-04-06 15:45:11 +00:00
packet-bpkmrsp.c The third argument to val_to_str() is a format string that gets passed 2010-04-06 02:49:18 +00:00
packet-dccack.c Remove check_col() guard 2009-09-24 19:50:43 +00:00
packet-dccreq.c Remove check_col() guard 2009-09-24 19:50:43 +00:00
packet-dccrsp.c Remove check_col() guard 2009-09-24 19:50:43 +00:00
packet-dcd.c Remove check_col() guard 2009-09-24 19:50:43 +00:00
packet-docsis.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-dsaack.c Don't use %s as the format string in val_to_str(). 2010-04-06 15:45:11 +00:00
packet-dsareq.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-dsarsp.c Don't use %s as the format string in val_to_str(). 2010-04-06 15:45:11 +00:00
packet-dscack.c Don't use %s as the format string in val_to_str(). 2010-04-06 15:45:11 +00:00
packet-dscreq.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-dscrsp.c Don't use %s as the format string in val_to_str(). 2010-04-06 15:45:11 +00:00
packet-dsdreq.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-dsdrsp.c Don't use %s as the format string in val_to_str(). 2010-04-06 15:45:11 +00:00
packet-intrngreq.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-macmgmt.c (Minor) Remove unneeded #includes. 2009-08-21 14:36:27 +00:00
packet-map.c Don't use %s as the format string in val_to_str(). 2010-04-06 15:45:11 +00:00
packet-mdd.c Remove check_col() guard 2009-09-24 19:50:43 +00:00
packet-regack.c Don't use %s as the format string in val_to_str(). 2010-04-06 15:45:11 +00:00
packet-regreq.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-regreqmp.c From Didier Gautheron: 2009-10-09 07:24:33 +00:00
packet-regrsp.c Don't use %s as the format string in val_to_str(). This fixes the fuzz failure in bug 4646. 2010-04-06 13:40:06 +00:00
packet-regrspmp.c From Didier Gautheron: 2009-10-09 07:24:33 +00:00
packet-rngreq.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-rngrsp.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-sync.c Remove check_col() guard 2009-09-24 19:50:43 +00:00
packet-tlv.c From Didier Gautheron: 2009-10-09 07:24:33 +00:00
packet-tlv.h name change 2006-05-21 05:12:17 +00:00
packet-type29ucd.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-uccreq.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-uccrsp.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-ucd.c Get rid of a bunch of check_col(). 2010-04-05 20:04:52 +00:00
packet-vendor.c (Minor) Remove unneeded #includes. 2009-08-21 14:36:27 +00:00
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +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