aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-05 02:01:16 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-05 02:01:16 +0000
commitc7bcd2f163a630f36cc074664e6db7b25520093c (patch)
treea2ce1e3e794df584285e60b4955acb0493070301 /tap-funnel.c
parentfff24dfb1a49de5dad83401768136532a9da6581 (diff)
+ retap_packets()
+ complete gtk TextWindow + fix elua_dumper + fix elua_proto git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17462 f5534014-38df-0310-8fa8-9805f1628bb7
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
};