summaryrefslogtreecommitdiff
path: root/diameter/mobileipv4.xml
AgeCommit message (Collapse)AuthorFilesLines
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-02-24From Josip Medved: Diameter dictionary has few invalid gavp definitions ↵Anders Broman1-2/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6867 svn path=/trunk/; revision=41169
2010-11-09Define unused AVP:s to make it possible to use value_string_ext forAnders Broman1-12/+18
common AVP:s. svn path=/trunk/; revision=34824
2010-03-20From KATAOKA Toshihiro:Anders Broman1-2/+6
Completion Diameter definition for mobileipv4.xml. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4600 svn path=/trunk/; revision=32254
2010-03-16From KATAOKA Toshihiro:Anders Broman1-37/+94
Diameter dictionary for MIPv4 is out of RFC4004. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4587 svn path=/trunk/; revision=32213
2009-01-26Add enum values for some IANA registered AVP:s.Anders Broman1-1/+10
svn path=/trunk/; revision=27300
2007-11-24Add AVP:sAnders Broman1-0/+33
svn path=/trunk/; revision=23559
2006-11-14Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.Anders Broman1-31/+31
svn path=/trunk/; revision=19889
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-0/+11
svn path=/trunk/; revision=16498
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris1-0/+62
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