aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-json.c
diff options
context:
space:
mode:
authorJuanjo Martin <juanjo@rti.com>2015-12-16 16:11:33 +0100
committerAnders Broman <a.broman58@gmail.com>2015-12-17 22:49:51 +0000
commit8b09e71b2605eeb58d116221da00ed65abc6a674 (patch)
tree8bd3ff8902faf0786610ba8d152bfc0be8ae31c3 /epan/dissectors/packet-json.c
parent76041aa097cdf74fd64af54d6cf659aa3dd860da (diff)
XML, JSON: Added DDS Web Integration Service
Change-Id: I18e272d060cee063c32be4eadd1643f080bbee22 Reviewed-on: https://code.wireshark.org/review/12701 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-json.c')
-rw-r--r--epan/dissectors/packet-json.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-json.c b/epan/dissectors/packet-json.c
index 8bd5c0c275..d6d5cee690 100644
--- a/epan/dissectors/packet-json.c
+++ b/epan/dissectors/packet-json.c
@@ -653,6 +653,7 @@ proto_reg_handoff_json(void)
dissector_add_string("media_type", "application/json", json_handle); /* RFC 4627 */
dissector_add_string("media_type", "application/json-rpc", json_handle); /* JSON-RPC over HTTP */
dissector_add_string("media_type", "application/jsonrequest", json_handle); /* JSON-RPC over HTTP */
+ dissector_add_string("media_type", "application/dds-web+json", json_handle); /* DDS Web Integration Service over HTTP */
text_lines_handle = find_dissector("data-text-lines");
}