Added regexp based screen filtering.

This commit is contained in:
pdw
2002-10-25 09:59:02 +00:00
parent 5624d5f686
commit 36700cef92
7 changed files with 113 additions and 13 deletions

View File

@@ -49,6 +49,8 @@ typedef struct {
int bandwidth_in_bytes;
option_sort_t sort;
char* screenfilter;
} options_t;
#endif /* __OPTIONS_H_ */