[Diameter] Add a couple of AVP:s

Change-Id: If7b6a1ba5e81ccb5395df33b7bbcb24a616727c9
Reviewed-on: https://code.wireshark.org/review/17112
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2016-08-17 15:51:23 +02:00 committed by Anders Broman
parent dd15a6d505
commit f92f16916a
1 changed files with 12 additions and 0 deletions

View File

@ -868,6 +868,18 @@
<avp name="SAR-Flags" code="655" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<type type-name="Unsigned32"/>
</avp>
<avp name="Allowed-WAF-WWSF-Identities" code="656" mandatory="mustnot" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<grouped>
<gavp name="WebRTC-Authentication-Function-Name"/>
<gavp name="WebRTC-Web-Server-Function-Name"/>
</grouped>
</avp>
<avp name="WebRTC-Authentication-Function-Name" code="657" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<type type-name="UTF8String"/>
</avp>
<avp name="WebRTC-Web-Server-Function-Name" code="658" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<type type-name="UTF8String"/>
</avp>
</application>