From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8605 invoked by alias); 16 May 2013 07:57:06 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 8588 invoked by uid 89); 16 May 2013 07:57:05 -0000 X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,SPF_FAIL autolearn=no version=3.3.1 Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 16 May 2013 07:57:04 +0000 Received: from tom.nabble.com ([192.168.236.105]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Uct3f-0004LE-1p for ecos-discuss@ecos.sourceware.org; Thu, 16 May 2013 00:57:03 -0700 Date: Thu, 16 May 2013 07:57:00 -0000 From: Felix R To: ecos-discuss@ecos.sourceware.org Message-ID: <1368691023050-232106.post@n7.nabble.com> In-Reply-To: <1368645653959-232013.post@n7.nabble.com> References: <1368630163185-231949.post@n7.nabble.com> <1368631986607-231954.post@n7.nabble.com> <40514B66-476F-4A9A-BE3A-B598BB6E2F6D@linear.com> <1368633054233-231968.post@n7.nabble.com> <92912635-BB53-4BA0-A13B-F54C934B5721@linear.com> <1368645653959-232013.post@n7.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [ECOS] Re: lwIP for eCos (LPC1768) X-SW-Source: 2013-05/txt/msg00025.txt.bz2 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