From 9b24ffcd6f802e15db6152bb81c2e87057cc91fe Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 28 May 2017 20:24:52 -0400 Subject: Add Inovar specific Diameter AVP codes Bug: 13349 Change-Id: I2a06ee3bd7ab1f81414ad8e4155c1430a7287644 Reviewed-on: https://code.wireshark.org/review/21778 Reviewed-by: Anders Broman --- Makefile.am | 1 + diameter/Inovar.xml | 72 ++++++++++++++++++++++++++++++++++++++++++++ diameter/dictionary.xml | 2 ++ packaging/nsis/wireshark.nsi | 1 + 4 files changed, 76 insertions(+) create mode 100644 diameter/Inovar.xml diff --git a/Makefile.am b/Makefile.am index ff2bc694ee..ab37144fd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,7 @@ dist_diameter_DATA = $(_CUSTOM_diameter_xml_files_) \ diameter/eap.xml \ diameter/Ericsson.xml \ diameter/etsie2e4.xml \ + diameter/Inovar.xml \ diameter/Juniper.xml \ diameter/mobileipv4.xml \ diameter/mobileipv6.xml \ diff --git a/diameter/Inovar.xml b/diameter/Inovar.xml new file mode 100644 index 0000000000..d5587cf874 --- /dev/null +++ b/diameter/Inovar.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml index 7f11ee4ffe..80e99923ff 100644 --- a/diameter/dictionary.xml +++ b/diameter/dictionary.xml @@ -28,6 +28,7 @@ + ]> @@ -7684,5 +7685,6 @@ &Oracle; &CiscoSystems; &Juniper; + &Inovar; &Custom; diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index a5db71e840..b0f830592e 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -508,6 +508,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\Inovar.xml" File "${STAGING_DIR}\diameter\Juniper.xml" File "${STAGING_DIR}\diameter\mobileipv4.xml" File "${STAGING_DIR}\diameter\mobileipv6.xml" -- cgit v1.2.1