Hi,
Am Mittwoch 09 Juli 2008 13:33:28 schrieb Klaus Darilion:
Andreas Heise schrieb:
or "tcpdump port 5060 -v" if ngrep is
not installed....
That does not work for me - tcpdump still does not show the SIP content.
To view the (ASCII-) content of packets you could use
tcpdump -A -s 1500 port 5060
'-A' to get an ASCII dump of the data part, '-s 1500' to capture the whole
(ethernet-)frame.
Regards,
Carsten