diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-07-17 05:51:14 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-07-17 05:51:14 +0000 |
commit | 527dc673f435d4f8f1b693570ff95f8992d6dd57 (patch) | |
tree | 3b9fdf061475a2cdf02e23ac1636234739ff7f91 /tap-sipstat.c | |
parent | 786666ea4cd2abfe69f56379a048831d5316f1cf (diff) | |
download | wireshark-527dc673f435d4f8f1b693570ff95f8992d6dd57.tar.gz wireshark-527dc673f435d4f8f1b693570ff95f8992d6dd57.tar.bz2 wireshark-527dc673f435d4f8f1b693570ff95f8992d6dd57.zip |
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
svn path=/trunk/; revision=18743
Diffstat (limited to 'tap-sipstat.c')
-rw-r--r-- | tap-sipstat.c | 1 |
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"}, |