This commit is contained in:
chris
2002-03-25 11:26:15 +00:00
parent fb26de2ab5
commit 9ebd79a7e2
3 changed files with 21 additions and 172 deletions

View File

@@ -29,7 +29,8 @@ pthread_mutex_t tick_mutex;
#define CAPTURE_LENGTH 512
/* Only need ethernet and IP headers. */
#define CAPTURE_LENGTH 48
void init_history() {
history = addr_hash_create();