wireshark/plugins/docsis
Guy Harris 483c96f0e8 From Anand Narwani: fix bitmask for Active Grants field.
svn path=/trunk/; revision=8953
2003-11-12 23:17:37 +00:00
..
.cvsignore Handle ignored files more flexible. This also fixes the newest files 2002-09-12 20:04:42 +00:00
AUTHORS Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
ChangeLog
INSTALL
Makefile.am - Make --enable-static work again (configure.in, Makefile.am) 2003-09-05 07:44:50 +00:00
Makefile.nmake Use "$(OBJECTS)" whenever a complete list of .obj files appears, rather 2003-11-06 09:05:14 +00:00
NEWS
README
moduleinfo.h
packet-bpkmattr.c Fix the URL for the DOCSIS 1.1 Baseline Privacy Plus Interface 2003-09-09 07:17:00 +00:00
packet-bpkmreq.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-bpkmrsp.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-docsis.c From Anand Narwani: fix bitmask for Active Grants field. 2003-11-12 23:17:37 +00:00
packet-docsis.h From Anand Narwani: support for Cisco vendor-specific TLVs. 2002-09-10 19:07:40 +00:00
packet-dsaack.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-dsareq.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-dsarsp.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-dscack.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-dscreq.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-dscrsp.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-dsdreq.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-dsdrsp.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-macmgmt.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-map.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-regack.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-regreq.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-regrsp.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-rngreq.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-rngrsp.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-tlv.c Get rid of another strict-aliasing warning: 2003-10-05 22:38:09 +00:00
packet-tlv.h Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-uccreq.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-uccrsp.c Update Anand Narwani's email address. 2003-05-28 14:52:53 +00:00
packet-ucd.c Put each TLV in a tree of its own, and put the TLV type and length 2003-09-09 06:59:35 +00:00
packet-vendor.c Get rid of check for a null "docsis_vsif_handle" - "dissector_add()" 2003-07-19 02:11:34 +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.

 
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()

References:
===========
DOCSIS 1.1 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