Hi, i am working on implementation of discovery phase of the pppoe
protocol on windows 98 which includes sending PADI and recieving PADO
packets to get the list available pppoe server names and their service
names.
I implemented the same thing on windows 2K, which is working fine.
Here we used TEST sample in winddk and NDISPROT as a ndis driver to
bind with the NIC card and used readFile and writeFile functions.

But the same thing is not working on the windows 98. I came to know
that the packet sample and console sample in 98ddk will help in this
case to send the packets to NIC card. and i dont know which ndis
driver to use to bind with the NIC card.

Does packet sample helps me in this case?. Shall i use ndisuio or
ndisprot as NDIS driver, and which VC++ version shall i use for this
purpose, Now i am using MSVC++ 6.0 .


Please, any suggestions on this.

Thanks in advance.