|
|
#41 |
|
MVP
Join Date: Jan 2002
Posts: 1,562
|
Just tried it again with my new router (D-Link 614+) and it also works. I had no problems setting broadcast address to 192.168.1.255.
|
|
|
|
|
|
#42 | |||||||||||||||||||
|
MVP
Join Date: Jan 2002
Location: Brisbane, Australia
Posts: 1,108
|
'sudo tcpdump -i en0' should do the trick. That will dump all packets seen. There are ways of filtering based on expressions (see man page). I cannot remember if it is a standard apple tool though, I think it is....
__________________
Douglas G. Stetner UNIX Live Free Or Die |
|||||||||||||||||||
|
|
|
|
|
#43 |
|
MVP
Join Date: Jan 2002
Posts: 1,562
|
I think this would work to watch for incoming packets on port 9. Prints to the console - much like doing a tail on a file, but instead for TCP...
Code:
sudo tcpflow -i en0 -c port 80 |
|
|
|
![]() |
|
|