aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.h
AgeCommit message (Collapse)AuthorFilesLines
2016-11-14diameter_3gpp: add decoding of Sd feature listJan Spevak1-0/+1
Change-Id: I431cb2cb39328a7aa537eaa00b1cb1ab07723d3e Reviewed-on: https://code.wireshark.org/review/18815 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
2016-08-05[Diameter] Dissect RX Feature list.AndersBroman1-0/+1
Change-Id: I64fc582bb9330402c18aeeadea52c968032ccb2c Reviewed-on: https://code.wireshark.org/review/16895 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-05-22[Diameter] Added feature list dissection for 3GPP Sh interfaceAnders1-0/+1
Bug: 11218 Change-Id: I83838cc4af1d3eeaed04032c3127f2d4707d0fd3 Reviewed-on: https://code.wireshark.org/review/8583 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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