aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.c
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2019-01-24 15:55:54 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-24 22:14:27 +0000
commit7ef8ddcad48356d6eca68e92a0941471cd235098 (patch)
tree9578991615e6211beabdde9e05c0ac34eb236a19 /epan/dissectors/packet-coap.c
parent50639e924314b07755b45318cff96537f920fb92 (diff)
CoAP: Add RFC8516 response code
RFC8516 adds new response code 4.29 Change-Id: I4a1d57a0632939d0b59a7f625720d07be3cdb866 Reviewed-on: https://code.wireshark.org/review/31719 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-coap.c')
-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 839cac028a..6cec782dc1 100644
--- a/epan/dissectors/packet-coap.c
+++ b/epan/dissectors/packet-coap.c
@@ -117,6 +117,7 @@ static const value_string vals_code[] = {
{ 141, "4.13 Request Entity Too Large" },
{ 143, "4.15 Unsupported Content-Format" },
{ 150, "4.22 Unprocessable Entity" }, /* RFC8132 */
+ { 157, "4.29 Too Many Requests" }, /* RFC8516 */
{ 160, "5.00 Internal Server Error" },
{ 161, "5.01 Not Implemented" },
{ 162, "5.02 Bad Gateway" },