This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Diameter - Command code: 506 Unknown

0

I'am investigating some issue about Diameter and HSS (AAA). In wireshark I keep having: Command Code: 506 Unknown

The AVP 506 seem to be related to Mobile-Node-Identifier source http://www.rfc-editor.org/rfc/rfc5779.txt (section 5.6) I tried to add this in the wireshark file dictionnary.xml but it seem it doesn't work :( <avp name="Mobile-Node-Identifier" code="506" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP"> <type type-name="UTF8String"/> </avp>

This question is marked "community wiki".

asked 31 Aug '12, 12:48

pokstar's gravatar image

pokstar
1112
accept rate: 0%


One Answer:

1

It's a command code not an AVP and probably a proprietarry one as it's not assigned by IANA. http://www.iana.org/assignments/aaa-parameters/aaa-parameters.xml If you know what it is add it after <command name="IKEv2-SK" code="329" vendor-id="None"/> using that format.

answered 31 Aug '12, 13:13

Anders's gravatar image

Anders ♦
4.6k952
accept rate: 17%