Capturing and analyzing packets

2013-10-13 Thread Mike
Hi everyone, So I've been doing some exploring and I have ventured into the world of packet capturing. I know how to use terminal to capture everything happening on a given network but I can't figure out a good way to view the packets. Someone recommended coco packet analyzer but it's not

Re: Capturing and analyzing packets

2013-10-13 Thread Jan Blüher, visorApps
Hallo Mike, if you are in need to filter output in Terminal you might want to use the grep command. It picks you all lines with a certain pattern and can be use like this: # your output providing command | grep pattern the complete description of grep can be explored with # man grep I hope

Re: Capturing and analyzing packets

2013-10-13 Thread Georgina Joyce
Hello Mike, You want to sniff? http://stackoverflow.com/questions/9321853/how-to-sniff-packets-on-mac-os-10-7-lion Gena Georgina Joyce Applied Psychologist Training and Coaching. Because individuals of groups matter! On 13 Oct 2013, at 17:55, Mike blinkin4...@gmail.com wrote: Hi everyone,