Unpack binary data.
More...
#include <freeradius-devel/server/base.h>
#include <freeradius-devel/server/module_rlm.h>
#include <freeradius-devel/unlang/xlat_func.h>
#include <freeradius-devel/util/base16.h>
#include <ctype.h>
Go to the source code of this file.
Unpack binary data.
- Id
- cad6d9c8bdc58c06e644b93fef195be8c634d526
- Copyright
- 2014 The FreeRADIUS server project
-
2014 Alan DeKok (aland.nosp@m.@fre.nosp@m.eradi.nosp@m.us.o.nosp@m.rg)
Definition in file rlm_unpack.c.
◆ mod_load()
static int mod_load |
( |
void |
| ) |
|
|
static |
◆ mod_unload()
static void mod_unload |
( |
void |
| ) |
|
|
static |
◆ rlm_unpack
Initial value:= {
.common = {
.name = "unpack",
}
}
#define MODULE_MAGIC_INIT
Stop people using different module/library/server versions together.
static int mod_load(void)
static void mod_unload(void)
Definition at line 183 of file rlm_unpack.c.
◆ unpack_xlat_args
Initial value:= {
}
@ FR_TYPE_STRING
String of printable characters.
@ FR_TYPE_UINT32
32 Bit unsigned integer.
#define XLAT_ARG_PARSER_TERMINATOR
Definition at line 34 of file rlm_unpack.c.