aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-11-27 08:41:21 -0500
committerMichael Mann <mmann78@netscape.net>2015-11-27 13:42:14 +0000
commit1949a971c81e643133580adee77b8d1fcebd5c33 (patch)
tree1bec6f4614d4e9b48e04bed83d28e665ccc06906 /epan/dissectors/packet-coap.c
parent6221c8d255cf7a8a6302a59d7ac52169968f73ab (diff)
[COAP] Add "2.31 Continue" code
Bug: 11682 Change-Id: I77c7b9cdb39f18dabe0de0f11d9132ae074e3686 Reviewed-on: https://code.wireshark.org/review/12222 Reviewed-by: Michael Mann <mmann78@netscape.net>
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 a09d9320c8..461cda637b 100644
--- a/epan/dissectors/packet-coap.c
+++ b/epan/dissectors/packet-coap.c
@@ -137,6 +137,7 @@ static const value_string vals_code[] = {
{ 67, "2.03 Valid" },
{ 68, "2.04 Changed" },
{ 69, "2.05 Content" },
+ { 95, "2.31 Continue" },
{ 128, "4.00 Bad Request" },
{ 129, "4.01 Unauthorized" },
{ 130, "4.02 Bad Option" },