From 1bc6d4e96573f89ecdd719cb3cac92754b91f52c Mon Sep 17 00:00:00 2001 From: Jeff Dyer Date: Fri, 27 Oct 2017 12:33:50 -0600 Subject: [PATCH] Diameter: Add Huawei DCC AVPs Change-Id: I480e58a1676677bb362bb4e9dc866c5d5f0814e1 Reviewed-on: https://code.wireshark.org/review/24111 Reviewed-by: Jeff Dyer Reviewed-by: Michael Mann --- Makefile.am | 1 + diameter/Huawei.xml | 57 ++++++++++++++++++++++++++++++++++++ diameter/dictionary.xml | 2 ++ packaging/nsis/wireshark.nsi | 1 + 4 files changed, 61 insertions(+) create mode 100644 diameter/Huawei.xml diff --git a/Makefile.am b/Makefile.am index a182ed0900..f5aef660a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,6 +100,7 @@ dist_diameter_DATA = $(_CUSTOM_diameter_xml_files_) \ diameter/Nokia.xml \ diameter/NokiaSolutionsAndNetworks.xml \ diameter/HP.xml \ + diameter/Huawei.xml \ diameter/Oracle.xml # diff --git a/diameter/Huawei.xml b/diameter/Huawei.xml new file mode 100644 index 0000000000..ca68610282 --- /dev/null +++ b/diameter/Huawei.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml index 4a8e0de08d..a0f1d3dd83 100644 --- a/diameter/dictionary.xml +++ b/diameter/dictionary.xml @@ -29,6 +29,7 @@ + ]> @@ -7990,5 +7991,6 @@ &CiscoSystems; &Juniper; &Inovar; + &Huawei; &Custom; diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index 422c1ea646..0bf1a25225 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -517,6 +517,7 @@ File "${STAGING_DIR}\diameter\eap.xml" File "${STAGING_DIR}\diameter\Ericsson.xml" File "${STAGING_DIR}\diameter\etsie2e4.xml" File "${STAGING_DIR}\diameter\HP.xml" +File "${STAGING_DIR}\diameter\Huawei.xml" File "${STAGING_DIR}\diameter\Inovar.xml" File "${STAGING_DIR}\diameter\Juniper.xml" File "${STAGING_DIR}\diameter\mobileipv4.xml"