Commit Graph

423 Commits

Author SHA1 Message Date
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 33dac59481 Add SIP error codes.
svn path=/trunk/; revision=20104
2006-12-10 23:00:44 +00:00
Anders Broman 817301d09f Complete the SIP application AVP:s.
svn path=/trunk/; revision=20009
2006-11-28 05:59:24 +00:00
Bill Meier ff4739e437 Fix some property typos (eg: svn:kwywords, swn:keywords, etc)
Add 'svn:eol-style native' for a few .[hc] files


svn path=/trunk/; revision=19992
2006-11-26 18:31:53 +00:00
Anders Broman a3215e2d65 Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.
svn path=/trunk/; revision=19889
2006-11-14 06:14:20 +00:00
Anders Broman 55967abbf1 Update Diamater and Radius AVP:s
svn path=/trunk/; revision=19366
2006-09-29 21:26:27 +00:00
Anders Broman 527dc673f4 From Martin Mathieson:
sip_stats.c and tap_sipstat.c:
adds the code 429 ("Provide Referrer Identity", from RFC 3892) to 
SIP stats.

chargecontrol.xml packet-diameter.c :
These patches
- add a few more chargecontrol AVPs, and add the vendor-id where needed
- report as expert info when AVPs' lengths don't match their type

svn path=/trunk/; revision=18743
2006-07-17 05:51:14 +00:00
Anders Broman 12161363c5 From Martin Mathieson:
packet-diameter.c
- show vendor ID as a decimal number

diameter/chargecontrol.xml
- add more AVP entries from 3GPP TS 32.299 (6.6.0)

svn path=/trunk/; revision=18679
2006-07-07 04:51:12 +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 2fd928645b Update 3GPP AVP:s
svn path=/trunk/; revision=18270
2006-05-31 19:03:35 +00:00
Anders Broman 89a06f28c8 Correct some AVP types
svn path=/trunk/; revision=17448
2006-03-02 21:17:56 +00:00
Anders Broman 4c2666593f Mark 3GPP AVP:s as Vendor specific.
svn path=/trunk/; revision=17388
2006-02-23 20:06:52 +00:00
Anders Broman 2ca04c0092 Translate cause value
svn path=/trunk/; revision=17335
2006-02-17 15:42:33 +00:00
Anders Broman b53c01e799 Fix </avp> Missing.
svn path=/trunk/; revision=17323
2006-02-16 18:32:07 +00:00
Anders Broman 6766a85046 Fix a faulty def and add some 3gpp AVP:s
svn path=/trunk/; revision=17147
2006-02-04 10:27:12 +00:00
Anders Broman ccea540c58 Sort AVP:s nummerically to make updates easier, remove double entries add nasreq AVP:s and expand some enums.
svn path=/trunk/; revision=17034
2006-01-15 22:09:41 +00:00
Anders Broman 4e6fe7346b Update with AVP:s from the dictionary Joost Yervante Damad sent.
svn path=/trunk/; revision=16987
2006-01-10 19:56:03 +00:00
Anders Broman d31575ea74 From Thomas Steffen:
Add chargecontrol.xml 

svn path=/trunk/; revision=16640
2005-12-01 18:43:26 +00:00
Anders Broman 6aea9d65c9 Use the correct Application Id:s fix a typo.
svn path=/trunk/; revision=16551
2005-11-19 15:58:16 +00:00
Anders Broman bc5889f6fe A digit as first letter does not work fix some cut-and-paste errors.
svn path=/trunk/; revision=16515
2005-11-16 20:25:29 +00:00
Anders Broman 131a1b3269 Update some 3GPP AVP:s
svn path=/trunk/; revision=16498
2005-11-13 16:40:55 +00:00
Anders Broman 48c6c3c88e Update AVP:s and error codes.
svn path=/trunk/; revision=16059
2005-09-30 18:20:44 +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