fprintf(stderr, " -A <attribute> Use named 'attribute' to match CoA requests to packets. Default is User-Name\n");
fprintf(stderr, " -C [<client_ip>:]<client_port> Client source port and source IP address. Port values may be 1..65535\n");
fprintf(stderr, " -c <count> Send each packet 'count' times.\n");
- fprintf(stderr, " -d <raddb> Set user dictionary directory (defaults to " CONFDIR ").\n");
+ fprintf(stderr, " -d <confdir> Set user dictionary directory (defaults to " CONFDIR ").\n");
fprintf(stderr, " -D <dictdir> Set main dictionary directory (defaults to " DICTDIR ").\n");
fprintf(stderr, " -f <file>[:<file>] Read packets from file, not stdin.\n");
fprintf(stderr, " If a second file is provided, it will be used to verify responses\n");
fprintf(stderr, " -b Mandate checks for Blast RADIUS issue (this is not set by default).\n");
fprintf(stderr, " -C [<client_ip>:]<client_port> Client source port and source IP address. Port values may be 1..65535\n");
fprintf(stderr, " -c <count> Send each packet 'count' times.\n");
- fprintf(stderr, " -d <raddb> Set user dictionary directory (defaults to " CONFDIR ").\n");
+ fprintf(stderr, " -d <confdir> Set user dictionary directory (defaults to " CONFDIR ").\n");
fprintf(stderr, " -D <dictdir> Set main dictionary directory (defaults to " DICTDIR ").\n");
fprintf(stderr, " -f <request>[:<expected>][:<coa_reply>][:<coa_expected>] Read packets from file, not stdin.\n");
fprintf(stderr, " If a second file is provided, it will be used to verify responses\n");
<command> One of auth, acct, status, coa, disconnect or auto.
-4 Use IPv4 address of server
-6 Use IPv6 address of server.
- -d <raddb> Set user dictionary directory.
+ -d <confdir> Set user dictionary directory.
-D <dictdir> Set main dictionary directory.
-f <file> Read packets from file, not stdin.
-h Print usage help information.
fprintf(output, "Usage: %s [options]\n", program);
fprintf(output, "Options:\n");
fprintf(output, " -C Check configuration and exit.\n");
- fprintf(stderr, " -d <raddb> Set configuration directory (defaults to " CONFDIR ").\n");
+ fprintf(stderr, " -d <confdir> Set configuration directory (defaults to " CONFDIR ").\n");
fprintf(stderr, " -D <dictdir> Set main dictionary directory (defaults to " DICTDIR ").\n");
#ifndef NDEBUG
fprintf(output, " -e <seconds> Exit after the specified number of seconds. Useful for diagnosing \"crash-on-exit\" issues.\n");
fprintf(output, " -a List all interfaces available for capture.\n");
fprintf(output, " -c <count> Number of packets to capture.\n");
fprintf(output, " -C <checksum_type> Enable checksum validation. (Specify 'udp' or 'radius')\n");
- fprintf(output, " -d <raddb> Set configuration directory (defaults to " CONFDIR ").\n");
+ fprintf(output, " -d <confdir> Set configuration directory (defaults to " CONFDIR ").\n");
fprintf(output, " -D <dictdir> Set main dictionary directory (defaults to " DICTDIR ").\n");
fprintf(output, " -e <event>[,<event>] Only log requests with these event flags.\n");
fprintf(output, " Event may be one of the following:\n");
fprintf(stderr, " <command> One of auth, acct, status, coa, disconnect or auto.\n");
fprintf(stderr, " -4 Use IPv4 address of server\n");
fprintf(stderr, " -6 Use IPv6 address of server.\n");
- fprintf(stderr, " -d <raddb> Set user dictionary directory (defaults to " CONFDIR ").\n");
+ fprintf(stderr, " -d <confdir> Set user dictionary directory (defaults to " CONFDIR ").\n");
fprintf(stderr, " -D <dictdir> Set main dictionary directory (defaults to " DICTDIR ").\n");
fprintf(stderr, " -h Print usage help information.\n");
fprintf(stderr, " -l <file> Log output to file.\n");
{
INFO("usage: %s [options] (-|<filename>[:<lines>] [ <filename>[:<lines>]])", name);
INFO("options:");
- INFO(" -d <raddb> Set user dictionary path (defaults to " CONFDIR ").");
+ INFO(" -d <confdir> Set user dictionary path (defaults to " CONFDIR ").");
INFO(" -D <dictdir> Set main dictionary path (defaults to " DICTDIR ").");
INFO(" -x Debugging mode.");
INFO(" -f Print features.");
static NEVER_RETURNS void usage(char *argv[])
{
fprintf(stderr, "usage: %s [OPTS] filename ...\n", argv[0]);
- fprintf(stderr, " -d <raddb> Set user dictionary directory (defaults to " CONFDIR ").\n");
+ fprintf(stderr, " -d <confdir> Set user dictionary directory (defaults to " CONFDIR ").\n");
fprintf(stderr, " -D <dictdir> Set main dictionary directory (defaults to " DICTDIR ").\n");
fprintf(stderr, " -x Debugging mode.\n");
fprintf(stderr, " -M Show program version information.\n");
fprintf(output, "Usage: %s [options]\n", config->name);
fprintf(output, "Options:\n");
fprintf(output, " -c <count> Run packets through the interpreter <count> times\n");
- fprintf(output, " -d <confdir> Configuration files are in \"confdir/*\".\n");
+ fprintf(output, " -d <confdir> Configuration files are in \"confdir/*\".\n");
fprintf(output, " -D <dict_dir> Dictionary files are in \"dict_dir/*\".\n");
fprintf(output, " -f <file> Filter reply against attributes in 'file'.\n");
fprintf(output, " -h Print this help message.\n");
<command> One of auth-start, auth-continue, autz, acct
-4 Use IPv4 address of server
-6 Use IPv6 address of server.
- -d <raddb> Set user dictionary directory.
+ -d <confdir> Set configuration directory for local dictionaries.
-D <dictdir> Set main dictionary directory.
-f <file> Read packets from file, not stdin.
-h Print usage help information.