aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-11-25 07:22:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-11-25 07:22:17 +0000
commit0757ccc5609b7aec11962ccf9c047aa86d7cc49f (patch)
tree43e33f0a2ac3939f22037f61d41d461aca5db0ee /diameter
parent6505190fb7716d721c588e2d7126190798791b4e (diff)
Add a temporary workaround for the duplicated filter name problem.
svn path=/trunk/; revision=53560
Diffstat (limited to 'diameter')
-rw-r--r--diameter/etsie2e4.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/diameter/etsie2e4.xml b/diameter/etsie2e4.xml
index 2829d48cde..33d9ff446b 100644
--- a/diameter/etsie2e4.xml
+++ b/diameter/etsie2e4.xml
@@ -10,9 +10,22 @@
6.3.2 Experimental-Result-Code AVP values defined in the present
document
This clause defines the specific values of the Experimental-Result-Code AVP (vendor-id is ETSI):
- -->
+
+ XXX prefixed with ETSI to not clash with the IETF one, that causes some filter problem with Wireshark when creating custom columns
+
+ The following tshark parameters ” -Y diameter -z
+proto,colinfo,diameter.Experimental-Result-Code,diameter.Experimental-Result-Code”
+
+yields no result where as
+
+-Y diameter -z proto,colinfo,diameter.Result-Code,diameter.Result-Code
+
+Does
+
<avp name="Experimental-Result-Code" code="298" mandatory="must" protected="mustnot" vendor-bit="must" vendor-id="ETSI" may-encrypt="no" >
- <type type-name="Unsigned32"/>
+ -->
+ <avp name="ETSI-Experimental-Result-Code" code="298" mandatory="must" protected="mustnot" vendor-bit="must" vendor-id="ETSI" may-encrypt="no" >
+ <type type-name="Unsigned32"/>
<enum name="INSUFFICIENT_RESOURCES" code="4041"/>
<enum name="COMMIT_FAILURE" code="4043"/>
<enum name="REFRESH_FAILURE" code="4044"/>