Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DOCSIS-ConfigFile CPAN distribution.

Report information
The Basics
Id: 43991
Status: resolved
Priority: 0/
Queue: DOCSIS-ConfigFile

People
Owner: JHTHORSEN [...] cpan.org
Requestors: vangapallypoorna [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: where to set mibs path....
Date: Tue, 10 Mar 2009 11:58:42 +0530
To: bug-DOCSIS-ConfigFile [...] rt.cpan.org
From: Poorna <vangapallypoorna [...] gmail.com>
Hi, I am trying to use the implementation from CPAN for DOCSIS::ConfigFile. I have been using the example in this folder. But I am not successful in decoding my bin file to txt file. I have the following query... When we write...the following... my $docsis = DOCSIS::ConfigFile->new( advanced_output => ($ARGV{'-advanced'} ? 1 : 0), shared_secret => $ARGV{'-secret'}, ); in the configFile.pm in the method of new it is looking for the mibs...where to define it....? -- Thanks and best Regards. Yours, Poorna. -- Thanks and best Regards. Yours, Poorna.
Hi, Yes, I have a bug in DOCSIS::ConfigFile. Haven't had the time to upload the new version, but maybe you could fetch dev-release from http://github.com/jhthorsen/docsis-configfile and see if that works better? Best regards, Jan Henning Thorsen
The subject is incorrect, but the fix works. 0.56 Tue, 7 Apr 2009 15:41:00 +0100 Supports decoding of TLV64 Fixed string(): better detection for hexstrings Added add_symbol() for custom syminfo symbols 0.54 Thu, 8 Jan 2009 23:00:00 +0100 [Fixed] SNMP objects starting with "0x30 0x82 ... " fail to decode [Improved] POD and formatting of code