vprintf undef masked in lslutil.c
_vprintf is also masked in lslutil.c
rwarebuf.h vprintf is to be defined  only if FULL_VERSION CHECK
masked if FULL_VERSION IS NOT DEFINED


/ * NEW VERSION */
this is masked in lslctrl.c for lack of floating pt support. not called from 
any where.
enum TEST get_channel_occupancy (ULONG port_number, ULONG *ulptr_channel_occupancy, ULONG unloaded_bandwidth,
enum TEST get_interface_error_rate (ULONG port_number, ULONG *ulptr_error_rate)

itMtu in rfc1213_mib is been modified in lslinit.c which i dont think is correct.
added one lsl_control fn lsl_get_port_mtu  14-9-95
made change in build_rfc1213_mib so that admin status and operstatus are equated
to 2 (DOWN) if the port is disabled rfc1213.

added static void initialize_mac_addr_of_other_ports () in lslinit.c to take 
of problem with WIN95 for PPP. NOTE : the phy addr of ethernet is given to all
the wan ports also. The physical address if given in LSL section for other portswill be changed by this routine. 

Sanjay, 29,Jan,96
-----------------
Added lsl_port_speed(). Modified lslport.c, lslctrl.h and lslproto.h for
the purpose.

5, February, 1996
-----------------
1. klsl.h - removed the following enums (moved to lslproto.h)
		enum RFC1213_IF_TYPE
		enum RFC1213_STATUS
   removed the following #define to lslproto.h
	#define RFC1213_DESCRIPTION_SIZE 30 

2. vlslstr.h - removed the following structs (moved to lslproto.h)
		struct	RFC1213_IFENTRY
		struct	DEVICE_DRIVER_LINKS
		struct	DEVICE_DRIVER_REGISTRATION_ENTRY
3. *.c -- removed code updating the snmp variables ifInOctets, ifInErrors,
   ifInDiscards, ifOutOctets, ifOutErrors and ifOutDiscards. This code is
   now in the drivers (wan and ethernet).

July
----
	Added new commands, etc. to lslproto.h

23rd August, 1996
-----------------
	Made changes for snmp variables (changed memory map)

Srikar, 22rd November, 1996
---------------------------
	Rewrote function init_lsl_snmp_system_var to take care of the condition
	when the following mib variables donot seem to be initialized -
	sysContact, sysName, sysLocation. If for any of these variables the first 
	character's ascii value is	greater than 0x7f or if string length exceeds 
	its maximum size then it is initialized to null string.

Kamal 07 Dec 1996
-----------------

vlslctrl.h:

   .The function "lsl_pass_parameters_to_application()" is added in the LSL
   FUNCTION TABLE corresponding to the DHCP_CONTROL_OPERATION of enum DHCP_
   CONTROL_OPERATION.


Sachin 01/02/1997
----------------
	LSLRX.C : poll_for_packet_received().
	Arranged to have ethernet driver's receive function more often.

Sachin 04/04/1997
-----------------
	LSLRX.C : poll_for_packet_received().
	We do not check for ifOperStatus before calling the device
	driver's receive function. Earlier, the status was always
	REAL_PORT_UP. Now, the bug has been fixed in SNMP. But we want
	ppp_receive to be called before PPP is up. The status is
	up after ....


/* Chetan 7/4/97 */
   Conditional compilation with FRAME_RELAY added to the makefile
   After receiving the packet, reset_frame_relay_rxed_dlci
   is called to make the DLCI invalid
   In router_receive virtual_port_number of the port on which the
   packet was received is determined from the DLCI/Virt Port mapping
   in case of Frame Relay else the usual thing is done
   In bridge_receive similar thing is done
   
   get_device_driver_entry_from_protocol_stack_id is changed
   
   MAXIMUM_NUMBER_OF_VIRTUAL_PORTS is being changed to 16 from 7
/* Chetan 7/4/97 */

Chidanand 10/04/1997
--------------------
   LSLTX.C for SNMP setting the ifOperStatus wrongly (?)

Sachin 25/04/1997
-----------------
   VLSLSTR.H : added a new feild in the LSL to record the buffer share
   factor.
   VNVLSL.H : added new strings for the same.

Kamalnath 07/05/1997
--------------------   
. To inform MTU to stacks by device drivers thru lsl_control, one more parameter
  is added to the protocol_stack_port and protocol_stack_virtual_port functions
  and this parameter is being passed to stack control routines.
  This lead to changes to vlslstr.h, vlslctrl.h, lslport.c and lslctrl.c    

Jo Changed buffer size to 80k in lslinit.c

