Changeset 648:ae29bf971f20 in freeDiameter
- Timestamp:
- Jan 4, 2011 4:21:26 PM (2 years ago)
- Branch:
- default
- Files:
-
- 14 edited
-
extensions/test_app/ta_conf.l (modified) (1 diff)
-
extensions/test_app/ta_conf.y (modified) (1 diff)
-
freeDiameter/apps.c (modified) (1 diff)
-
freeDiameter/messages.c (modified) (1 diff)
-
freeDiameter/p_expiry.c (modified) (1 diff)
-
freeDiameter/tests/testdict.c (modified) (1 diff)
-
freeDiameter/tests/testdisp.c (modified) (1 diff)
-
freeDiameter/tests/testfifo.c (modified) (1 diff)
-
freeDiameter/tests/testmesg.c (modified) (1 diff)
-
include/freeDiameter/freeDiameter-host.h.in (modified) (1 diff)
-
include/freeDiameter/freeDiameter.h (modified) (1 diff)
-
include/freeDiameter/libfreeDiameter.h (modified) (1 diff)
-
libfreeDiameter/dispatch.c (modified) (1 diff)
-
libfreeDiameter/messages.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/test_app/ta_conf.l
r572 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
extensions/test_app/ta_conf.y
r575 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
freeDiameter/apps.c
r447 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
freeDiameter/messages.c
r646 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2011, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
freeDiameter/p_expiry.c
r454 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
freeDiameter/tests/testdict.c
r403 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
freeDiameter/tests/testdisp.c
r639 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
freeDiameter/tests/testfifo.c
r619 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
freeDiameter/tests/testmesg.c
r403 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
include/freeDiameter/freeDiameter-host.h.in
r320 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
include/freeDiameter/freeDiameter.h
r646 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 201 0, WIDE Project and NICT *5 * Copyright (c) 2011, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
include/freeDiameter/libfreeDiameter.h
r646 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 201 0, WIDE Project and NICT *5 * Copyright (c) 2011, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
libfreeDiameter/dispatch.c
r639 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 20 09, WIDE Project and NICT *5 * Copyright (c) 2010, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * * -
libfreeDiameter/messages.c
r646 r648 3 3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 4 4 * * 5 * Copyright (c) 201 0, WIDE Project and NICT *5 * Copyright (c) 2011, WIDE Project and NICT * 6 6 * All rights reserved. * 7 7 * *
Note: See TracChangeset
for help on using the changeset viewer.
