[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>
This commit is contained in:
Michael Mann 2015-11-27 08:41:21 -05:00
parent 6221c8d255
commit 1949a971c8
1 changed files with 1 additions and 0 deletions

View File

@ -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" },