summaryrefslogtreecommitdiff
path: root/diameter
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-09-14 08:32:04 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-09-14 08:32:04 +0000
commitbb911c40f352b2791a1874206485798e5610a84a (patch)
tree4266bdddbb31d88535dcdf710b6f64b330667d61 /diameter
parente499981352f87dc52d086687b4e7ff2c2ee950f3 (diff)
downloadwireshark-bb911c40f352b2791a1874206485798e5610a84a.tar.gz
Fix enumeration value for Virtual RAT-Type
svn path=/trunk/; revision=44893
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index aae6ee86f0..680cc66862 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -3672,7 +3672,7 @@
<avp name="RAT-Type" code="1032" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Enumerated" />
<enum name="WLAN" code="0" />
- <enum name="VIRTUAL" code="0" />
+ <enum name="VIRTUAL" code="1" />
<enum name="UTRAN" code="1000" />
<enum name="GERAN" code="1001" />
<enum name="GAN" code="1002" />