aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-27 11:07:31 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-27 11:07:31 +0000
commit9dc2190af3b8594003ad722c417680e97629117f (patch)
treed1cc4f986d2170dd883deb33d5c5d7024c9f427b /tap-funnel.c
parent0b8b11d21571716f89e35616e39b0d84340b24f5 (diff)
From bug 6057:
Lua API: add support to temporary color filters (10 color slots) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37801 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index 1353e90469..290459e94b 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -107,8 +107,9 @@ static const funnel_ops_t funnel_ops = {
NULL,
NULL,
NULL,
- NULL,
- NULL,
+ NULL,
+ NULL,
+ NULL,
NULL,
NULL,
NULL