Adding a custom DIAMETER dictionary [closed]
I'm trying to use the new method to add a dictionary, however it results in no DIAMETER commands or AVPs being displayed. What am I missing?
share/wireshark/diameter/dictionary.ent
:
<!ENTITY myEntity SYSTEM "SigScale.xml">
<!ENTITY Custom "&myEntity">
share/wireshark/diameter/SigScale.xml
:
<?xml version="1.0" encoding="UTF-8"?>
<vendor vendor-id="SigScale" code="50386" name="SigScale">
</vendor>