Re: [lwip-users] lwip on w32 platform

2010-02-25 Thread Yigal Hochberg
Simon, That's the way I started. It did not compile with msvc60. I took a different route. In any case, I learned about the flow of events: -1 thread to read ethernet layer2 packets from the net -2 msg goes to mail-box. -3 tcpip-thread reads mbox and process layer2 packets read by -4 ip/arp pro

RE: [lwip-users] Compile Error related to lwippools.h file

2010-02-25 Thread Bill Yang
Hi Simon, I created a empty lwippools.h and copy/paste the content from your email. As you said the lwippools.h file has been existed in your server, I tried to get this file from your web page, but I got the error as below. The requested URL /~hg10836/crowproductions/dev/lwip-win32-msvc-0.1.zi

Re: [lwip-users] lwip on w32 platform

2010-02-25 Thread goldsi...@gmx.de
Yigal Hochberg wrote: I used the the lwip cvs code for the lwip ipstack + winpcap for layer2 ethernet + w32 sys_arch.c of contrib. I would like to be able to test code changes before I generate a patch. This way I am sure to submit compiled code as well as unit tested code. The Windows platfor

Re: [lwip-users] lwip on w32 platform

2010-02-25 Thread Simon Goldschmidt
Yigal Hochberg wrote: > The "solution" is in ethernetif.c code. I don't find any file called "ethernetif.c" in the contrib win32 port! > [..] > The contrib/win32 pcap related code cannot be compiled with the latest > pcap. It does work for me, although my version of pcap is nearly 6 weeks old n

Re: [lwip-users] lwip on w32 platform

2010-02-25 Thread Yigal Hochberg
Thanks Simon: The "solution" is in ethernetif.c code. Please see below: On Thu, Feb 25, 2010 at 1:42 AM, Simon Goldschmidt wrote: > > Yigal Hochberg wrote: > > I am trying to make the latest cvs lwip work on w32 platform using > > msvc60. > > /contrib/ports/win32 already includes a netif driver

RE: [lwip-users] Adding static ARP entries - Sender blacklisted

2010-02-25 Thread Simon Goldschmidt
Tamas Somogyi wrote: > I'm also interested in the right solution. Currently in my code I modified > etharp_ip_input() and etharp_output() so that it tries to search the > hwaddr by ipaddr in an external lookup table... Static ARP entries are currently not supported by lwIP. This would be a new f

RE: [lwip-users] Adding static ARP entries - Sender blacklisted

2010-02-25 Thread Tamas Somogyi
Hi, I'm also interested in the right solution. Currently in my code I modified etharp_ip_input() and etharp_output() so that it tries to search the hwaddr by ipaddr in an external lookup table... Regs, Tamas From: lwip-users-bounces+tsomogyi=ndcinfrared.co...@nongnu.org [mailto:lwip-