stubip.c has not been included
stubfunc.c has not been included
enum TEST snmp_get_or_set_mac_address in accesnmp.c has been changed for
length of value returned 

made lot of changes in snmpglbl.c for snmp support of MIB_TABLE_AS_AN ARRAY.
added the following function static enum TEST get_next_row_in_mib_table_if_mib_table_is_an_array (void **ptr_to_vptr_row_in_table, SNMP_TABLE_ENTRY *sptr_snmp_table_entry)

16,Jan,96,Sanjay -
	modified the function "check_if_the_received_indices_match_the_one_for_the_current_row_of_the_mib_table()"
	to check indices other that USHORT and ULONG indices also using a memcmp().

26,April,96,Sanjay
accesnmp.c, snmp_get_or_set_boolean_plus_one() - This function was adding one
on SET and adding one again on GET. Net result was if you SET and then you
GET, you have a value incremented by 2. Lack of proper symmetry. Another
problem is that, managers will set a boolean as a 1-based value. We in our
code will usually need boolean as a 0 based value (C is that way). So we
actually need to SET after subtracting 1 and to GET after adding 1. So
modified this function to subtract 1 before SET. Earlier it was adding 1.

30th December 1996 :
	Sachin took the Encrypt functions from roucon\cryptfncs.c
and put them in miscutls.c

6 Jan 1997, Srikar
File	:	accesnmp.c
Function:	snmp_get_or_set_mac_address
a.function has been reverted from changes that had been made for length 
of value returned. This change had had a side effect(assinginga 4 byte 
value to a variable of type USHORT) which changed the object type assingined 
to the mac address in the response packet

6 Jan 1997, Srikar
File	:	snmpglbl.c
Function:	process_mib_variable
a.To return PASS or FAIL depending on whether a good value was used
for set operation after calling function process_table_mib_variable

6 Jan 1997, Srikar
File	:	snmpglbl.c
Function:	process_table_mib_variable	
a.Changed the function prototype to include and additional parameter
enum BOOLEAN *eptr_good_value
b.eptr_good_value is set to TRUE or FALSE depending on whether the
function apply_mib_operation_on_current_instance_of_mib_variable
returns PASS or FAIL

6 Jan 1997, Srikar
File	:	snmpglbl.c
Function:	process_scalar_mib_variable	
a.changed to return the value returned by fptr_mib_access_function
instead of returning PASS always

FLIO.68K
	21st July CHETAN
	Reset and reset were the same
	Now calling Reset from reset

FLASHMGR.C
	chetan 21st July 1997
		Checking for Invalid memory locations
		Function get_flash_number_from_address changed

Naveen 29/10/1997
----------------
miscutls.c : Included string.h

Sachin, 07th November 1997 
-------------------------
FLASHMGR.C : Fixed a small bug in boundary checking for flash write requests.

