Diameter: Add some protocol values to AVP Protocol enum.

Change-Id: Ib2543377c5d41bf135cdd2e9a8574a6c71cdb32f
Reviewed-on: https://code.wireshark.org/review/28037
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Anders 2018-06-05 12:41:13 +02:00 committed by Anders Broman
parent 896049f68f
commit 7745c093cf
1 changed files with 8 additions and 2 deletions

View File

@ -2270,8 +2270,14 @@
<type type-name="OctetString"/>
</avp>
<avp name="Protocol" code="513" mandatory="may">
<type type-name="Unsigned32"/>
</avp>
<!-- The values for this AVP are managed by IANA under the Protocol Numbers registry as defined in [RFC2780]
For now only add the most common ones to avoid a long value_string (see epan/ipproto.c).
-->
<type type-name="Enumerated"/>
<enum name="TCP Transmission Control" code="6"/>
<enum name="UDP User Datagram" code="17"/>
<enum name="SCTP Stream Control Transmission Protocol" code="132"/>
</avp>
<avp name="Direction" code="514" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
<type type-name="Enumerated"/>
<enum name="IN" code="0"/>