Hello Felipe, On Sun, Jan 12, 2014 at 10:26:31PM -0200, Felipe Provenzano wrote: > Hello guys, > > My name is Felipe i am working in a device using the Lwip, and we are > trying to connect it in a pc using the PPPoS. > The first test in the Windows XP worked very well. But nothing worked when > we tested in the Windows 7 and higher. > I know that Microsoft changed some things after Vista, and thats the reason > i started to use the ppp-new branch, i was thinking that with the CHAP-MS > support the things could just works. No. :( > > I am trying to debug the communication, and as far as i arrived there is a > problem in the authentication, but i do not know if is possible to solve, > or not. > > Do you could help me figure out whats wrong??
Something is messy around protocol accept/reject. I hope your target have enough RAM/FLASH for heavy debug, so could you enable PRINTPKT_SUPPORT ? :-) Add `#define PRINTPKT_SUPPORT LWIP_DBG_ON` in your lwipopts.h, this will show packet details. Sylvain
signature.asc
Description: Digital signature
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
