summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-07-20 23:31:43 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-08-02 15:20:02 +0000
commit37a1bb8ca4af21b29298196356beb379040f891c (patch)
tree0e6fc674fb7e38f38f318ecce45f346f3f1f0a82
parentb1ce65350d4ab3fd7344af3784513a13790a410f (diff)
downloadwireshark-37a1bb8ca4af21b29298196356beb379040f891c.tar.gz
CoAP: add media type number for application/cbor
application/cbor got the number 60 by the IANA, see https://www.iana.org/assignments/core-parameters/core-parameters.xml#content-formats Change-Id: I4dbfd9eff8bacb46e815140c4640359f9a951869 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Reviewed-on: https://code.wireshark.org/review/9847 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-rw-r--r--epan/dissectors/packet-coap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-coap.c b/epan/dissectors/packet-coap.c
index 70990ca2eb..1ade51a991 100644
--- a/epan/dissectors/packet-coap.c
+++ b/epan/dissectors/packet-coap.c
@@ -246,6 +246,7 @@ static const value_string vals_ctype[] = {
{ 42, "application/octet-stream" },
{ 47, "application/exi" },
{ 50, "application/json" },
+ { 60, "application/cbor" },
{ 0, NULL },
};