From 2214b3f9d03e64015746d05d225586973f0ce3c9 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 9 Aug 2013 07:58:27 +0000 Subject: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9022 : Fix dissection of Feature-Caps header field svn path=/trunk/; revision=51233 --- epan/dissectors/packet-sip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan') diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c index fa317c88c1..7fec91dd2b 100644 --- a/epan/dissectors/packet-sip.c +++ b/epan/dissectors/packet-sip.c @@ -4456,8 +4456,8 @@ void proto_register_sip(void) }, { &hf_header_array[POS_FEATURE_CAPS], { "Feature-Caps", "sip.feature_caps", - FT_UINT32, BASE_DEC,NULL,0x0, - NULL, HFILL } + FT_STRING, BASE_NONE,NULL,0x0, + "RFC 6809: Feature-Caps", HFILL } }, { &hf_header_array[POS_FLOW_TIMER], { "Flow-Timer", "sip.Flow-Timer", -- cgit v1.2.3