SIP: Add Status Code 607 (Unwanted)

RFC 8197 defines the new status code 607 Unwanted

Change-Id: I61299788b25f5ada460c88949bed3cabddc3908f
Reviewed-on: https://code.wireshark.org/review/22618
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Uli Heilmeier 2017-07-14 07:21:08 +02:00 committed by Anders Broman
parent d9845ca27e
commit 2ff4cd3c16
1 changed files with 1 additions and 0 deletions

View File

@ -5515,6 +5515,7 @@ static const value_string response_code_vals[] = {
{ 603, "Decline"},
{ 604, "Does Not Exist Anywhere"},
{ 606, "Not Acceptable"},
{ 607, "Unwanted"},
{ 699, "Global Failure - Others"},
{ 0, NULL}