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.

Reply via email to