OT: Windows net traffic

Jim Ault JimAultWins at yahoo.com
Thu Mar 8 11:00:59 EST 2007


I am on a wireless router and this worked.  Thanks for saving me the weekend
curled up with the man pages for tcpdump.

Jim Ault
Las Vegas


On 3/8/07 12:05 AM, "Dave Cragg" <dave.cragg at lacscentre.co.uk> wrote:

> Are you on a wireless connection? Try the following to get a list of
> interfaces:
> 
> sudo tcpdump -D
> Password:
> 
> On my machine, this produces the following:
> 
> 1.en0
> 2.fw0
> 3.wlt1
> 4.lo0
> 
> Assuming wlt1 is the wireless interface,
> 
> sudo tcpdump -i 3
> 
> Which produces the following here:
> 
> tcpdump: WARNING: wlt1: no IPv4 address assigned
> tcpdump: verbose output suppressed, use -v or -vv for full protocol
> decode
> listening on wlt1, link-type IEEE802_11_RADIO (802.11 plus BSD radio
> information header), capture size 96 bytes
> 
> But will presumably give results if wi-fi is enabled.
> 





More information about the use-livecode mailing list