|
OpenVAS Scanner 23.40.3
|

Go to the source code of this file.
Functions | |
| Describe (attack) | |
| BeforeEach (attack) | |
| AfterEach (attack) | |
| static int | __wrap_redis_push_str (kb_t kb, const char *name, const char *value) |
| static int | __wrap_redis_lnk_reset (kb_t kb) |
| Ensure (attack, comm_send_status_returns_neg1_for_null_args) | |
| Ensure (attack, comm_send_status_error_if_hostname_too_big) | |
| Ensure (attack, comm_send_status_sends_correct_text) | |
| int | main (int argc, char **argv) |
Variables | |
| gchar * | given_name = NULL |
| gchar * | given_value = NULL |
|
static |
Definition at line 35 of file attack_tests.c.
Referenced by Ensure().

|
static |
Definition at line 25 of file attack_tests.c.
References given_name, given_value, and name.
Referenced by Ensure(), Ensure(), and Ensure().

| AfterEach | ( | attack | ) |
Definition at line 15 of file attack_tests.c.
| BeforeEach | ( | attack | ) |
Definition at line 12 of file attack_tests.c.
| Describe | ( | attack | ) |
| Ensure | ( | attack | , |
| comm_send_status_error_if_hostname_too_big | ) |
Definition at line 55 of file attack_tests.c.
References __wrap_redis_push_str(), and comm_send_status().

| Ensure | ( | attack | , |
| comm_send_status_returns_neg1_for_null_args | ) |
Definition at line 42 of file attack_tests.c.
References __wrap_redis_push_str(), and comm_send_status().

| Ensure | ( | attack | , |
| comm_send_status_sends_correct_text | ) |
Definition at line 76 of file attack_tests.c.
References __wrap_redis_lnk_reset(), __wrap_redis_push_str(), comm_send_status(), given_name, given_value, and set_main_kb().

| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 103 of file attack_tests.c.
| gchar* given_name = NULL |
Definition at line 21 of file attack_tests.c.
Referenced by __wrap_redis_push_str(), and Ensure().
| gchar* given_value = NULL |
Definition at line 22 of file attack_tests.c.
Referenced by __wrap_redis_push_str(), and Ensure().