comparison extensions/app_radgw/rgw_msg.c @ 255:cb4307a1cd29

Added two plugins for RADIUS/Diameter gateway debug.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 15 Apr 2010 11:56:32 +0900
parents a857024cb48b
children 5df55136361b
comparison
equal deleted inserted replaced
254:a857024cb48b 255:cb4307a1cd29
38 receive the logical view as exposed in the rgw.h file. This file extends the content of the radius.c 38 receive the logical view as exposed in the rgw.h file. This file extends the content of the radius.c
39 file functions (from hostap project).*/ 39 file functions (from hostap project).*/
40 40
41 #include "rgw.h" 41 #include "rgw.h"
42 42
43 /* Directly include the code of the functions for dumping (generated from the IANA registries) */
44 #include "rgw_msg_codes.c"
45 #include "rgw_msg_attrtype.c"
46
47 /* Destroy a message */ 43 /* Destroy a message */
48 void rgw_msg_free(struct rgw_radius_msg_meta ** msg) 44 void rgw_msg_free(struct rgw_radius_msg_meta ** msg)
49 { 45 {
50 if (!msg || !*msg) 46 if (!msg || !*msg)
51 return; 47 return;
"Welcome to our mercurial repository"