CHANGES 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. 0.7.4 18/02/02 Fix condition too strong in docsis_decode.c.
  2. evvolve
  3. 0.7.3 16/02/02 Change symbols so that {symbol_name,docsis_code} is
  4. evvolve "primary key" (the above pairs are unique in the
  5. entire symbol table).
  6. Fix errors with IpTos encoding (still buggy)
  7. We took over full maintainership from Cornel.
  8. 0.7.2 12/02/02 Fix typos in docsis_symtable.h
  9. evvolve
  10. 0.7.1 08/02/02 Split encoding functions into docsis_encode.{h,c}
  11. evvolve Implemented Hex String and Ether+Ethermask encoders.
  12. Implemented range checking for string and hex string
  13. encoders.
  14. We added many DOCSIS 1.1 configuration settings to
  15. docsis_symtable.h. Got bored, so if you want more please
  16. add them yourself and send us a patch.
  17. Updated CMTS MIC calculation to use the new 1.1 config
  18. settings in addition to the 1.0 ones (as per the
  19. latest DOCSIS RFI).
  20. 0.7.0 06/02/02 New "decoding" framework similar to the encoding
  21. evvolve framework makes adding new "symbols" as easy as
  22. editing the "docsis_symtable.h" file.
  23. As an example, support for the DOCSIS 1.1 Downstream
  24. Packet Classifiers was added.
  25. Bugs were found and some were even fixed in the
  26. process.
  27. Started adding 1.1 stuff to the project.
  28. 0.6.2: 18/07/01
  29. ctrl Make the thing compile on Solaris (Makefile.solaris)
  30. Fix memory alignment errors on Solaris
  31. Updated MD5 implementation to get rid of annoying
  32. warnings
  33. 0.6.1: 25/03/01
  34. ctrl added -lcrypto to $LIBS to work with ucd-snmp-4.2
  35. cleaned up the sourcecode a bit
  36. added support for "decoding" a binary file
  37. fixed bug in decoding unsigned shorts (MaxBurstUp)
  38. 0.6.0: 23/03/01
  39. ctrl added support for generic hexadecimal strings
  40. (needed for docsDevNmAccessInterfaces)
  41. fixed bug involving multiple String-type SNMP vars
  42. in the same config file (uninitialized buffer)
  43. fixed bug with CpeMacAddress decoding (introduced in
  44. 0.5.8)
  45. 0.5.8:
  46. ctrl 18/03/01: various re-organizations
  47. released to sourceforge
  48. 0.5.7:
  49. ctrl 17/03/01:
  50. fixed bug in CPE MAC Address encoding (correct
  51. type = 14)
  52. added "support" for config files in DOS-format text
  53. 0.5.5:
  54. ctrl
  55. 01/12/00: created CHANGES file
  56. various small annoyances resolved
  57. added support for CPE MAC Address configuration setting
  58. removed references to _A*_H in *.h