aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sipstat.c
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-29 10:47:46 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-29 10:47:46 +0000
commit9a596c0170f38ca98c7ca8ca757b24d6110226ec (patch)
treefd6f8731300620684c18ac9af456544ada78c49e /tap-sipstat.c
parenta02de9165a96c43bc699c886eb376d5e636cc130 (diff)
Add 422 "Session Timer Too Small" response code from RFC 4028
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22222 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 0862c4152d..e96bd19926 100644
--- a/tap-sipstat.c
+++ b/tap-sipstat.c
@@ -104,6 +104,7 @@ static const value_string vals_status_code[] = {
{ 416, "Unsupported URI Scheme"},
{ 420, "Bad Extension"},
{ 421, "Extension Required"},
+ { 422, "Session Timer Too Small"},
{ 423, "Interval Too Brief"},
{ 429, "Provide Referrer Identity"},
{ 480, "Temporarily Unavailable"},