aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/TGPPGmb.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>
2013-05-14Fix up indentation and a comment.Jeff Morriss1-207/+209
svn path=/trunk/; revision=49299
2012-11-133GPP-PDP-Type is an enum, use the values from the radius dictionary.Anders Broman1-2/+6
svn path=/trunk/; revision=46019
2012-09-10Fix AVP attribute.Anders Broman1-1/+1
svn path=/trunk/; revision=44832
2012-04-01From Liangfeng: SGmb diameter AVP 'MBMS-Data-Transfer-Start' type error. ↵Anders Broman1-2/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7016 svn path=/trunk/; revision=41884
2012-03-30From Liangfeng via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7013 :Jeff Morriss1-2/+8
Add the application ID for 3GPP SGmb and 2 SGmb AVPs: MBMS-Data-Transfer-Start and MBMS-Data-Transfer-Stop. svn path=/trunk/; revision=41850
2012-02-11From David Wei:Anders Broman1-2/+24
Udate AVP:s svn path=/trunk/; revision=40968
2010-11-14Extend value_strings to make full use of value_string_ext.Anders Broman1-1/+1
svn path=/trunk/; revision=34872
2010-11-09Remove comments.Anders Broman1-2/+2
svn path=/trunk/; revision=34826
2010-11-09Define unused AVP:s to make it possible to use value_string_ext forAnders Broman1-2/+103
common AVP:s. svn path=/trunk/; revision=34824
2010-06-07From Tamás Regõs:Anders Broman1-83/+89
updated TGPPGmb.xml to version 9.2.0. svn path=/trunk/; revision=33126
2010-03-26From Andrej Kuehnal:Anders Broman1-1/+1
tap-diameter-avp.patch: - make diameter.cmd_code configurable rather than hard coded in - more fields in the output - documetation/man pages + usage examples - switch option parser from stdlib to glib to avoid troubles with M$ c++ diameter-dict.patch remove strage spaces in the AVP names. svn path=/trunk/; revision=32294
2010-03-20Comment out the obsoleted AVP:s in imscxdx but leave them in.Anders Broman1-2/+1
Update the comments accordingly. svn path=/trunk/; revision=32253
2009-11-03Update 3GPP AVP:sAnders Broman1-0/+5
svn path=/trunk/; revision=30807
2009-09-22Fix minor formating issues by hand(bug 4001).Anders Broman1-2/+2
svn path=/trunk/; revision=30063
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
Remove trailing spaces in protocol/field names svn path=/trunk/; revision=28978
2008-08-25Add commentsAnders Broman1-0/+3
svn path=/trunk/; revision=26087
2008-08-25Add some Gmb AVP:s and add Application ID:sAnders Broman1-6/+63
svn path=/trunk/; revision=26082
2008-03-10Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=24602
2008-01-31Split out the Gmb application AVP:s to at least make it simpler to handle theAnders Broman1-0/+110
AVP "collision". http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1494 svn path=/trunk/; revision=24235