aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sipstat.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-17 05:51:14 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-17 05:51:14 +0000
commit4b4e03175ed32f8ee32a9889ce20d8add354cf48 (patch)
tree3b9fdf061475a2cdf02e23ac1636234739ff7f91 /tap-sipstat.c
parent1b28f5118aa4c08a31b4d776f32b559c14af7373 (diff)
From Martin Mathieson:
sip_stats.c and tap_sipstat.c: adds the code 429 ("Provide Referrer Identity", from RFC 3892) to SIP stats. chargecontrol.xml packet-diameter.c : These patches - add a few more chargecontrol AVPs, and add the vendor-id where needed - report as expert info when AVPs' lengths don't match their type git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18743 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 872eac28f5..33021fc691 100644
--- a/tap-sipstat.c
+++ b/tap-sipstat.c
@@ -105,6 +105,7 @@ static const value_string vals_status_code[] = {
{ 420, "Bad Extension"},
{ 421, "Extension Required"},
{ 423, "Interval Too Brief"},
+ { 429, "Provide Referrer Identity"},
{ 480, "Temporarily Unavailable"},
{ 481, "Call/Transaction Does Not Exist"},
{ 482, "Loop Detected"},