Moving AgentX (and SMUX) out of the mibmodules

2004-06-01 Thread Ben Rogers
Hi all- I'm running into link problems because my project contains an application that needs AgentX protocol support, but cannot link to the -lnetsnmpmibs library. So, I'm volunteering to move that code from agent/mibgroup/agentx into the agent directory. Here's what I'm thinking: 1. agent/m

Upgrade from 4 to 5

2004-06-01 Thread Glenn MacGregor
Hi All, I am looking to upgrade from ucd-snmp-4.2.6 to net-snmp-5.1.1. I use the lib for a snmp manager (SNMP querying application). The way I use the version 4 is change the pdu address for each pdu sent out. This allows me to have just one session around instead of one per ip. Looking at the

Re: BIT STRING BER coding wrong (library file asn1.c)

2004-06-01 Thread David T. Perkins
HI, SNMP does not use ASN.1 BIT STRING. So please do not update. At 08:18 AM 6/1/2004 +0200, ankoe wrote: >Hi, >The BIT STRING BER coding according to ITU documentation is > ><03>, ,, (bit string octets) > >The octet is mentioned as 'unused' in the comments, >but is not implemented in asn_p

BIT STRING BER coding wrong (library file asn1.c)

2004-06-01 Thread ankoe
Hi,The BIT STRING BER coding according to ITU documentation is<03>, ,, (bit string octets)The octet is mentioned as 'unused' in the comments,but is not implemented in asn_parse_bitstring(...) and asn_build_bitstring(...).I'm not sure if my BER documentation is the correct one for this

SNMP-library functions

2004-06-01 Thread Nakul Aggarwal
Hi, I have net-snmp library installed on my comp can someone tell me a link/resource where i can get complete list of functions (for usage in C programs) and their uses as implemented in the library as i couldnt find it on library site(just some examples are given) ITs urgent, than