aboutsummaryrefslogtreecommitdiffstats
path: root/follow.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-07 22:52:57 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-07 22:52:57 +0000
commit6d610d5a736194dc2ba998ca285ed31937b962fa (patch)
treec720d2a42f11c9d14ac1a161eb785b438c2c4b14 /follow.c
parentbe35348d2e6dc8f996c9de344ded516f054a501f (diff)
Created a new protocol tree implementation and a new display filter
mechanism that is built into ethereal. Wiretap is now used to read all file formats. Libpcap is used only for capturing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@342 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'follow.c')
-rw-r--r--follow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/follow.c b/follow.c
index 006b62dd2a..cce5ffafca 100644
--- a/follow.c
+++ b/follow.c
@@ -1,6 +1,6 @@
/* follow.c
*
- * $Id: follow.c,v 1.9 1999/07/07 01:41:15 guy Exp $
+ * $Id: follow.c,v 1.10 1999/07/07 22:51:39 gram Exp $
*
* Copyright 1998 Mike Hall <mlh@io.com>
*
@@ -39,6 +39,7 @@
# include <sys/types.h>
#endif
+#include <glib.h>
#include "ethereal.h"
#include "packet.h"
#include "follow.h"