-
The latest source code can be downloaded from sourceforge, otherwise there is no CVS unfortunately.
2009-01-21 10:17:07 UTC in docsis
-
I'm running SuSE 9.2 and I have not had this issue. It looks like you've compiled net-snmp yourself with libwrap (tcpwrappers) support but you don't actually have tcpwrappers installed (or at least ld can't find the librwrap library).
It should work without librwrap though since docsis doesn't actually do any SNMP requests, it only uses the ASN.1 encoding/decoding code from net-snmp.
2005-08-08 14:06:50 UTC in docsis
-
TimeTicks will come in 0.9.5 :)
2005-06-24 17:47:48 UTC in docsis
-
Are you sure the file was transferred in "binary" mode ? It looks like an ASCII FTP or TFTP transfer mangled the file.
2005-06-24 17:46:07 UTC in docsis
-
Try doing "autoconf; automake" before running ./configure...
2004-12-02 18:20:56 UTC in docsis
-
This looks like it may be a bug in the CMTS... you could try IPPacketClassifier.
2003-12-09 13:52:45 UTC in docsis
-
You have to split the CVC file into smaller pieces. You take the binary .der, split it in 4 pieces - 3x255 + 1x160 - and then add MfgCVCData statements to the config file with each of these (in the proper order). You will end up with four MfgCVCData statements in the file. The cable modem concatenates them in the given order and reconstructs the DER.
2003-10-10 08:03:04 UTC in docsis
-
The new version of docsis, 0.8.8, bundles the needed MIB files.
2003-07-02 17:53:31 UTC in docsis
-
Please read the README. docsis cannot encode the files it has decoded itself if they contain SNMP settings. This is because we wanted a very "clean" file format for encoding but we couldn't get ucd-snmp to print out the required format.
Anyway, if you remove the "=" and change some other small things you will end up with an "encodable" file.
2002-04-25 18:05:53 UTC in docsis
-
Hi,
They are important. The "parent_id" points to the "token id". This is why for a "child" of BaselinePrivacy you must put the parent_id == 18.
At the same time, the token id is equal to the index into the symbol table array of tokens. e.g. symtable[18] is a pointer to the BaselinePrivacy entry. This is why when you add a new token you need to be careful...
2002-04-07 19:10:51 UTC in docsis