Testing httpd Initializing lwIP igmp_init: initializing *data->link_speed = 100* netif_set_ipaddr: netif address being changed netif: IP address of interface set to 192.168.1.222 netif: netmask of interface set to 255.255.255.0 netif: GW address of interface set to 192.168.1.1 netif: added interface et IP addr 192.168.1.222 netmask 255.255.255.0 gw 192.168.1.1 netif: setting default interface et et0: IP: 192.168.1.222 Submask: 255.255.255.0 Gateway: 192.168.1.1 etharp_request: sending ARP request. pbuf_alloc(length=42) pbuf_alloc(length=42) == 0x0015dce0 etharp_raw: sending raw ARP packet. pbuf_free(0x0015dce0) pbuf_free: deallocating 0x0015dce0 Initializing tcb tcp_bind: bind to port 80 Running pbuf_alloc(length=60) pbuf_alloc: allocated pbuf 0x001627c8 pbuf_alloc(length=60) == 0x001627c8
for me, it looks like this. Dont mind all the debug information. Yours uses bind_tcp before the link is even up. You are missing the marked line an i guess before that there is no communication visible to wireshark. Try disable/enable unplug/plug you netwok adapter or using a switch. -- View this message in context: http://sourceware-org.1504.n7.nabble.com/lwIP-for-eCos-LPC1768-tp231949p232106.html Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss