From: Andrew Crabtree Message-Id: <199702241501.AA277496485@typhoon.rose.hp.com> Subject: Re: real mode calls pmode To: nikki AT gameboutique DOT co (nikki) Date: Mon, 24 Feb 1997 7:01:25 PST Cc: djgpp AT delorie DOT com In-Reply-To: <5eq4f6$4nu@flex.uunet.pipex.com>; from "nikki" at Feb 23, 97 7:06 pm Nik - I see two potential problems. 1) You need to have dos memory allocated for an etherype field and pass that into the packet driver on an access call 2) When your routine (receive) is being called, it expects a segment:offset to be returned to it. You are leaving whatever got passed in there. Andrew