summaryrefslogtreecommitdiff
path: root/diameter/eap.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-04-22Misc. Diameter XML cleanups.Jeff Morriss1-14/+15
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>
2010-05-25Remove faulty vendor from SIP AVP:s, update comments.Anders Broman1-3/+0
svn path=/trunk/; revision=32943
2009-06-26From Sebastien Decugis:Anders Broman1-0/+22
Add Missing Diameter EAP support. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600 svn path=/trunk/; revision=28849