Wireshark-bugs: [Wireshark-bugs] [Bug 4998] SIP parse error of the Authentication-Info header
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4998
--- Comment #3 from Clabots Bernard <bclabots@xxxxxxxxxxx> 2010-07-28 01:41:14 PDT ---
Created an attachment (id=4972)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4972)
Wireshark capture of the packet
Here you are!
Excerpt of the sipp code:
<send>
<![CDATA[
SIP/2.0 200 OK sip:[field0]@[remote_ip]:[remote_port] SIP/2.0
[last_Via:]
[last_From:]
[last_To:]
[last_Call-ID:]
[last_CSeq:]
Require: timer
Session-Expires: 1800;refresher=uac
Supported: timer
Contact:
<sip:[field0]@[local_ip]:[local_port];transport=udp>;+g.3gpp.icsi_ref="urn%3Aurn-xxx%3A3gpp-service.ims.icsi.mmtel";+g.3gpp.icsi-ref="urn%3Aurn-xxx%3A3gpp-service.ims.icsi.mmtel"
Allow: REGISTER,REFER,NOTIFY,SUBSCRIBE,INVITE,ACK,OPTIONS,CANCEL,BYE
Content-Type: application/sdp
Content-Length: [len]
Authentication-Info:
nextnonce="69ce963acc184fc1c2ae8fb3c11a0103",qop=auth,rspauth="4af57fe7c6e1dc8efa079d22d4ca4e57",cnonce="a1aa9fa",nc=00000001
v=0
o=- 282620100222140127 1780088876 IN IP[local_ip_type] [local_ip]
s=-
c=IN IP[media_ip_type] [local_ip]
t=0 0
a=sendrecv
m=audio [media_port] RTP/AVP 8
a=rtpmap:8 PCMA/8000
]]>
</send>
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.