aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-02-24 02:01:29 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-02-24 02:01:29 +0000
commit7be2fd30ab8af64b91000637b0dae797c81cab99 (patch)
tree111d637cd217cd775eff906de6878a30a90210f4 /tethereal.c
parent7e0c9f759ac2dfafaec6a23b11964427060edc62 (diff)
finish adding the tethereal's funnel.
svn path=/trunk/; revision=17397
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tethereal.c b/tethereal.c
index 845c5ad352..672462ad8f 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -105,6 +105,7 @@
#endif /* HAVE_LIBPCAP */
#include "epan/emem.h"
#include "log.h"
+#include <epan/funnel.h>
/*
* This is the template for the decode as option; it is shared between the
@@ -724,6 +725,8 @@ main(int argc, char *argv[])
ep_init_chunk();
se_init_chunk();
+ initialize_funnel_ops();
+
#ifdef HAVE_LIBPCAP
capture_opts_init(&capture_opts, NULL /* cfile */);
#endif
@@ -1418,6 +1421,7 @@ main(int argc, char *argv[])
}
draw_tap_listeners(TRUE);
+ funnel_dump_all_text_windows();
epan_cleanup();
return 0;