Displaying 1 result from an estimated 1 matches for "qweqweqwsdsd".
Did you mean:
qweqweqwsdsde
2009 Jan 20
2
Some basic questions
...domain.org;tag=qweqweqwe<CRLF>
To: sip:bob at domain.org<CRLF>
Via: xxxxxxxxx<CRLF>
Cseq: xxxxxxxxx<CRLF>
Content-Type: text/plain<CRLF>
Content-Length: 5<CRLF>
<CRLF>
helloINVITE sip:carol at domain.org SIP/2.0<CRLF>
From: sip:pepe at domain.org;tag=qweqweqwsdsde<CRLF>
To: sip:carol at domain.org<CRLF>
Via: xxxxxxxxx<CRLF>
Cseq: xxxxxxxxx<CRLF>
Content-Length: 0<CRLF>
<CRLF>
-------------------
The way to extrac each message is based on the "Content-Length" header, so
after parsing that ammount of bytes, the r...