[comp.dcom.lans] Clarkson/BYU driver for Gateway G/Ether

Kerry_Koppert@kcbbs.gen.nz (Kerry Koppert) (03/14/91)

The Gateway IPX has a packet driver built into it. If You create an 
IPX and run it you can then use Packet Driver calls]. There is a bug 
in NCSA Telnet beta 14 (and probably in other versions) which crashes 
the Packet Driver. The function call set receiver mode is incorrectely 
coded as 20 hex rather than 20 decimal. Check out the function SetRcvMode 
in the source of NCSA and change the 0x2000 to 0x1400.