From Martin Mathieson
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 25 Feb 2006 09:28:52 +0000 (09:28 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 25 Feb 2006 09:28:52 +0000 (09:28 +0000)
- add SIP response code 412 ("Conditional Request Failed") to stats taps.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17409 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/sip_stat.c
tap-sipstat.c

index d3e98c2ad4e6ae2bc33f22f80a975485c49f71dd..4f26d1064c6d25c3dee0a83d438981bb601cb324 100644 (file)
@@ -119,6 +119,7 @@ static const value_string vals_status_code[] = {
     { 407, "Proxy Authentication Required"},
     { 408, "Request Timeout"},
     { 410, "Gone"},
+    { 412, "Conditional Request Failed"},
     { 413, "Request Entity Too Large"},
     { 414, "Request-URI Too Long"},
     { 415, "Unsupported Media Type"},
index 8202224faf35e110760611a9ebbdc8faad7a90ac..d300077ea76e312d58a9117fa99d4537df12ddf8 100644 (file)
@@ -97,6 +97,7 @@ static const value_string vals_status_code[] = {
     { 407, "Proxy Authentication Required"},
     { 408, "Request Timeout"},
     { 410, "Gone"},
+    { 412, "Conditional Request Failed"},
     { 413, "Request Entity Too Large"},
     { 414, "Request-URI Too Long"},
     { 415, "Unsupported Media Type"},