diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /resources/protocols/diameter/Juniper.xml | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/protocols/diameter/Juniper.xml')
-rw-r--r-- | resources/protocols/diameter/Juniper.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/resources/protocols/diameter/Juniper.xml b/resources/protocols/diameter/Juniper.xml new file mode 100644 index 00000000..1a1a7b15 --- /dev/null +++ b/resources/protocols/diameter/Juniper.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> + +<vendor vendor-id="Juniper" code="2636" name="Juniper"> +<!-- *********** Last updated 2016-04-14 ************ --> + <avp name="TDF-Application-Instance-Identifier-Base" code="1100" vendor-bit="must" vendor-id="Juniper"> + <type type-name="UTF8String"/> + </avp> + <avp name="Service-Chaining-Information" code="1101" vendor-bit="must" vendor-id="Juniper"> + <type type-name="UTF8String"/> + </avp> + <avp name="LRF-Profile-Name" code="1102" vendor-bit="must" vendor-id="Juniper"> + <type type-name="UTF8String"/> + </avp> + <avp name="HCM-Profile-Name" code="1103" vendor-bit="must" vendor-id="Juniper"> + <type type-name="UTF8String"/> + </avp> + <avp name="Forwarding-Class-Name" code="1104" vendor-bit="must" vendor-id="Juniper"> + <type type-name="UTF8String"/> + </avp> + <avp name="Redirect-VRF" code="1105" vendor-bit="must" vendor-id="Juniper"> + <type type-name="UTF8String"/> + </avp> + <avp name="Requested-Burstsize-UL" code="1106" vendor-bit="must" vendor-id="Juniper"> + <type type-name="Integer32"/> + </avp> + <avp name="Requested-Burstsize-DL" code="1107" vendor-bit="must" vendor-id="Juniper"> + <type type-name="Integer32"/> + </avp> + <avp name="Steering-Information" code="1108" vendor-bit="must" vendor-id="Juniper"> + <grouped> + <gavp name="Steering-Uplink-VRF"/> + <gavp name="Steering-Downlink-VRF"/> + <gavp name="Steering-IP-Address"/> + </grouped> + </avp> + <avp name="Steering-Uplink-VRF" code="1109" vendor-bit="must" vendor-id="Juniper"> + <type type-name="UTF8String"/> + </avp> + <avp name="Steering-Downlink-VRF" code="1110" vendor-bit="must" vendor-id="Juniper"> + <type type-name="UTF8String"/> + </avp> + <avp name="Steering-IP-Address" code="1111" vendor-bit="must" vendor-id="Juniper"> + <type type-name="IPAddress"/> + </avp> +</vendor>
\ No newline at end of file |