summaryrefslogtreecommitdiff
path: root/diameter/nasreq.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-04-22Misc. Diameter XML cleanups.Jeff Morriss1-28/+28
Consistently used (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated. Use a uri of "none" when we don't have access to the specification. Update the URI of an Application or two. Clean up white space and formatting. Change-Id: Iad677db186469b7d8c4a23b7a7fca6c357dbc012 Reviewed-on: https://code.wireshark.org/review/8164 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
(Using sed : sed -i '/^<!-- \$Id\$ -->/,+0 d') (XML Comments) Change-Id: Ifd03f70ae84dfbbbe04d91f10fd30857fd197014 Reviewed-on: https://code.wireshark.org/review/882 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2012-11-14Add SVN Id. Fix up indentation some and remove some not-very-useful comments ↵Jeff Morriss1-96/+99
which also made one of these files hard to read. svn path=/trunk/; revision=46033
2010-11-17Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5411Anders Broman1-1/+1
Acct-Session-Id -> OctetString. Also fix assorted Enums. svn path=/trunk/; revision=34934
2010-11-15"Fill" value_strings.Anders Broman1-0/+1
svn path=/trunk/; revision=34888
2010-05-25Remove faulty vendor from SIP AVP:s, update comments.Anders Broman1-0/+30
svn path=/trunk/; revision=32943
2010-05-24From Tamás Regõs:Anders Broman1-20/+20
Diameter AVP clean up. svn path=/trunk/; revision=32931
2009-06-26From Sebastien Decugis:Anders Broman1-1/+0
Add Missing Diameter EAP support. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600 svn path=/trunk/; revision=28849
2008-08-24Change AA-Answer to AA.Anders Broman1-1/+1
svn path=/trunk/; revision=26066
2008-02-11Updates according to ETSI ES 283 026 V1.6.0 (2008-02)Anders Broman1-1/+1
svn path=/trunk/; revision=24305
2007-11-24Add AVP:sAnders Broman1-0/+12
svn path=/trunk/; revision=23559
2006-01-15Sort AVP:s nummerically to make updates easier, remove double entries add ↵Anders Broman1-283/+38
nasreq AVP:s and expand some enums. svn path=/trunk/; revision=17034
2005-11-19Use the correct Application Id:s fix a typo.Anders Broman1-2/+2
svn path=/trunk/; revision=16551
2005-11-13Update some 3GPP AVP:sAnders Broman1-1/+13
svn path=/trunk/; revision=16498
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris1-0/+291
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