SNMP Manager Programmer's Guide

SNMP Manager Programmer’s Guide134249
iii
New and Changed Information
The SNMP Manager Programmer’s Guide has been revised to reflect the updated
contents of the following source code files for the sample manager examples
documented in Section 2, Programming Examples.
snmpgtc, the source code file for the main control block of the SNMPGT sample
manager
snmpgetc, the source code file for the main control block of the SNMPGET sample
manager
snmpnxtc, the source code file for the main control block of the SNMPNEXT
sample manager (there is no source code example in the manual)
snmpfsc, the source code file for packet encoding and decoding used by the
SNMPGET, SNMPNEXT, SNMPSET, SNMPWALK and SNMPHOST sample
managers
snmpsetc, the source code file for the main control block of the SNMPSET sample
manager
snmpwlkc, the source code file for the main control block of the SNMPWALK
sample manager
snmptrpc, the source code file for the main control block of the SNMPTRAP sample
manager
snmpmonc, the source code file for the main control block of the SNMPMON
sample manager
snmphosh, the header file containing structure definitions and prototypes supporting
the SNMPHOST sample manager
snmphosc, the source code file for the main control block of the SNMPHOST
sample manager
Also, the value of the request-id argument for invoking the SNMPGT, SNMPGET,
SNMPNEXT, SNMPSET, SNMPWALK, and SNMPHOST sample managers now has a
range from -2147483648 to 2147483647. In addition, some of the observations that
describe what is going on in the source code files have changed to reflect additional
error checking of IP address values, request ID values, and incomplete commands.
In Section 8, Building Executable Managers
,, the script for building Guardian managers,
GRDBUILD, is changed