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" <[EMAIL PROTECTED]> 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. > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
