aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-json.c
diff options
context:
space:
mode:
authorAndersBroman <a.broman58@gmail.com>2022-10-19 06:31:02 +0000
committerAndersBroman <a.broman58@gmail.com>2022-10-19 06:31:02 +0000
commit5af53da4342168b26470d2f5d38763ccb849e24a (patch)
tree343b435ea58b90fe9112fedcd8b5e4439c843a74 /epan/dissectors/packet-json.c
parent69f1cd3eed43a53ed2fce076a55180f33ca49e7b (diff)
json: Add media type application/3gppHal+json
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 6bd0cacfaa..bd973967ab 100644
--- a/epan/dissectors/packet-json.c
+++ b/epan/dissectors/packet-json.c
@@ -1222,6 +1222,7 @@ proto_reg_handoff_json(void)
dissector_add_string("media_type", "application/merge-patch+json", json_handle); /* RFC 7386 HTTP PATCH methods (RFC 5789) */
dissector_add_string("media_type", "application/json-patch+json", json_handle); /* RFC 6902 JavaScript Object Notation (JSON) Patch */
dissector_add_string("media_type", "application/x-ndjson", json_handle);
+ dissector_add_string("media_type", "application/3gppHal+json", json_handle);
dissector_add_string("grpc_message_type", "application/grpc+json", json_handle);
dissector_add_uint_range_with_preference("tcp.port", "", json_file_handle); /* JSON-RPC over TCP */
dissector_add_uint_range_with_preference("udp.port", "", json_file_handle); /* JSON-RPC over UDP */