summaryrefslogtreecommitdiff
path: root/cfgfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfgfile.c')
-rw-r--r--cfgfile.c47
1 files changed, 24 insertions, 23 deletions
diff --git a/cfgfile.c b/cfgfile.c
index 581909b..f80352a 100644
--- a/cfgfile.c
+++ b/cfgfile.c
@@ -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;