
in get_port_number_and_value function port_number[] i ushort but the sscanf
is called with %u so the value was in port_number[1] rather than port_number[0]
changed sscanf to %hu.

sscanf has been changed suitably.

convert_4_bytes_to_ulong (BYTE byte_1,BYTE byte_2,BYTE byte_3,BYTE byte_4) is 
modified for BIG_ENDIAN

set_variable_port_and_ip_address is modified

Kamal 07 Dec 1996
-----------------
vnvram.h:
	. dhcp_configuration_table is added in this file.

nvram.c:
	. get_dhcp_server_ip_address() function is added for configuring dhcp server
   address.

/* chetan 7/4/97 */
   frame_relay_configuration table has been added
/* chetan 7/4/97 */


Sachin 10th June 1997
   Included another symbol WEB_SERVER_INCLUDED (in GLMKDEF). Define this
symbol and make the NVRAM and STORE directories to include WEB server.

Jo 11/07/98 : Added new functions to read configuration from FLASH.
	      read_router_bitmap_configuration () and get_configuration_table ()
	      This function reads the configuration from flash starting from the 
	      specified location depending on section Magic number.	
	      File changed nvram.c

Jo 21/07/98 : Changed sptr_configuration_table[]. Commented out all section that is
	      not supported in Serial ProxyServer.	
	      File changed vnvram.h
