This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PF_PACKET support


Try looking for  CYGDGB_IO_ETH_DRIVERS_DEBUG option, if available enable it.
Also look for "cyg_io_eth_net_debug" variable which turns on the dumping of eth pkts.
 
If these are not available, take a look at eth_drv.c under  .../io/eth/currnet/.../ directory
and try add your code to dump. You can use DIAG_DUMP_BUF_HDR and  DIAG_DUMP_BUF_BDY
 


>>> "kanishk rastogi" <kanishk.85@gmail.com> 01/16/07 11:53 PM >>>
hi all,
I want to catch the packets i receive on my Ethernet device directly.
i.e. i want to have the Ethernet packet itself bypassing the TCP/IP
layers.
Is there a support for it in ecos net pacakage.

any links will be highly appreciated.

thanks and regards
kanishk







-- 
Everybody is made for some purpose. Find yours.


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]