aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sipstat.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2006-08-30 09:48:12 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2006-08-30 09:48:12 +0000
commit6aa04b109c90b8939d7fa81cd830fcb8c7f088ff (patch)
treefa4040b248c36133e3be4859092bed538231051a /tap-sipstat.c
parenteb86b80cf40be4faad34a43740a78b3610db0ed5 (diff)
Add SIP response code 494 from RFC 3329
svn path=/trunk/; revision=19085
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 33021fc691..0862c4152d 100644
--- a/tap-sipstat.c
+++ b/tap-sipstat.c
@@ -118,6 +118,7 @@ static const value_string vals_status_code[] = {
{ 489, "Bad Event"},
{ 491, "Request Pending"},
{ 493, "Undecipherable"},
+ { 494, "Security Agreement Required"},
{ 499, "Client Error - Others"},
{ 500, "Server Internal Error"},