This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

SIP Session-ID is undecoded

0

Hello,

I have captured traffic from IMS Core of Ericsson and Wireshark is unable to decode Session-ID in an INVITE packet. This field is defined in the RFC 7329.

It is a mistake of me or this field is not supported for the moment ?

Here is the error :

Expert Info (Note/Undecoded): Unrecognised SIP header (Session-ID)

Thank you and best regard.

Gremaudc

asked 19 May '15, 07:36

gremaudc's gravatar image

gremaudc
6113
accept rate: 0%

edited 19 May '15, 07:37


One Answer:

0

The header Session-ID is not defined in the code, so it's not yet supported.

See packet-sip.c:

static const sip_header_t sip_headers[] = {

If you need this, please file an enhancement bug at https://bugs.wireshark.org

Regards
Kurt

answered 19 May '15, 12:25

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 19 May '15, 12:27

(22 May '15, 03:20) Anders ♦