Created iftop-dump

This commit is contained in:
pdw
2007-03-03 16:01:48 +00:00
parent 86013fabd6
commit 6458ed04f5
8 changed files with 578 additions and 17 deletions

View File

@@ -11,6 +11,7 @@
/* 40 / 2 */
#define HISTORY_LENGTH 20
#define RESOLUTION 2
#define DUMP_RESOLUTION 15
typedef struct {
long recv[HISTORY_LENGTH];
@@ -28,10 +29,6 @@ void *xrealloc(void *w, size_t n);
char *xstrdup(const char *s);
void xfree(void *v);
/* ui.c */
void analyse_data(void);
void ui_init(void);
/* options.c */
void options_read(int argc, char **argv);