http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53785
User: etxrab
Date: 2013/12/04 08:55 PM
Log:
"RFC 6733 [5] specifies the Experimental-Result AVP containing Vendor-Id AVP and Experimental-Result-Code AVP. The Experimental-Result-Code AVP (AVP Code 298) is of type Unsigned32 and contains a vendor-assigned value representing the result of processing a request."
This means we have to store the value of the Vendor Id AVP in the grouped Experimental-Result AVP to be able to dissect the value of
Experimental-Result-Code according to the vendor specified values(if known). This patch implements that with a dissector table to register vendor dissectors for the result code.
Directory: /trunk/epan/dissectors/
Changes Path Action
+64 -2 packet-diameter.c Modified
+3 -0 packet-diameter.h Modified