aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-22 16:06:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-22 16:06:02 +0000
commit0ebef9a0fa8523003e178a42798d0aabffc9b30d (patch)
tree602482988a2314a992f47b8f7f599abbfb53d6c2
parentace4d65e4738fdc1e06cc79bdb0865eedea7bf5b (diff)
From Josip Medved:
In line 4722 of dictionary.xml file there is comment: <-- Requesting-Node-Type is from old (v8.1.0 - v8.2.0) versions of 29.272. --> This is not a valid XML comment and that line should read: <!-- Requesting-Node-Type is from old (v8.1.0 - v8.2.0) versions of 29.272. --> https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6858 svn path=/trunk/; revision=41141
-rw-r--r--diameter/dictionary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 7c877ddd53..88e22bda45 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -4726,7 +4726,7 @@ Note: The AVP codes from 1119 to 1199 are reserved for TS 29.140
<avp name="SRES" code="1454" mandatory="must" vendor-bit="must" may-encrypt="no" vendor-id="TGPP">
<type type-name="OctetString"/>
</avp>
- <-- Requesting-Node-Type is from old (v8.1.0 - v8.2.0) versions of 29.272. -->
+ <!-- Requesting-Node-Type is from old (v8.1.0 - v8.2.0) versions of 29.272. -->
<avp name="Requesting-Node-Type" code="1455" mandatory="must" vendor-bit="must" may-encrypt="no" vendor-id="TGPP">
<type type-name="Enumerated"/>
<enum name="MME" code="0"/>