From 614dcef0842f72095e003ffe7630d7f097f1b927 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sat, 25 Feb 2006 09:28:52 +0000 Subject: From Martin Mathieson - add SIP response code 412 ("Conditional Request Failed") to stats taps. svn path=/trunk/; revision=17409 --- tap-sipstat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tap-sipstat.c') diff --git a/tap-sipstat.c b/tap-sipstat.c index 8202224faf..d300077ea7 100644 --- a/tap-sipstat.c +++ b/tap-sipstat.c @@ -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"}, -- cgit v1.2.1