aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2017-07-14 07:21:08 +0200
committerAnders Broman <a.broman58@gmail.com>2017-07-14 09:15:06 +0000
commit2ff4cd3c162ab219fa398b271e49564360827eb2 (patch)
tree00a86b48125207054a3156ee325d16cb93474656 /epan/dissectors/packet-sip.c
parentd9845ca27ea0af145e3dbd96572eef789e542eed (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-sip.c')
-rw-r--r--epan/dissectors/packet-sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index 0381ca8b4c..022233d6ea 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -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}