aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/imscxdx.xml
AgeCommit message (Collapse)AuthorFilesLines
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