Hi all,
I have generated a trivial patch which allows dissection of SIP even if the
version is not "SIP/2.0" by means of a preference. By defaut this preference
will enforce strict SIP/2.0 version checking.
I will check it in tonight.
Regards,
Olivier
| -----Original Message-----
| From: Lars Roland
|
| Hello Andre,
|
| Andre Hassan-TM wrote:
| >
| > I'm using Ethereal v0.10.0 on a Win32 machine. Ethereal
| does not seem
| > to be able to parse the content of the SIP messages within
| the capture
| > file. It only shows the packet as a UDP packet. Attached
| is a sample
| > capture file. Please help.
| >
|
| Ethereal does not decode the SIP Messages in your capture
| file, because
| they contain a version number which is not compliant with RFC3261.
| This is a bug in the application you use.
|
| To be compliant with RFC3261, SIP Messages must contain a
| SIP-Version of
| "SIP/2.0", not "SIP/3.C".