aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/sip_stat.c1
-rw-r--r--tap-sipstat.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index d3e98c2ad4..4f26d1064c 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -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"},
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"},