aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2008-08-11 01:33:31 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2008-08-11 01:33:31 +0000
commitdfd6dd53a491c4e7a878e005468090ec1a128442 (patch)
treeafbeac27ac0d49065aeb4f40850862c860eed983 /tap-funnel.c
parentf0b7e2ebe115a74b0fc6af5614463ba2f9e1c945 (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.
svn path=/trunk/; revision=25977
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
};