Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For those of you on OS X, I had to modify the command to the following:

> sudo tcpdump -l -e -I -i en0 | grep 'Probe Request ([^)]'

Not at all a tcpdump expert - fuddled around with manpages to make it work so others should please chime in with improvements.



try

sudo tcpdump -l -e -I -i en0 'type mgt subtype probe-req'

Way more efficient to use bpf instead of grep.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: