summaryrefslogtreecommitdiff
path: root/tap-sipstat.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2010-02-20 17:19:16 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2010-02-20 17:19:16 +0000
commitf2944322f6c487f3371ac6a87ffded140f0027e3 (patch)
treeaa453cbc06b2bab4d1ea3d5c6368d25e8b444f4d /tap-sipstat.c
parent6a0c3ecaafae931303f7c0507fb2815c6e89d8e7 (diff)
downloadwireshark-f2944322f6c487f3371ac6a87ffded140f0027e3.tar.gz
Add missing SIP response codes from iana sip-parameters
svn path=/trunk/; revision=31932
Diffstat (limited to 'tap-sipstat.c')
-rw-r--r--tap-sipstat.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/tap-sipstat.c b/tap-sipstat.c
index e3b281c938..6d3c9a30cf 100644
--- a/tap-sipstat.c
+++ b/tap-sipstat.c
@@ -83,6 +83,7 @@ static const value_string vals_status_code[] = {
{ 200, "OK"},
{ 202, "Accepted"},
+ { 204, "No Notification"},
{ 299, "Success - Others"}, /* used to keep track of other Success packets */
{ 300, "Multiple Choices"},
@@ -111,7 +112,16 @@ static const value_string vals_status_code[] = {
{ 421, "Extension Required"},
{ 422, "Session Timer Too Small"},
{ 423, "Interval Too Brief"},
+ { 428, "Use Identity Header"},
{ 429, "Provide Referrer Identity"},
+ { 430, "Flow Failed"},
+ { 433, "Anonymity Disallowed"},
+ { 436, "Bad Identity-Info"},
+ { 437, "Unsupported Certificate"},
+ { 438, "Invalid Identity Header"},
+ { 439, "First Hop Lacks Outbound Support"},
+ { 440, "Max-Breadth Exceeded"},
+ { 470, "Consent Needed"},
{ 480, "Temporarily Unavailable"},
{ 481, "Call/Transaction Does Not Exist"},
{ 482, "Loop Detected"},