aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/ChangeLog
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-12 22:52:43 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-12 22:52:43 +0000
commit8a9b35cb5e016f8e5936d0dd48d9edc6fb64d57a (patch)
treeeadbf839094b44e673f74473d5ba252222011f2e /plugins/docsis/ChangeLog
parent8f7a0ba2e1353235de78266c82789187b488d3d1 (diff)
From Anand V. Narwani:
DOCSIS support, including support for "Ethernet" captures where the raw frame is a DOCSIS frame rather than an Ethernet frame (some Cisco cable-modem head-end gear can send out a trace of all traffic on an Ethernet, but what it sends are the raw bytes of DOCSIS frames, not Ethernet frames) Get rid of second AUTHORS entry for Devin Heitmueller, merging its item into the older entry. Clean up the order of some lists of plugin items. svn path=/trunk/; revision=5861
Diffstat (limited to 'plugins/docsis/ChangeLog')
-rw-r--r--plugins/docsis/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/docsis/ChangeLog b/plugins/docsis/ChangeLog
new file mode 100644
index 0000000000..062b94b72d
--- /dev/null
+++ b/plugins/docsis/ChangeLog
@@ -0,0 +1,15 @@
+Overview of changes in Ethereal DOCSIS Plugin 0.0.2
+* Fixed a number of cosmetic things.
+
+Overview of changes in Ethereal DOCSIS Plugin 0.0.3
+* Added Checks to each TLV Type to validate length. If the length is invalid
+ an Exception is thrown.
+* Cleaned up the code in all dissctors so that they are a little more readable.
+
+Overview of changes in Ethereal DOCSIS Plugin 0.0.4
+* Added Support for Baseline Privacy Key Management Messages
+* Added Concatenation Support
+
+Overview of changes in Ethereal DOCSIS Plugin 0.0.5
+* Added Support in packet-tlv.c for SNMPv3 Kickstart TLV's
+* Added Support in packet-tlv.c for Subscriber Management TLV's