aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.h
AgeCommit message (Collapse)AuthorFilesLines
2014-08-21Decode User-Name as an IMSI in S13/S13' and S7a/S7d.Jeff Morriss1-0/+7
Also move the application ID macros into the diameter header file. Change-Id: Iaca5707c8476d81f50ecdb3aab76be293b5ccfe7 Reviewed-on: https://code.wireshark.org/review/3786 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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