From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9552 invoked by alias); 28 Apr 2007 09:53:22 -0000 Received: (qmail 9542 invoked by uid 22791); 28 Apr 2007 09:53:21 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0708.google.com (HELO wr-out-0708.google.com) (64.233.184.246) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 28 Apr 2007 10:53:19 +0100 Received: by wr-out-0708.google.com with SMTP id 28so2523998wra for ; Sat, 28 Apr 2007 02:53:17 -0700 (PDT) Received: by 10.35.49.4 with SMTP id b4mr615744pyk.1177753997021; Sat, 28 Apr 2007 02:53:17 -0700 (PDT) Received: by y80g2000hsf.googlegroups.com with HTTP; Sat, 28 Apr 2007 09:53:10 +0000 (UTC) X-IP: 58.68.22.82 From: manesh To: ecos-discuss@sources.redhat.com Date: Sat, 28 Apr 2007 09:53:00 -0000 Message-ID: <1177753990.919543.45310@y80g2000hsf.googlegroups.com> In-Reply-To: <1177738903.263455.239890@l77g2000hsb.googlegroups.com> References: <1177582674.805294.203270@s33g2000prh.googlegroups.com> <20070426133443.GA22158@lunn.ch> <1177738903.263455.239890@l77g2000hsb.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 CACHE-Engine:3128 (squid/2.5.STABLE2) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes 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 Subject: [ECOS] Fwd: Sending raw packets on eCos X-SW-Source: 2007-04/txt/msg00154.txt.bz2 ---------- Forwarded message ---------- From: manesh Date: Apr 28, 10:41 am Subject: Sending raw packets on eCos To: osdeve.mirror.rtos.ecos-discuss Hello, I went through some pages of the archive, but it does'nt give a clear picture of wether we can send ARP requests on Linux synthetic target?? Actually on Linux I was able to send ARP packets since linux network stack support "packet socket"( by which we can send and receive the packets at the device driver level), which is not there in eCos. Infact "rawether.c" itself sends the packet using PF_PACKET support. Regards, Manesh On Apr 26, 6:34 pm, Andrew Lunn wrote: > On Thu, Apr 26, 2007 at 03:17:54AM -0700, manesh wrote: > > Hello, > > I am using eCos built on a Linux Synthetic Target, using a > > Open BSD stack. I have mapped eth0 of eCos to eth1 of Linux. > > Sending raw packets has been an issue to me. Can we send raw packets > > on eCos?? > > I see ARP request and reply happening when the eCos is started in the > > eCos capture window. From where this requests are sent and how this > > requests are sent?? > This has been discussed a few times. Did you search the archive? > Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss