aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sipstat.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-25 09:28:52 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-25 09:28:52 +0000
commit39dde2343992ac0639f0339d9cd2892511b4dc3e (patch)
treee6e168bfdcb8ed0b4efe1f8d0ba73c06c8683e96 /tap-sipstat.c
parent5913c68de1c8fe43f2e216cb799a761858b821a3 (diff)
From Martin Mathieson
- 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
Diffstat (limited to 'tap-sipstat.c')
-rw-r--r--tap-sipstat.c1
1 files changed, 1 insertions, 0 deletions
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"},