Commit Graph

16 Commits

Author SHA1 Message Date
Jeff Morriss 38de3b2b39 Restore a line accidentally deleted in r49297.
svn path=/trunk/; revision=49329
2013-05-16 14:13:58 +00:00
Jeff Morriss cd01af1357 Fix up a comment and some indentation.
svn path=/trunk/; revision=49297
2013-05-14 19:46:48 +00:00
Anders Broman 52583460d5 Minor updates to the AVP:s
svn path=/trunk/; revision=42942
2012-05-31 12:46:51 +00:00
Anders Broman c789918edb Diameter dissector does not decode User-Authorization-Type AVP properly and add AVP 651.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6174

svn path=/trunk/; revision=38236
2011-07-28 11:45:47 +00:00
Anders Broman 25e4a2eae1 Comment out the obsoleted AVP:s in imscxdx but leave them in.
Update the comments accordingly.

svn path=/trunk/; revision=32253
2010-03-20 22:18:32 +00:00
Anders Broman bf3b7a8654 From KATAOKA Toshihiro:
Update Cx/Dx dictionary.
Only part of the patch applied, leaving the obsoleted AVP:s for now.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4602

svn path=/trunk/; revision=32252
2010-03-20 22:07:39 +00:00
Anders Broman d87892e0a0 3GPP AVP updates.
svn path=/trunk/; revision=30939
2009-11-12 09:24:46 +00:00
Anders Broman f77194ffaa Update 3GPP AVP:s
svn path=/trunk/; revision=30807
2009-11-03 17:29:12 +00:00
Anders Broman 4662a60fc2 From Bartosz Baranowski:
Update some AVP:s

svn path=/trunk/; revision=26760
2008-11-12 17:40:02 +00:00
Anders Broman 8f3eeff54b Split out the Gmb application AVP:s to at least make it simpler to handle the
AVP "collision".
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1494

svn path=/trunk/; revision=24235
2008-01-31 21:52:47 +00:00
Anders Broman 8f92a66a89 Add comments about 3gpp AVP:s
svn path=/trunk/; revision=21023
2007-03-14 06:29:14 +00:00
Anders Broman 6df7878bd5 Add some AVP:s
svn path=/trunk/; revision=20940
2007-02-27 07:02:29 +00:00
Martin Mathieson b9f69234ad Check in trivial changes before generating a big diff...
svn path=/trunk/; revision=20304
2007-01-04 13:25:25 +00:00
Anders Broman 2032e960d7 From Martin Mathieson:
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
2006-07-03 21:18:36 +00:00
Anders Broman 131a1b3269 Update some 3GPP AVP:s
svn path=/trunk/; revision=16498
2005-11-13 16:40:55 +00:00
Guy Harris a275cd2495 Move the Diameter dictionary files to a "diameter" subdirectory, along
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
2005-09-29 02:20:29 +00:00