aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.h
AgeCommit message (Collapse)AuthorFilesLines
2013-12-04"RFC 6733 [5] specifies the Experimental-Result AVP containing Vendor-Id AVP ↵Anders Broman1-0/+3
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. svn path=/trunk/; revision=53785
2013-07-22Dissect S6 feature list.Anders Broman1-0/+5
svn path=/trunk/; revision=50796
2012-12-16File missed in r46553.Jeff Morriss1-6/+2
svn path=/trunk/; revision=46554
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2010-03-06From Andrej Kuehnal:Anders Broman1-0/+1
New feature: extract specified diameter AVPs from large capture files. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4560 svn path=/trunk/; revision=32132
2009-04-13From Abhik Sarkar:Anders Broman1-2/+3
Diameter SRT stats - split by command https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3403 svn path=/trunk/; revision=28039
2008-11-15From Abhik Sarkar:Anders Broman1-0/+42
Support for Diameter conversations and service response time. svn path=/trunk/; revision=26785