Hi, I would like to work out what is going on the wire between a
tomcat application and my browser. Usually I just use a command
line tool such as tcpflow, which I downloaded using darwinports or
fink. It has been some time I have not used it (at least a couple
of months). It no longer works though. Has there been some kernel
update that has changed the interface to such tools?
I don't get any output using
sudo tcpflow -i lo0 -c
When I run
sudo tcpflow -i en1 -c
my wireless network is shut down. I have to run
sudo ifconfig en1 down
sudo ifconfig en1 up
to get it to work again.
Does anyone have a similar experience? Or is it just me? Or is one
meant to use some other tool now?
Henry