First page Back Continue Last page Graphics
Example Module CLI: Fuzzer
static struct ast_cli_entry fuzz_cli[] = {
{ { “fuzzing”, NULL }, disast_cli_fuzzing, “Toggles Fuzzing Globaly”, disast_cli_fuzzing_usage, NULL },
{ { “fuzz”, “rtp”, NULL }, disast_cli_fuzz_rtp, “Toggles Fuzzing RTP”, disast_cli_fuzz_rtp_usage, NULL },
{ { “fuzz”, “rtp”, “header”, NULL }, disast_cli_fuzz_rtp, “Toggles Fuzzing RTP Header”, disast_cli_fuzz_rtp_usage, NULL },
{ { “fuzz”, “rtp”, “payload”, NULL }, disast_cli_fuzz_rtp, “Toggles Fuzzing RTP Payload”, disast_cli_fuzz_rtp_usage, NULL },
};