Re: [Patch] to add more auth parameters to SIP dissector
Martin Mathieson <[email protected]>
| Newsgroups | gmane.network.ethereal.devel |
|---|---|
| Message-ID | <[email protected]> |
Lars Roland wrote: >Hello Martin, > >Martin Mathieson schrieb: > > >>Hi, >> >>This patch adds a 3 more auth parameters, and now parses the auth >>parameters in an Authentication-Info header. >> >>Regards, >>Martin >> >> >> > >Two remarks/questions : > >- The authentication-info header has a slightly different syntax as the >authenticate and authorization headers. It doesn't contain a field for >the authentication scheme at the beginning. > We should have an own routine for dissecting the authentication-info >header. > > Oops, yes. Hadn't tested this part yet... I'll create a capture and try to post an updated patch later on. >- There is no "auts" parameter in RFC 3261. Is it defined in another >SIP-Extension? > > > It is defined in RFC 3310, and can appear in the Authorization: header. >Regards, >Lars > > Thanks, Martin