On Thu, Jul 29, 2010 at 5:54 PM, Rajesh kumar <[email protected]> wrote:
> Dear luggies,
>
> I am having two network devices, one a wireless datacard connected to my usb
> and another is my general Ethernet lan. i am sending a data from wireless
> card port to ethernet port. i need to analyse how the data transmitted. say
> i need to see the way that these packets are sent. Is there any tools
> available for that.
>

For sniffing data off USB bus you have to use usb sniffers.

For ethernet network interface use tcpdump.

If the USB data card is recognized in Linux as a network device then
tcpdump will work like this.

$ifconfig

Find out the data card ifce.

# tcpdump -i <ifacename>

-Girish

-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to