📄 report_utils.h
字号:
#ifndef NESSUSC_REPORT_UTILS_H__
#define NESSUSC_REPORT_UTILS_H__
struct arglist * sort_by_port(struct arglist *);
int arglist_length(struct arglist *);
int number_of_notes_by_port(struct arglist *);
int number_of_notes_by_host(struct arglist * );
int number_of_warnings_by_port(struct arglist *);
int number_of_warnings_by_host(struct arglist * );
int number_of_holes_by_port(struct arglist *);
int number_of_holes_by_host(struct arglist *);
int number_of_notes(struct arglist * );
int number_of_warnings(struct arglist * );
int number_of_holes(struct arglist * );
struct arglist *most_dangerous_host(struct arglist *);
struct arglist * sort_dangerous_hosts(struct arglist *);
int safe_strcmp(char*, char*);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -