aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/imscxdx.xml
AgeCommit message (Collapse)AuthorFilesLines
2012-05-31Minor updates to the AVP:sAnders Broman1-0/+3
svn path=/trunk/; revision=42942
2011-07-28Diameter dissector does not decode User-Authorization-Type AVP properly and ↵Anders Broman1-1/+8
add AVP 651. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6174 svn path=/trunk/; revision=38236
2010-03-20Comment out the obsoleted AVP:s in imscxdx but leave them in.Anders Broman1-5/+2
Update the comments accordingly. svn path=/trunk/; revision=32253
2010-03-20From KATAOKA Toshihiro:Anders Broman1-171/+182
Update Cx/Dx dictionary. Only part of the patch applied, leaving the obsoleted AVP:s for now. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4602 svn path=/trunk/; revision=32252
2009-11-123GPP AVP updates.Anders Broman1-132/+132
svn path=/trunk/; revision=30939
2009-11-03Update 3GPP AVP:sAnders Broman1-19/+76
svn path=/trunk/; revision=30807
2008-11-12From Bartosz Baranowski:Anders Broman1-16/+30
Update some AVP:s svn path=/trunk/; revision=26760
2008-01-31Split out the Gmb application AVP:s to at least make it simpler to handle theAnders Broman1-0/+4
AVP "collision". http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1494 svn path=/trunk/; revision=24235
2007-03-14Add comments about 3gpp AVP:sAnders Broman1-1/+2
svn path=/trunk/; revision=21023
2007-02-27Add some AVP:sAnders Broman1-2/+9
svn path=/trunk/; revision=20940
2007-01-04Check in trivial changes before generating a big diff...Martin Mathieson1-7/+7
svn path=/trunk/; revision=20304
2006-07-03From Martin Mathieson:Anders Broman1-5/+11
packet-diameter.c -------------------------- I completely reindented dissect_avps() before I made any changes, but when ignoring white space (in tkdiff, -w plus checking 'Ignore blanks when diffing'), its easy to see the small changes I've made: - when fail to find AVP info, show code in tree parent in decimal (as specs do) - add an expert info (undecoded, note) to indicate unknown AVP codes diameter/imscxdx.xml ------------------------------- - added 'Associated-Identities' svn path=/trunk/; revision=18641
2005-11-13Update some 3GPP AVP:sAnders Broman1-1/+159
svn path=/trunk/; revision=16498
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris1-0/+147
the lines of what's done for RADIUS. That keeps them together (and separate from other files), and makes the layout of the top-level source directory closer to the layout of the installation directory, so that if you run Ethereal or Tethereal from the top-level directory on Windows it'll pick up the Diameter dictionary files (if it supports loading them), and can do so on UN*X if we support a mechanism to let it find its control files in the directory in which the binary resides. Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD, and RADIUS files in one place if you add or remove a file. svn path=/trunk/; revision=16050