Ethereal-dev: Re: [Ethereal-dev] Trivial packet-sip.c [patch]

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

From: "Lars Roland" <Lars.Roland@xxxxxxx>
Date: Fri, 24 Mar 2006 20:25:08 +0100
Am 24.03.2006, 15:11 Uhr, schrieb Martin Mathieson <martin.mathieson@xxxxxxxxxxxx>:

Hi,

This patch adds a hidden 'sip.auth' field, that will be present whenever
one of the authenticiation/authorization headers is present.

I believe this is one place where hidden fields are justified:
- it is a substring of several sip.auth.* fields, so its reassuring to
see the field turn green as you're typing in one of the visible fields
- it lets you quickly find all of the frames with any of these fields
(there are 4 different SIP headers that can contain the auth fields)

Regards,
Martin



You can achieve the same with sip.auth.scheme, which is a mandatory item in these headers.