aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-08-09 07:58:27 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-08-09 07:58:27 +0000
commit2214b3f9d03e64015746d05d225586973f0ce3c9 (patch)
tree0f65fd20b3f1a025f00eb2ed3fc7a3a32aa8ee9a /epan
parent48fcd0c243a89740909f4c18718b2e92035cda46 (diff)
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9022 :
Fix dissection of Feature-Caps header field svn path=/trunk/; revision=51233
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-sip.c4
1 files changed, 2 insertions, 2 deletions
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",