Ethereal-users: [Ethereal-users] How to decode sip messages with tethereal

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Juraj Markotic" <Juraj.Markotic@xxxxxxxxx>
Date: Sat, 10 Sep 2005 00:03:10 +0200
I already tried with this:
#tethereal -Vi bge0 port 5060
but this also displays all headers I don't need (L2, ip and udp headers),

I would like to watch real raw sip messages, without unnecessary headers. 
Even would like to have something like "show sip as raw text" as in 
ethereal.
I must use tethereal because I am working on sun machine by ssh.
My current favorite one for decoding sip messages is:
ngrep '*' udp port 5060
It has its flaws, so I am trying with tethereal.

thanks,
jmarkotic