Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 35193: /trunk/plugins/docsis/ /trunk/plugins/docsis/: CM

Date: Thu, 16 Dec 2010 07:01:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35193

User: jake
Date: 2010/12/15 11:01 PM

Log:
 From Guido Reismueller:
 packet-mdd.c
 - TLV 15 fixed
 
 packet-tlv.c
 - Added Support for DOCSIS 3.0 TLVs (38-66)
 
 Added Support for the following DOCSIS 3.0 MAC Management Messages
 - DBC-REQ (packet-dbcreq.c)
 - DBC-RSP (packet-dbcrsp.c)
 - DBC-ACK (packet-dbcack.c)
 - CM-CTRL-REQ (packet-cmctrlreq.c)
 - CM-CTRL-RSP (packet-cmctrlrsp.c)
 - DPV-REQ (packet-dpvreq.c)
 - DPV-RSP (packet-dpvrsp.c)

Directory: /trunk/plugins/docsis/
  Changes    Path                   Action
  +8 -0      CMakeLists.txt         Modified
  +10 -1     Makefile.common        Modified
  +122 -0    packet-cmctrlreq.c     Added
  +130 -0    packet-cmctrlrsp.c     Added
  +117 -0    packet-dbcack.c        Added
  +133 -0    packet-dbcreq.c        Added
  +130 -0    packet-dbcrsp.c        Added
  +182 -0    packet-dpvreq.c        Added
  +182 -0    packet-dpvrsp.c        Added
  +28 -2     packet-macmgmt.c       Modified
  +8 -3      packet-mdd.c           Modified


(3 files not shown)