diff options
Diffstat (limited to 'cfgfile.c')
-rw-r--r-- | cfgfile.c | 47 |
1 files changed, 24 insertions, 23 deletions
@@ -22,29 +22,30 @@ #define MAX_CONFIG_LINE 2048 char * config_directives[] = { - "interface", - "dns-resolution", - "port-resolution", - "filter-code", - "show-bars", - "promiscuous", - "hide-source", - "hide-destination", - "use-bytes", - "bandwidth-unit", - "sort", - "line-display", - "show-totals", - "log-scale", - "max-bandwidth", - "net-filter", - "net-filter6", - "link-local", - "port-display", - "timed-output", - "no-curses", - "num-lines", - NULL + "interface", + "dns-resolution", + "port-resolution", + "filter-code", + "show-bars", + "promiscuous", + "hide-source", + "hide-destination", + "use-bytes", + "bandwidth-unit", + "sort", + "line-display", + "show-totals", + "log-scale", + "max-bandwidth", + "net-filter", + "net-filter6", + "link-local", + "port-display", + "timed-output", + "no-curses", + "num-lines", + "proc-names", + NULL }; stringmap config; |