wireshark/plugins/docsis
Jörg Mayer e9d78990ce Get rid of another strict-aliasing warning:
verify_tfs is a true-false-string : dereference it accordingly

svn path=/trunk/; revision=8614
2003-10-05 22:38:09 +00:00
..
.cvsignore
AUTHORS
ChangeLog
INSTALL
Makefile.am
Makefile.nmake
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
packet-bpkmrsp.c
packet-docsis.c The PDU length is the length field minus the length of the EHDR *minus 2003-09-09 07:18:11 +00:00
packet-docsis.h
packet-dsaack.c
packet-dsareq.c
packet-dsarsp.c
packet-dscack.c
packet-dscreq.c
packet-dscrsp.c
packet-dsdreq.c
packet-dsdrsp.c
packet-macmgmt.c
packet-map.c
packet-regack.c
packet-regreq.c
packet-regrsp.c
packet-rngreq.c
packet-rngrsp.c
packet-tlv.c Get rid of another strict-aliasing warning: 2003-10-05 22:38:09 +00:00
packet-tlv.h
packet-uccreq.c
packet-uccrsp.c
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

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