Add 422 "Session Timer Too Small" response code from RFC 4028
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 29 Jun 2007 10:47:46 +0000 (10:47 +0000)
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 29 Jun 2007 10:47:46 +0000 (10:47 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22222 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/sip_stat.c
tap-sipstat.c

index 17932d68bf149225c5a3d1a1b2f4f1e4a3edff92..ec87b1a3f7a50ec019bdfd95ca35e2ea530533e5 100644 (file)
@@ -126,6 +126,7 @@ static const value_string vals_status_code[] = {
     { 416, "Unsupported URI Scheme"},
     { 420, "Bad Extension"},
     { 421, "Extension Required"},
+    { 422, "Session Timer Too Small"},
     { 423, "Interval Too Brief"},
     { 429, "Provide Referrer Identity"},
     { 480, "Temporarily Unavailable"},
index 0862c4152df610a028bdfc6057c29069031962b5..e96bd1992617bf92fe1850ef9c01d5235d170d3c 100644 (file)
@@ -104,6 +104,7 @@ static const value_string vals_status_code[] = {
     { 416, "Unsupported URI Scheme"},
     { 420, "Bad Extension"},
     { 421, "Extension Required"},
+    { 422, "Session Timer Too Small"},
     { 423, "Interval Too Brief"},
     { 429, "Provide Referrer Identity"},
     { 480, "Temporarily Unavailable"},