Add Via sigcomp-id param (from draft-ietf-rohc-sigcomp-sip)

svn path=/trunk/; revision=21389
This commit is contained in:
Martin Mathieson 2007-04-12 14:31:49 +00:00
parent 3c477d23b8
commit 4b18fbc8a5
1 changed files with 8 additions and 1 deletions

View File

@ -124,6 +124,7 @@ static gint hf_sip_via_rport = -1;
static gint hf_sip_via_received = -1;
static gint hf_sip_via_ttl = -1;
static gint hf_sip_via_comp = -1;
static gint hf_sip_via_sigcomp_id = -1;
static gint hf_sip_rack_rseq_no = -1;
static gint hf_sip_rack_cseq_no = -1;
@ -485,7 +486,8 @@ static header_parameter_t via_parameters_hf_array[] =
{"rport", &hf_sip_via_rport},
{"received", &hf_sip_via_received},
{"ttl", &hf_sip_via_ttl},
{"comp", &hf_sip_via_comp}
{"comp", &hf_sip_via_comp},
{"sigcomp-id", &hf_sip_via_sigcomp_id}
};
/*
@ -3495,6 +3497,11 @@ void proto_register_sip(void)
FT_STRING, BASE_NONE, NULL, 0x0,
"SIP Via comp", HFILL}
},
{ &hf_sip_via_sigcomp_id,
{ "Sigcomp identifier", "sip.Via.sigcomp-id",
FT_STRING, BASE_NONE, NULL, 0x0,
"SIP Via sigcomp identifier", HFILL}
},
{ &hf_sip_rack_rseq_no,
{ "RSeq Sequence Number", "sip.RAck.RSeq.seq",
FT_UINT32, BASE_DEC, NULL, 0x0,