aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-24 02:01:29 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-24 02:01:29 +0000
commit764e692aa087f053954c43195455ace0d56e2729 (patch)
tree111d637cd217cd775eff906de6878a30a90210f4 /tethereal.c
parent049a5cf11713826c5425c9397f86597f219693ed (diff)
finish adding the tethereal's funnel.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17397 f5534014-38df-0310-8fa8-9805f1628bb7
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;