Use the correct AVP type in a couple of places: IPAddress instead of Address.

(For whatever reason the Diameter dictionary calls it IPAddress rather than
Address--the latter is what's in the RFCs.)

Change-Id: I5efcffc2a9bced6ba841b09fd83cb3dcd128d440
Reviewed-on: https://code.wireshark.org/review/8341
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Jeff Morriss 2015-05-07 22:06:11 -04:00 committed by Anders Broman
parent 1244ee0394
commit b644698bef
1 changed files with 2 additions and 2 deletions

View File

@ -6445,10 +6445,10 @@
</grouped>
</avp>
<avp name="MTC-IWF-Address" code="3406" mandatory="must" vendor-bit="must" may-encrypt="no" vendor-id="TGPP">
<type type-name="Address"/>
<type type-name="IPAddress"/>
</avp>
<avp name="ePDG-Address" code="3425" mandatory="must" may-encrypt="no" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Address"/>
<type type-name="IPAddress"/>
</avp>
</base>