Grant <[email protected]> wrote: > Does anyone know how to put my USB wireless network adapter into > promiscuous mode so I can see everything that's happening wirelessley > on my network in wireshark?
ifconfig eth1 promisc But at least tcpdump puts the interface into promiscous mode automatically, so there is a chance that wireshark does the same.

