aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-11 01:33:31 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-11 01:33:31 +0000
commitb3ed3aa7cbe8354c8afa275cbe377e4918d3be77 (patch)
treeafbeac27ac0d49065aeb4f40850862c860eed983 /tap-funnel.c
parent27c0f3c5bbb9ef39b7b24c9b6705fa96f210e8cf (diff)
Add a slightly modified version of Paolo Abeni's funneled progress dialog (ref https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2725) and its wslua interface.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25977 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index 3d978e0c23..c06958b672 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -105,7 +105,10 @@ static const funnel_ops_t funnel_ops = {
NULL,
NULL,
NULL,
- NULL
+ NULL,
+ NULL,
+ NULL,
+ NULL
};