Ethereal-users: Re: [Ethereal-users] Does ethereal correspond to "compact-form SIP headers" ?

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 13 Nov 2003 17:55:23 -0800
No.  Currently, the SIP dissector doesn't handle the compact form.

It could be changed to do so; the way to do so would probably be to:

have the "sip_headers[]" array have the long form and the compact form of the header name (or NULL for the compact form if there isn't one);

	have "sip_is_known_sip_header()" check both of them.