aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sipstat.c
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-30 09:48:12 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-30 09:48:12 +0000
commit0752b2189bd0e9df610816312972504eaf32ef2f (patch)
treefa4040b248c36133e3be4859092bed538231051a /tap-sipstat.c
parent59bbf7923e429f88738aa4330fcd99edd35f5316 (diff)
Add SIP response code 494 from RFC 3329
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19085 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 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"},