[Mibble-users] Last call for Mibble 2.8

2006-12-26 Thread Per Cederberg
Hi everyone, Version 2.8.beta1 of Mibble is now available, which I plan to re-release as the final 2.8 version in a few days. Anyone affected by or interested in the changes listed below is encouraged to verify that this beta release works correctly: o Added default ccitt and joint-iso-ccitt

Re: [Mibble-users] SizeConstaint.isCompatible( mibValue) doesn't check the size of mibValue.. why not?

2007-01-07 Thread Per Cederberg
values.isCompatible(new NumberValue(size)); } return false; } /Per Per Cederberg wrote: Yes, this is indeed a bit strange. I cannot say that I recall the reason for doing it this way. Perhaps it was just some temporary solution which I have later added documented without

Re: [Mibble-users] NullPointerException

2007-01-21 Thread Per Cederberg
Thanks for a great bug report! Makes life so much easier when I get a minimal MIB that reproduces the problem. Here is a link to the bug report: http://savannah.nongnu.org/bugs/index.php?18843 As can be seen, it has already been resolved. I'll release the fix as part of version 2.9.alpha1

Re: [Mibble-users] MibLoader problems

2007-03-27 Thread Per Cederberg
Also, take a look at the source code for the MibbleValidator application. In it, you'll find that a MibLoaderException contains a method to get the full loader log: MibLoaderException.getLog() And MibLoaderLog provides for easy printing: MibLoaderLog.printTo(...) Cheers, /Per Mark Moran

Re: [Mibble-users] mibble thread safty

2007-05-10 Thread Per Cederberg
Yes, Mibble is thread-safe for all non-mutable operations. I.e. results may be undefined if you load several MIB files in parallell, but otherwise you may query the MIB objects in any way you wish. Cheers, /Per Steve Nicolai wrote: We're looking at using mibble, but I've got some questions

Re: [Mibble-users] about generating value file

2007-07-20 Thread Per Cederberg
I'm not sure I understand exactly what you mean. If your problem is accessing data from SNMP tables, these OIDs cannot be generated in all cases. First, we don't know the length of the table. And secondly, the table indices are sometimes not just simple positional integers, but more complex data

Re: [Mibble-users] unable to decode message

2008-03-28 Thread Per Cederberg
The mibble-users group is for questions concerning Mibble. Please go to the respective forums for those other products or projects you're mentioning instead of misusing this group. Thanks. /Per On Fri, Mar 28, 2008 at 6:37 AM, Padala [EMAIL PROTECTED] wrote: Hi All My Application using SNMP4J

Re: [Mibble-users] Error parsing MIB NET-SNMP-AGENT-MIB.txt

2008-04-05 Thread Per Cederberg
I've already got a fix for it, but have to address a few other things before releasing version 2.9.alpha2. Thanks for reporting and analyzing this issue! /Per On Sat, Apr 5, 2008 at 4:00 PM, Karl Weber [EMAIL PROTECTED] wrote: Hi, mibble2.8 reports an error parsing the MIB

Re: [Mibble-users] Error parsing MIB NET-SNMP-AGENT-MIB.txt

2008-04-06 Thread Per Cederberg
On Sat, Apr 5, 2008 at 9:29 PM, Karl Weber [EMAIL PROTECTED] wrote: Am Samstag, 5. April 2008 19:48 schrieb Per Cederberg: I've already got a fix for it, but have to address a few other things before releasing version 2.9.alpha2. Since you are preparing a new release, please allow me

[Mibble-users] Version 2.9.alpha2 is available

2008-04-06 Thread Per Cederberg
Hi all, I've just uploaded development release 2.9.alpha2 that fixes some issues reported recently: o Updated bundled IANA and IETF MIB files (Bug #19905) o Fixed syntax error for inline ASN.1 comments (Bug #22841) o Fixed missing padding for some hex and binary constants (Bug #22854) Please

Re: [Mibble-users] Help Urgent

2011-08-16 Thread Per Cederberg
Perhaps we should stick to English here... But, as Christian said below, Mibble is primarily a library for reading MIB files. If you wish to test/debug an SNMP agent, you can use the Mibble Browser example application that is distributed with Mibble. It provides a rudimentary SNMP client from

Re: [Mibble-users] newbie question about using mibble

2012-09-19 Thread Per Cederberg
Check the bundled source code for the MibbleBrowser app. It performs reverse lookups on the OIDs returned in GetNext SNMP responses. Cheers, /Per On Wednesday, September 19, 2012, Lloyd Parkes wrote: On 19/09/2012, at 1:26 PM, diffuser78 diffuse...@gmail.com javascript:; wrote: Quick

Re: [Mibble-users] parse TRAP-TYPE

2013-05-28 Thread Per Cederberg
-- MibValueSymbol sy = mib.getSymbolByOid(1.3.6.1.2.1.2.2.1.8); How can i search in this mibvaluesymbol for the valuedefintions ? Thanks a lot, Tim *Gesendet:* Dienstag, 28. Mai 2013 um 13:24 Uhr *Von:* Per Cederberg p...@percederberg.net *An:* Announcements, support, and forum for Mibble users mibble