Hi,
I wanted to decode my wireshark to decode the Vodafone Diameter specific AVPs 260 & 261. My wireshark is installed on my Linux Box running with CentOS.
I can see the following lie is already added in dictionary.xml [path: /usr/share/wireshark/diameter]
<vendor vendor-id="Vodafone" code="12645" name="Vodafone"/>
And I have added following in the dictionary.xml:
<avp name="Radio-Access-Technology" code="260" vendor-bit="Vodafone">
<type type-name="Enumerated"/>
<enum name="UTRAN" code="1"/>
<enum name="GERAN" code="2"/>
<enum name="WLAN" code="3"/>
<enum name="GAN" code="4"/>
<enum name="HSPA Evolution" code="5"/>
<enum name="EUTRAN" code="6"/>
</avp>
<avp name="Reporting-Reason" code="261" vendor-bit="Vodafone">
<type type-name="Enumerated"/>
<enum name="THRESHOLD" code="0"/>
<enum name="FINAL" code="2"/>
<enum name="QUOTA_EXHAUSTED" code="3"/>
<enum name="VALIDITY_TIME" code="4"/>
<enum name="OTHER_QUOTA_TYPE" code="5"/>
<enum name="RATING_CONDITION_CHANGE" code="6"/>
<enum name="FORCED_REAUTHORISATION" code="7"/>
</avp></code></pre><p>Still these AVPs are not decoded. Please let me know what is missed here.</p></div><div id="question-tags" class="tags-container tags"><span class="post-tag tag-link-diameter" rel="tag" title="see questions tagged 'diameter'">diameter</span> <span class="post-tag tag-link-avp" rel="tag" title="see questions tagged 'avp'">avp</span> <span class="post-tag tag-link-vodafone" rel="tag" title="see questions tagged 'vodafone'">vodafone</span></div><div id="question-controls" class="post-controls"></div><div class="post-update-info-container"><div class="post-update-info post-update-info-user"><p>asked <strong>19 Apr '11, 15:44</strong></p><img src="https://secure.gravatar.com/avatar/5edcb417f6ec8bf11e63a8f619d51ebe?s=32&d=identicon&r=g" class="gravatar" width="32" height="32" alt="sunil's gravatar image" /><p><span>sunil</span><br />
11●2●2●3
accept rate: 0%
edited 26 Feb ‘12, 22:34
cmaynard ♦♦
9.4k●10●38●142
Thanks a lot Anders. it works.
Since Anders' suggestion works, you should accept his answer, since that will remove this question from the list of "unanswered" questions.