Libsmi patches and comments

I've managed to build libsmi now on Solaris 2.6, Redhat Linux 6.2, HP-UX 10.20 and Windows NT 4.
The HP-UX build was interesting :-). Do you know of anyone else who's done it? I had to build with GNU make, gcc and configure --disable-shared to get things to work. HP's ANSI C compiler and make system just don't cope. Even with GNU make, there seems to be a problem with some of the automatically generated dependency files. I have to clear these out before each make.
I've also added a new dump format, Python source, to smidump. Are you interested in this? It produces nested Python dictionaries containing the MIB information. I'm using this in some Python code that processes incoming SNMP traps.
I based the code on dump-xml.c. While working on this, I noticed that the XML end tags for rows and tables aren't generated after the last column when the table's at the end of the MIB (or something like that). I have a patch that fixes this. How do I submit patches?
Cheers, Pat
-- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.
participants (1)
-
Pat Knight