aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-03-05 02:01:16 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-03-05 02:01:16 +0000
commit568ad6c34ea418a66eb3641174bd30bb2ac68600 (patch)
treea2ce1e3e794df584285e60b4955acb0493070301 /tap-funnel.c
parente6886d90ce0ff33ee80acf3c2ea570333d8d5a23 (diff)
+ retap_packets()
+ complete gtk TextWindow + fix elua_dumper + fix elua_proto svn path=/trunk/; revision=17462
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index 96c9455dae..558ad2e660 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -72,7 +72,8 @@ static const funnel_ops_t funnel_ops = {
NULL,
/*...,*/
NULL,
- funnel_logger
+ funnel_logger,
+ NULL
};