this command gives a real time tcp dump
sudo vmnet-sniffer -e vmnet8 -w ./tempout
i can see source and destination ip and ports
however, i cannot find the tempout file, even if I do this
sudo vmnet-sniffer -e vmnet8 -w ./"tempout"
where should the file be or perhaps what is an examle of a staement that works.
should the -w option permit a running display of the capture or should it be silent while it writes?