aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2016-03-14 22:30:51 +0100
committerAnders Broman <a.broman58@gmail.com>2016-03-14 22:27:39 +0000
commitd4b3c8602ca57b8a8b3f37dc544c92f5c5ca0f98 (patch)
treeddd7497cf2ede78bd3a382570102df4ae259bf08 /epan/dissectors/packet-xml.c
parent103214abfe15da8c2d321255e90202e36ad17093 (diff)
What a difference a comma makes. CID-1355680
Split two media type strings with the properly placed comma. Change-Id: Ia6026879b63b9f51c3f2e61d8709f43716f0c6e2 Reviewed-on: https://code.wireshark.org/review/14472 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-xml.c')
-rw-r--r--epan/dissectors/packet-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-xml.c b/epan/dissectors/packet-xml.c
index 0f07252da9..841be638dc 100644
--- a/epan/dissectors/packet-xml.c
+++ b/epan/dissectors/packet-xml.c
@@ -136,7 +136,7 @@ static const gchar *default_media_types[] = {
"application/vnd.etsi.simservs+xml",
"application/vnd.oma.xdm-apd+xml",
"application/vnd.3gpp.cw+xml",
- "application/vnd.3gpp.sms+xml"
+ "application/vnd.3gpp.sms+xml",
"application/vnd.3gpp.SRVCC-info+xml",
"application/vnd.wv.csp+xml",
"application/vnd.wv.csp.xml",