Ask Your Question
0

Adding a custom DIAMETER dictionary [closed]

asked 2025-10-13 04:07:47 +0000

vances gravatar image

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>
edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by vances
close date 2025-10-13 04:35:30.526885

1 Answer

Sort by ยป oldest newest most voted
0

answered 2025-10-13 04:34:25 +0000

vances gravatar image

What am I missing?

A semicolon.

<!ENTITY Custom "&myEntity;">
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2025-10-13 04:07:47 +0000

Seen: 9 times

Last updated: 3 hours ago